-
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
$check_notify does not load sensu::enterprise::service #495
Comments
ghoneycutt
added a commit
that referenced
this issue
Jul 10, 2017
…-enterprise (#495) Notify Service[sensu-enterprise] from Sensu::Check resources
|
Released in v2.19.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you set
sensu::check, this module does not notifyService["sensu-enterprise"].I've look at code, there is "ugly hack" but that hack does not work with sensu-enterprise.
If needed, I can make PR for this but just tell me if I'm on right direction.
How
Service["sensu-enterprise"]should get notified when check is added?EDIT:
Maybe I should be more descriptive, so if you have understand what is the problem, you might stop reading after this point.
When I add new check ex:
and run
puppet applyreturns thisThe problem here is that
sensu-serveris being refreshed and notsensu-enterpriseEDIT: relevant PR #388
The text was updated successfully, but these errors were encountered: