求指教nagios,check_http网页监控 以及数据监控的问题
commands.cfg中定义的check_http
# 'check_http' command definition
define command{
command_name check_http
command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$
}
services.cfg中定义的服务为
define service{
host_name windows_host
service_description check_http
check_command check_http!-H www.hp.com -u /index.html
max_check_attempts 5
normal_check_interval 1
retry_check_interval 1
check_period 24x7
notification_interval 10
notification_period 24x7
notification_options w,u,c,r
contact_groups sagroup
}
nagios中碰到了如下连接错误,网上找了半天,没解决方法,新手不熟悉,请指教
# 'check_http' command definition
define command{
command_name check_http
command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$
}
services.cfg中定义的服务为
define service{
host_name windows_host
service_description check_http
check_command check_http!-H www.hp.com -u /index.html
max_check_attempts 5
normal_check_interval 1
retry_check_interval 1
check_period 24x7
notification_interval 10
notification_period 24x7
notification_options w,u,c,r
contact_groups sagroup
}
nagios中碰到了如下连接错误,网上找了半天,没解决方法,新手不熟悉,请指教
1.jpg (14.91 KB, 下载次数: 9)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
先测试一下把 ~~~~~
同意楼上。先用命令测试一下执行成功不。
第一个,建议先用命令行测一下看通不通的。可能是dns不行。
第二个,建议看nrpe5666端口通不通。可以telnet一下。
另外一个问题,是关于监控linux服务器上数据库的疑惑
服务定义如下'
define service{
host_name linux_host
service_description check-ora-login
check_command check_nrpe!check_oracle_login
check_period 24x7
max_check_attempts 5
normal_check_interval 1
retry_check_interval 1
contact_groups sagroup
notification_interval 10
notification_period 24x7
notification_options w,u,c,r
}
在被控节点,也就是linux主机端的nrpe.cfg内用如下
command[check_oracle_login]=/usr/local/nagios/libexec/check_oracle --login test
nagios显示连接超时,请问这个是什么问题啊,数据库已经启动,应该能够监测登陆状态阿?
CHECK_NRPE: Socket timeout after 10 seconds.