nagios 监控nginx 返回状态插件 如502 504
网络用法的naigos监控nginx主要是根据nginx,status提供的连接数据来设置报警值的。对NGINX 出现502,504状态报警不足
我这里提供另个方法,
使用方法
cd /usr/local/nagios/libexec
wget http://www.9ai9.net/download/shell/qhappy_check_nginx.sh
chmod 755 qhappy_check_nginx.sh
vim /usr/local/nagios/etc/object/command.cfg
添加以下内容
#qhappy_check_nginx
define command{
command_name qhappy_check_nginx
command_line $USER1$/qhappy_check_nginx.sh --url $ARG1$ --host $ARG2$
}
定义的主机里添加
define service{
use generic-service
host_name zy_web_01
notifications_enabled 1
service_description Nginx_Status
check_command qhappy_check_nginx!http://174.36.186.59/index.php!www.9ai9.net!
}
以下是用法说明
./qhappy_check_nginx.sh --help
A This Program is a plug of nagios to monitor WebServer , special for Nginx!
This Program base on WebServer's respond status report an emergency
It usefull on nginx repond 502 and 504 status
2011, Qhappy (http://www.9ai9.net/) lxy1234@163.com
How to use Eg 1
qhappy_check_nginx.sh --url http://www.9ai9.net/index.php
How to use Eg 2
qhappy_check_nginx.sh --host www.9ai9.net --url http://174.36.186.59/index.php
www.9ai9.net and 174.36.186.69 replace of you site and IP!
nginx返回502 504 和不能连接web服务器报告CRASHING
nginx返回200 报告正常 OK
其他返回结果报 WARNING