Nginx for Zabbix 4.0 Popular
Nginx template based on http agent
Nginx configuration example:
server {
listen 0.0.0.0:8080;
server_name status.localhost;
keepalive_timeout 0;
allow 127.0.0.1;
allow 192.168.11.254;
deny all;
location /server-status {
stub_status on;
}
access_log off;
}
P.S. item "Number of nginx running" using zabbix agent (active), you can change it,
use macros to specify the ip address and port of nginx
Listing Details
Type
Min Zabbix version
4.0.x
Features
Created
Modified
Version 4.0
Download (1760 downloads)
1 version, '2018-12-05 09:15' modified
1 version, '2018-12-05 09:15' modified
Tags
Owner