摘要: 今天想利用zabbix对nginx状态页面进行监控,在nginx.conf添加以下配置 location /nginx_status { stub_status; } 检测发现报错,凭经验判定是未开启模块导致的 [root@iZbp18re0hh4zzdtp6obrzZ sbin]# ./nginx 阅读全文
posted @ 2022-06-26 15:24 不会跳舞的胖子 阅读(175) 评论(0) 推荐(0) 编辑