-
Notifications
You must be signed in to change notification settings - Fork 290
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
subdue should be optional for sensu check definition #548
Comments
|
@cabecada is what you need the same as described in: |
|
I think we need to completely rework the sensu subdue stuff for 0.26. I'd love someone to take a bash at this. |
a facter variable will help us take care of backward compatibity too :) |
|
something like this |
|
+1 “absent” really makes sense over the default values :), and is really helpful too. On Oct 31, 2016, at 11:53 AM, Tomasz Tarczynski <notifications@github.commailto:notifications@github.com> wrote: @cabecadahttps://github.com/cabecada there's a plan to handle compatibility with information in module docs: #568#568 Removing subdue property is now possible with syntax described here: #565#565 — |
|
This is resolved! |
because of this
https://github.com/sensu/sensu-settings/blob/37d22949f586015075de65881b61b5004bde9b55/spec/validator_spec.rb#L260
this
https://github.com/sensu/sensu-puppet/blob/master/manifests/check.pp#L180
would break.
we need to manage the hash to sensu_check { } that would filter out subdue attribute if not defined or empty hash
The text was updated successfully, but these errors were encountered: