-
Notifications
You must be signed in to change notification settings - Fork 6
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
silence action does not work with sensu v0.29+ #7
Comments
Their docs seem to indicate it is still supported? https://sensuapp.org/docs/latest/api/stashes-api.html I can't quite figure it out though, as some older docs talk about migrating from stash-based silencing https://sensuapp.org/docs/0.26/reference/silencing.html#migrating-from-stash-based-silencing Looks like it should be pretty straightforward to change the actions if we need to though. Don't even need to change the names. |
+1 Silence action doesn't work. I'm running Sensu version 1.0.2 and stackstorm-sensu pack v0.5.0 |
@pietervogelaar so what changes need to be made? When I looked at this earlier, it seemed that they did still support |
@LindsayHill I hit the same issue, looks like stashes for silence does not work, i modified the action a bit and i can see the check silenced in sensu ui `
` |
Please submit a PR with that change |
Sensu API was changed, the old api "/stashes" does not work any more.
Instead, should use "/silenced". It was already implemented in https://github.com/sangoma/pysensu/blob/master/pysensu/api.py
The text was updated successfully, but these errors were encountered: