清新西牛

文章
5
资源
0
加入时间
4年2月16天

zabbix3.2 添加nginx监控(连接数)

nginx端相关操作在nginx.conf中添加如下内容#vi nginx.conf...location /nginx-status { stub_status on; access_log off; allow 192.168.233.0/24; deny all;