Home > zabbix_haproxy

zabbix_haproxy

Zabbix_haproxy is a project mainly written in ..., it's free.

Script to push haproxy statistics to zabbix

Usage: ./zabbix_haproxy [arguments] This program reads the HAProxy config file for special notations and uses this info to send data about certain hosts in haproxy to zabbix.

The haproxy config has 'frontend' sections and 'server' lines. These lines are annotated with a special comment which tells this script that the frontend or server is tagged for zabbix.

Example config line where the frontend named 'irc-galleria' (the former) is sent to zabbix host named 'irc-galleria' (the later). frontend irc-galleria # (irc-galleria)

Another example for a server where server named suomirock is sent to zabbix host named suomirock.web.pri server suomirock 10.3.0.24:80 check weight 16 maxconn 200 # (suomirock.web.pri)

All hosts in zabbix must be tagged to use Template_HAProxyItem

Command line arguments: -c HAProxy config file -u URL where the haproxy statistics are. ex: http://foobar.com/haproxy?stats;csv -z Path to zabbix_sender -s Zabbix server host. -p Zabbix trapper port. DEFAULT: 10051 -H : Hostname where the realm is active if HTTP Authentication is to be used. OPTIONAL -r HTTP Authentication basic realm OPTIONAL -C : HTTP Authentication username and password OPTIONAL -h Optional Host: header parameter. -v turn verbose mode on. -d turn debug mode on (prints more than verbose).