【发布时间】:2014-01-31 11:13:31
【问题描述】:
我已经安装了 nagios 和 mk live status,nagios 工作正常,我正在尝试用这个命令测试 mklive status:
nc -v 127.0.0.1 6557 < nagios_query_file
nagios_query_file 具有该内容:
GET hosts
Filter: name ~~ root
Filter: state = 0
OutputFormat: python
输出是:
nc: connect to 127.0.0.1 port 6557 (tcp) failed: Connection refused
我该怎么办?
【问题讨论】: