monitoring-nagios-haproxy
monitoring-nagios-haproxy copied to clipboard
Nagios plugin (suitable for Nagios Check-compatible programs) for monitoring HAProxy services.
Hello, I have strange problems, I've defined multiple backends in "--override" option in Icinga2. but somehow, Icinga command run ignores it. Trying to run command copy-pasted from "Inspect" in terminal...
If have tried to add some features like performance data, reporting and other stuff. But ended up with rewriting most of the plugin code. Feel free to have a look...
Warnings and critical messages were already pushed to an array, but not used. This forst completes all checks, and then reports.
Hi, the script works fine to monitor that all servers behind a backend are UP. but what if i want only to check that AT LEAST one server is UP?...
Correct call `./check_haproxy -S /var/run/haproxy/admin.sock -O chat:u,2,1 stats:x` Incorrect call `./check_haproxy -S /var/run/haproxy/admin.sock -O "chat:u,2,1 stats:x"` Using icinga2 functions we can fix this. Using `macro()` and `split()` we are able...
In our setup we have just one connection per backend. So we always get an error for using more than 90% of the available sessions (1 of 1). I couldn't...
Hi, I was looking at your excellent script and found one feature : in some case, when you host multiples backends on a haproxy, when you have one faulty server,...