Tags: nginx
I have found some of templates for nginx web server. But their versions are too low. so I redo them for Zabbix 3.2 version. You can get the latest version: https://github.com/oscm/zabbix/tree/master/nginx
English description - https://github.com/tonymadbrain/nginx_stat_getter/blob/master/README.md Cкрипт для получения статистики из Nginx, который можно использовать в Zabbix. Реализация на Go вот этого скрипта - https://github.com/vicendominguez/nginx-zabb ...
Available on Github: https://github.com/sfuerte/zbx-nginx Zabbix Template for Nginx statistics. The script is written in Python. System requirements Python, http://www.python.org/downloads Nginx, http://nginx.org/, with configured `http_stub_s ...
System requirements Nginx, with configured `http_stub_status_module` Features HTTP/HTTPS support Connection Statistics: Active Reading Waiting Writing Request Statistics: Accepted Handled Total Graph and screen: 'Requests Statistic ...
Zabbix 4 Nginx monitoring by Alireza Zabihi based on Alex Gluck solution. Connection Statistics: Active Reading Waiting Writing Requests pro connection Request Statistics: Accepted Handled Total Linux and Nginx performance monitoring: Fi ...
System requirements Nginx, http://nginx.org/, with configured `http_stub_status_module` Features Connection Statistics: Active Reading Waiting Writing Request Statistics: <ul style="padding: 0px 0px 0px 12px; margin: 0px 0px 1.5em 12px ...
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 /ser ...