原理:通过nginx的代理功能,把php-fpm的状态转发出来。再用command在zabbix上添加监控。
为光山等地区用户提供了全套网页设计制作服务,及光山网站建设行业解决方案。主营业务为网站设计制作、成都网站制作、光山网站设计,以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。我们深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!步骤
1、开启Php-fpm状态功能。
PHP5.3.3以后就集成了php-fpm模块,不需要额外装包。
2、Nginx配置。
3、重启nginx/php-fpm服务。
4、打开status页面。(测试到这初步成功)
5、在zabbix agent脚本目录下创建脚本(/usr/local/zabbix/etc/monitor_scripts/)
[root@master~]# cat php-fpm_status.sh -----可直接复制粘贴----
#########################################################################
# File Name:php-fpm_status.sh
# Author: Ifeng
# Created Time:2014年06月12日 星期四
#########################################################################
#!/bin/bash
idle(){
wget --quiet -O -http://127.0.0.1/status |grep "idle processes" |awk '{print$3}'
}
total(){
wget --quiet -O - http://127.0.0.1/status|grep "total processes" |awk '{print$3}'
}
active(){
wget --quiet -O -http://127.0.0.1/status |grep "active" |awk '{print$3}'|grep -v"process"
}
mactive(){
wget --quiet -O -http://127.0.0.1/status |grep "max active processes:" |awk'{print$4}'
}
listenqueuelen(){
wget --quiet -O -http://127.0.0.1/status |grep "listen queue len" |awk '{print$4}'
}
listenqueue(){
wget --quiet -O -http://127.0.0.1/status |grep "listen queue:"|grep -vE"len|max"|awk '{print$3}'
}
since(){
wget --quiet -O -http://127.0.0.1/status |grep "start since: " |awk '{print$3}'
}
conn(){
wget --quiet -O -http://127.0.0.1/status |grep "accepted conn" |awk '{print$3}'
}
$1
6、更改zabbix.agentd.conf的配置文件如下:
UnsafeUserParameters=1
注意路径与脚本所在路径一致
UserParameter=idle.processe,/usr/local/zabbix/etc/monitor_scriptsphp-fpm_status.shidle
UserParameter=total.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shtotal
UserParameter=active.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shactive
UserParameter=max.active.processes,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shmactive
UserParameter=listen.queue.len,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shlistenqueuelen
UserParameter=listen.queue,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shlistenqueue
UserParameter=start.since,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shsince
UserParameter=accepted.conn,/usr/local/zabbix/etc/monitor_scripts/php-fpm_status.shconn
7、Zabbix上添加监控。
Zabbix WEB面面中,通过以上定义好的key 进行操作。
注:PHP-fpm的状态参数有很多,可用curl 127.0.0.1/status?full查看
如有需求,可自行改动脚本。
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。