-
Notifications
You must be signed in to change notification settings - Fork 814
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
[Supervisord]Make sure to always send the can_connect service check #1512
Conversation
message='Supervisor server %s is down.' % server_name) | ||
self.service_check(SERVER_SERVICE_CHECK, AgentCheck.CRITICAL, | ||
tags=server_service_check_tags, | ||
message=msg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yours, but line 81 of the msg
assignment, typo: "make sure sure"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
Otherwise LGTM, merge away. |
Cancelled the CI, as it already passed it w/o the typo. |
[Supervisord]Make sure to always send the can_connect service check
I changed the error message in #1512 but didn’t change the test accordingly. This fixes that issue.
I changed the error message in #1512 but didn’t change the test accordingly. This fixes that issue.
I changed the error message in #1512 but didn’t change the test accordingly. This fixes that issue.
No description provided.