-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update aggregate plugins for Sensu 1.x #73
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sean Porter <[email protected]>
Signed-off-by: Sean Porter <[email protected]>
Signed-off-by: Sean Porter <[email protected]>
Signed-off-by: Sean Porter <[email protected]>
Signed-off-by: Sean Porter <[email protected]>
Signed-off-by: Sean Porter <[email protected]>
Deploying an RC gem build and doing some testing. |
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.
Overall looks good have one question about losing an existing feature that I think could be implemented and needs a changelog entry.
Let's also get a changelog entry under:
## [Unreleased]
### Breaking Changes
- ...
@@ -114,13 +107,6 @@ class CheckAggregate < Sensu::Plugin::Check::CLI | |||
long: '--pattern PATTERN', | |||
description: 'A PATTERN to detect outliers' | |||
|
|||
option :honor_stash, |
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.
should we have honor_silence
? I get that the api calls have been changed with the rename but I think we can still provide the same functionality right?
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.
Rework would be necessary to capture the client and check associated with particular named aggregate results (which probably requires a bunch of assumptions).
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.
OK, we just need to call that out as one of the breaking changes in the changelog then.
Updated the Sensu Check Aggregate plugins for Sensu 1.x. This pull-request drops support for Sensu < 0.24.0, supporting only named aggregates.
Closes #19