Skip to content

ffeast/zabbix-nginx-sla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zbx-nginx-sla

Zabbix template for nginx with nginx-sla module enabled.

This module collects stats for nginx built with support of the awesome nginx stats collection module nginx-sla.

It simply dumps stats by calling a dedicated url shipped by nginx-sla.

Capabilities

  • This module currently supports a single pool name and no auto-discovery
  • 10 collected items
  • 6 graphs
  • Macros to configure nginx-sla stats location and pool name
  • No triggers

Screenshots

Nginx SLA time percentile Nginx SLA all http response code classes Nginx SLA 5xx Nginx SLA 2xx

System requirements

  • zabbix zabbix 2.4.7 or later (tested with 2.4.7 only although it should work in newer versions too)
  • nginx with nginx-sla module enabled
  • bash
  • wget

Collected items

  • number of 2xx, 3xx, 4xx, 5xx and total responses per minute for your nginx_sla pool
  • 90%, 95%, 99% response time percentile

Installation

  1. Drop nginx-sla.sh into your scripts path (it's likely to be somewhat similar to /etc/zabbix/scripts/) on your Zabbix agent hosts. Make sure it has +x permissions for zabbix-agent

  2. Put userparameter_nginx_sla.conf into /etc/zabbix/zabbix_agentd.d/

  3. Import zbx_nginx_sla_template.xml through zabbix UI

  4. Configure nginx to support nginx-sla unless it's already done.

    The detailed reference can be found here.

    Here's a sample working configuration:

    sla_pool main timings=50:100:1000:10000:60000 http=200:404:500:502:503:504 default;
    

About

zabbix template for nginx-sla

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages