我正在使用 nagios o centos 服务器,我只想监控本地主机。
我已经这样定义了我的服务
define service{
host_name localhost
service_description Site1Service
check_command check_http-site1
use generic-service
notification_interval 1440
}
和
commands.cfg 中的类似命令
define command{
command_name check_http-site1
command_line /usr/lib/nagios/plugins/check_http -H site1.dreaddomain.com
}
我在那里遇到严重错误。所以我想从命令行检查该服务是否正在运行