-
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
Add functionality to configure mutators #230
Comments
|
You can configure it via the handler type - https://github.com/sensu/sensu-puppet/blob/master/lib/puppet/type/sensu_handler.rb#L67. Thanks! |
|
Ok I thought this field is used to reference the mutator. If a hash could be used to configure the actual mutator within the handler than this will result in duplicated configurations of the same. Or am I wrong |
|
@jamtur01 could you please clarify "You can configure it via the handler type - https://github.com/sensu/sensu-puppet/blob/master/lib/puppet/type/sensu_handler.rb#L67. Thanks!" |
@jamtur01 : I think he was referring to configuring mutator and not a handler (ex: http://sensuapp.org/docs/0.16/mutators). CC: @max-koehler @aamerik |
|
👍 |
|
PR welcomed. Thanks! |
|
I'm not sure if by PR you meant Public Relationship in this case..../s If nobody started to work on this issue you might assign it to me and I'll try to make PR. |
|
PR meaning Pull Request. With the github model if someone forks the repo, makes changes/improvements/fixes they can send those changes back to the upstream repo through a Pull Request. |
Add functionality to configure mutators #230
* 'master' of https://github.com/sensu/sensu-puppet: (48 commits) Added subdue attribute to sensu_check type Adding option to manage the mutators dir add ttl to check provider Add functionality to configure mutators sensu#230 update supported puppet versions Adding spec tests for manage_handlers param Adding option to manage the handlers dir set $pkg_requires to undef for the redhat osfamily as with it not set the run fails on centos/redhat when strict_variables is enabled version bump: 2.0.0 set sysconfig parameters when defined allow setting of path Add require on apt::update for puppetlabs-apt 2.x Correcting issue sensu#318 - Changing the default value of sensu_plugin_version from absent to installed allow handle and handlers together Make the sensu enterprise dashboard not show up unbidden Move file_ensure out of conditional Add tests for sensu-plugins provider update apt module dep fix db type Fix Sensu Enterprise services when not using enterprise ...
* upstream/master: (286 commits) Added subdue attribute to sensu_check type Adding option to manage the mutators dir add ttl to check provider Add functionality to configure mutators sensu#230 update supported puppet versions Adding spec tests for manage_handlers param Adding option to manage the handlers dir set $pkg_requires to undef for the redhat osfamily as with it not set the run fails on centos/redhat when strict_variables is enabled version bump: 2.0.0 set sysconfig parameters when defined allow setting of path Add require on apt::update for puppetlabs-apt 2.x Correcting issue sensu#318 - Changing the default value of sensu_plugin_version from absent to installed allow handle and handlers together Make the sensu enterprise dashboard not show up unbidden Move file_ensure out of conditional Add tests for sensu-plugins provider update apt module dep fix db type Fix Sensu Enterprise services when not using enterprise ...
|
I believe this is merged and resolved, so closing. Please reopen if required. |
If i see it right, currently we can't create configurations for mutators with the puppet modul.
Checks, config, handlers, subscriptions, ... everything can be configured except the mutators.
Is there any possibility to configure it with puppet?
The text was updated successfully, but these errors were encountered: