├── .github └── workflows │ └── stale.yml ├── README.md ├── haproxy_discovery.sh ├── haproxy_stats.sh ├── haproxy_zbx_v2_template.xml ├── haproxy_zbx_v3_template.xml └── userparameter_haproxy.conf /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/README.md -------------------------------------------------------------------------------- /haproxy_discovery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/haproxy_discovery.sh -------------------------------------------------------------------------------- /haproxy_stats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/haproxy_stats.sh -------------------------------------------------------------------------------- /haproxy_zbx_v2_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/haproxy_zbx_v2_template.xml -------------------------------------------------------------------------------- /haproxy_zbx_v3_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/haproxy_zbx_v3_template.xml -------------------------------------------------------------------------------- /userparameter_haproxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anapsix/zabbix-haproxy/HEAD/userparameter_haproxy.conf --------------------------------------------------------------------------------