-
Notifications
You must be signed in to change notification settings - Fork 13
supporting standby server #14
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
Comments
Hi @michaelxwang, thanks for submitting this patch. I had one question, previously the code used to report critical messages if a proxy was down, now it only reports critical messages if "overall" is specified, or the svname is frontend or backend. I think a better solution would be to have an option to limit to specific svnames, then you could pass in backend,frontend as the list of acceptable svnames. Would that work for you? |
Maybe the svname would require a proxy as well, so instead of just specifying |
@michaelxwang I think I have a fix for this in PR #19, can you test with that updated version of check_haproxy.rb when you get a chance to see if it fixes the issue? If not, can you provide a haproxy .csv file that I can test against? Thanks |
I have a backup consisting of the a primary and standby (which are not supported by us):
as long as one of them is up, we are fine. I added a option to support this:
Please review. Thanks.
The text was updated successfully, but these errors were encountered: