Napsty / check_haproxy

HAProxy monitoring plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_haproxy

This is a forked repository. The original check_haproxy monitoring plugin was written by Stéphane Urbanovski. Use Stéphane's repository for future development: https://github.com/men-crt-sup/nagios-plugins

For now I will keep this forked repo, it might disappear in the future.

Changes

1.1

  • Add new option -i or --ignore-backends to exclude certain backend(s) from the check. The parameter expects a single string for the backend name or a list of comma-separated backend names
  • Fix and display the maximum number of allowed concurrent sessions of the backend in performance data (was always showing 0 before)
  • Added bytes_in and bytes_out to performance data per backend

See https://www.claudiokuenzler.com/blog/897/boosting-check_haproxy-monitoring-plugin-ignore-backends-bytes-performance-data

About

HAProxy monitoring plugin


Languages

Language:Perl 100.0%