Configure a new nginx server listening on an alternate port (61709 in this example). This allows access to this information to be controlled. server { listen 61709; location / { stub_status on; access_log off; allow 127.0.0.1; deny all; } } Reload Nginx /etc/init.d/nginx reload Add the following to the end of /etc/zabbix/zabbix_agentd.conf #Nginx Keys # NginX Keys UserParameter=nginx.active[*],wge