-
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
Tristan/agent checks ui #922
Conversation
@@ -297,6 +297,14 @@ def run(self, checksd=None, start_event=True): | |||
payload['metrics'] = metrics | |||
payload['events'] = events | |||
payload['service_checks'] = service_checks | |||
|
|||
# Add agent_chekcs if needed |
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.
typo
@@ -2,6 +2,8 @@ | |||
|
|||
class Gearman(AgentCheck): | |||
|
|||
SOURCE_TYPE_NAME = 'germand' |
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.
Typo here
Checks |
You can just use |
OK thanks, nothing to update then |
@@ -2,6 +2,8 @@ | |||
|
|||
class Gearman(AgentCheck): | |||
|
|||
SOURCE_TYPE_NAME = 'gearmand' |
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.
We don't need that one as the check name is also gearmand, do we ?
Thanks! It looks great! |
👍 |
No description provided.