All Projects → AlexGluck → Zbx_nginx

AlexGluck / Zbx_nginx

Licence: gpl-3.0
Zabbix monitoring template for nginx

Projects that are alternatives of or similar to Zbx nginx

Shell
Infrastructure Management Shell - Linux
Stars: ✭ 381 (+1631.82%)
Mutual labels:  zabbix, nginx
Ansible Role Htpasswd
Ansible Role - htpasswd
Stars: ✭ 17 (-22.73%)
Mutual labels:  nginx
Docker Nginx Http3
Alpine Linux image with Nginx 1.19.4 (mainline) with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli, NJS support, and 10 MB size. All built on the bleeding edge for max performance. Built on the edge, for the edge.
Stars: ✭ 820 (+3627.27%)
Mutual labels:  nginx
Vestacp nginx pagespeed http2
Rebuild Nginx with Google PageSpeed and http/2 for VestaCP
Stars: ✭ 16 (-27.27%)
Mutual labels:  nginx
Netboot Httpd
Docker container for serving netboot image over http. Use in combination with BSDPy
Stars: ✭ 5 (-77.27%)
Mutual labels:  nginx
Docker Node Nginx Alpine
Dockerfile to build an image with Nginx and Node (npm and yarn) on Alpine Linux
Stars: ✭ 16 (-27.27%)
Mutual labels:  nginx
Nginx Docs
Nginx 中文文档. Chinese translation of Nginx documentation.
Stars: ✭ 809 (+3577.27%)
Mutual labels:  nginx
Nginx Luajit Ws
nginx + nginx-luajit + websocket
Stars: ✭ 19 (-13.64%)
Mutual labels:  nginx
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+3936.36%)
Mutual labels:  nginx
Nginx Headers More Rpm
Nginx with headers-more-module rpm
Stars: ✭ 6 (-72.73%)
Mutual labels:  nginx
Amazon Scripts
Administrative scripts for my EC2 Amazon Linux based Meteor/Mongo/Nginx/Node/Passenger server
Stars: ✭ 6 (-72.73%)
Mutual labels:  nginx
Docker Nginx Php5 Laravel5
A Dockerfile which produces a docker image that runs Ubuntu 14.04, Nginx, PHP5 for Laravel 5.
Stars: ✭ 5 (-77.27%)
Mutual labels:  nginx
Flyapi
基于SSM layui 开发的多人博客系统,目标在于让每个人都能精准阅读和专注写作。
Stars: ✭ 16 (-27.27%)
Mutual labels:  nginx
K8s Elk Demo
A simple demonstration of the ELK stack on a Kubernetes cluster
Stars: ✭ 5 (-77.27%)
Mutual labels:  nginx
Nginx Nonewlines
This is an nginx module to strip the served HTML of all newlines (\n and \r characters)
Stars: ✭ 17 (-22.73%)
Mutual labels:  nginx
Awesome Nginx
A curated list of awesome Nginx distributions, 3rd party modules, Active developers, etc.
Stars: ✭ 811 (+3586.36%)
Mutual labels:  nginx
Prometheusalert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Stars: ✭ 822 (+3636.36%)
Mutual labels:  zabbix
Keyless Solution
The solution of keyless proxy.
Stars: ✭ 16 (-27.27%)
Mutual labels:  nginx
Zabbix Community Repos
📝 850+ Zabbix community project links: SW/HW/DB templates, scripts, CLIs, integrations, API libraries, modules, configurations, ...
Stars: ✭ 907 (+4022.73%)
Mutual labels:  zabbix
Docker Testing
Stars: ✭ 18 (-18.18%)
Mutual labels:  nginx

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 Statistics' graph
  • 'Connection Status' graph
  • Screen combining both graph
Macros for customization:
  • {$NGINX_HOST}
  • {$NGINX_STATS_URI}
  • {$NGINX_PORT}
  • {$NGINX_REQ_NUM}
  • {$NGINX_CON_NUM}

Installation

Nginx Configuration

 

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;
}
 

Zabbix Configuration

 

  1. Import XML template file (`zbx_template_nginx.xml`) into Zabbix via Web GUI (Configuration -> Templates -> Import).
  2. Assign the imported template to a host and enjoy!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].