-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to model a "at least one" check #17
Comments
fixed in #18 |
@dberardo Thanks for raising this issue, it is similar to issue #14, where a backup server is listed at DOWN shouldn't cause a CRITICAL error. I put together a fix for this and 14 in PR #19 . Can you test with the updated version of check_haproxy.rb to see if that fixes your issue? If not, can you send an example haproxy .csv file I could use to test against? Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
HAproxy provides already this check, since the backend status is UP if at least on of the server in its group is UP, and becomes DOWN if this is not the case.
How can this ruby script be adapted / configured to achieve this check?
The text was updated successfully, but these errors were encountered: