zabbix-agent 59.110.25.215/22
zabbix-server 59.110.26.9/22
此处的步骤都是在zabbix-agent上执行
[root@web01 zabbix_agentd.d]# pwd /etc/zabbix/zabbix_agentd.d [root@web01 zabbix_agentd.d]# ll -rw-r--r-- 1 root root 96 Jan 30 18:19 zabbix-linux-plugin.conf -rwxr-xr-x 1 root root 2854 Aug 9 22:23 zabbix_linux_plugin.sh [root@web01 zabbix_agentd.d]# cat zabbix-linux-plugin.conf UserParameter=linux_status[*],/etc/zabbix/zabbix_agentd.d/zabbix_linux_plugin.sh "$1" "$2" "$3" [root@web01 zabbix_agentd.d]# chmod +x zabbix_linux_plugin.sh 安装nginx 修改配置文件 并启动nginx [root@web01 ~]# yum -y install nginx [root@web01 ~]# cat /etc/nginx/nginx.conf #listen 的是80端口 location /nginx_status { stub_status on; access_log off; allow 127.0.0.1; deny all; } 重新启动nginx
此处的步骤都是在zabbix-server上执行,导入模板(如果是修改nginx的端口 直接替换模板内的端口就行)模板名称:zbx_nginx_templates.xml
等待出图
本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1894428
原文:http://wsxxsl.blog.51cto.com/9085838/1894428