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

Add Enterprise contact routing management #624

Closed
rgeniesse opened this issue Mar 21, 2017 · 2 comments
Closed

Add Enterprise contact routing management #624

rgeniesse opened this issue Mar 21, 2017 · 2 comments

Comments

@rgeniesse
Copy link

I'd like to see Enterprise contact routing get added. I know that portion of the module was mostly written by one person, just wanted to get this out there.

https://sensuapp.org/docs/latest/enterprise/contact-routing.html

Seems like it would be straight forward process following mutators, handlers, etc in the manifests. I just don't have time right now to learn the lib section of the module.

@stevenviola
Copy link

I ran into the same issue, documented in #597. My workaround is to create a dummy handler and use the config section to define my contacts. If you have your contact json in a variable called contacts_list, you can do something like this in your manifest:

  sensu::handler { 'contacts':
    command => 'null',
    config  => $contacts_list,
  }

@rgeniesse
Copy link
Author

Thanks for the work around. I'll try it out when I get back to re-factoring our Sensu Puppet stuff. I'll close this out as it is a dup of your request.

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

No branches or pull requests

2 participants