##########Nginx配置##########
#查看是否安装nginx状态模块
nginx -V
#--with-http_stub_status_module
#修改配置文件
vim /etc/nginx/nginx.cnf
...
location / {
stub_status on;
...
nginx -t
nginx -s reload
#获取active活动连接数
curl -s http://localhost/nginx-status | awk 'NR==1{print $NF}'
##########Zabbix-agent配置##########
cat > /etc/zabbix/zabbix_agentd.d/nginx_active.conf <<aa
UserParameter=nginx.active, /usr/bin/curl -s http://localhost/nginx-status |awk 'NR==1{print \$NF}'
aa
systemctl restart zabbix-agent
#测试server端能否获取值
yum -y install zabbix-get
zabbix_get -s localhost -k nginx.active
相关文章
- 07-094项冠军! Zabbix荣获最佳IT基础监控、网络监控、Server 监控和云监控!
- 07-09Zabbix添加SNMP自定义监控项OID出现“No Such Instance currently exists at this OID”
- 07-09zabbix-agent端自定义监控项(free -m)服务器内存使用率
- 07-09zabbix 02 监控项自定义
- 07-09zabbix如何自定义一个监控项对web网站进行存活监控和报警?
- 07-09Zabbix分布式监控平台部署<3>--zabbix-nginx部署及字体修正
- 07-09Zabbix Dependent items 从属依赖监控项监控类型
- 07-09分布式监控系统Zabbix--完整安装记录 -添加apache监控
- 07-09Zabbix添加windows主机监控
- 07-09zabbix自定义监控项