Nginx, with configured `http_stub_status_module`
- Active
- Reading
- Waiting
- Writing
- Accepted
- Handled
- Total
- 'Requests Statistics' graph
- 'Connection Status' graph
- Screen combining both graph
- {$NGINX_HOST}
- {$NGINX_STATS_URI}
- {$NGINX_PORT}
- {$NGINX_REQ_NUM}
- {$NGINX_CON_NUM}
Add the following example to your default vhost configuration file:
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
allow ::1;
deny all;
}
- Import XML template file (`zbx_template_nginx.xml`) into Zabbix via Web GUI (Configuration -> Templates -> Import).
- Assign the imported template to a host and enjoy!