-
Notifications
You must be signed in to change notification settings - Fork 490
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
should be able to pause/mute alerts with criteria #722
Comments
Just spent the last few days (and several issues: #750, #752, #755, #756) trying to get a maintenance mode working. I've tried numerous things, and each gets very close to working, but is stopped by one tiny but significant gotcha. Most of the scenarios have been some derivative of the following script:
The idea is that the The most pervasive issue with all the solutions I've tried are that the Thus in order for this to work properly, kapacitor needs a way to get the single last value from |
+1 |
We're also looking for something like this. We've contemplated tagging every measurement with It looks like Kapacitor 1.4 has sideloading capabilities, which could be useful for this purpose. Of course if you're using Enterprise Kapacitor, and you have multiple nodes, this is annoying to use and requires some jury rigging. If sideloading could read from something like Redis or an HTTP endpoint that would make this a much better approach. |
A good use case example is system monitoring on a server that's undergoing scheduled maintenance. I want the deadman alerts to keep firing for other servers, but not for the one I'm rebooting right now.
Obviously this needs to be doable without a restart, and ideally without pausing the entire TICKscript. Other hosts should continue to fire deadman alerts while
host=host-a-1
is paused.The text was updated successfully, but these errors were encountered: