Skip to content
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

Merged
merged 3 commits into from
Apr 7, 2015

Conversation

remh
Copy link

@remh remh commented Apr 6, 2015

No description provided.

@remh remh added this to the 5.3.0 milestone Apr 6, 2015
message='Supervisor server %s is down.' % server_name)
self.service_check(SERVER_SERVICE_CHECK, AgentCheck.CRITICAL,
tags=server_service_check_tags,
message=msg)
Copy link
Member

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"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@LeoCavaille
Copy link
Member

Otherwise LGTM, merge away.

@LeoCavaille
Copy link
Member

Cancelled the CI, as it already passed it w/o the typo.

remh pushed a commit that referenced this pull request Apr 7, 2015
[Supervisord]Make sure to always send the can_connect service check
@remh remh merged commit 1503a5b into master Apr 7, 2015
remh pushed a commit that referenced this pull request Apr 7, 2015
I changed the error message in #1512 but didn’t change the test
accordingly.

This fixes that issue.
remh pushed a commit that referenced this pull request Apr 7, 2015
I changed the error message in #1512 but didn’t change the test
accordingly.

This fixes that issue.
remh pushed a commit that referenced this pull request Apr 7, 2015
I changed the error message in #1512 but didn’t change the test
accordingly.

This fixes that issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants