Hello all,
I am trying to monitor my NGINX processes. I am using the Zabbix agent template and understand I need to have the stub status page available. My question is related to the config of the page:
location /nginx_status {
stub_status on;
access_log off;
allow 172.24.16.4;
deny all;
}
Should the allow line be the IP of the main Zabbix server or should it be the server itself, since there is a Zabbix agent on the server? I continue to get a 404 not found and The requested URL /basic_status was not found on this server.
Thanks,
Steve
I am trying to monitor my NGINX processes. I am using the Zabbix agent template and understand I need to have the stub status page available. My question is related to the config of the page:
location /nginx_status {
stub_status on;
access_log off;
allow 172.24.16.4;
deny all;
}
Should the allow line be the IP of the main Zabbix server or should it be the server itself, since there is a Zabbix agent on the server? I continue to get a 404 not found and The requested URL /basic_status was not found on this server.
Thanks,
Steve
Comment