-
Notifications
You must be signed in to change notification settings - Fork 175
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
Handler Hooks #702
Comments
We can revisit this if it's requested. |
I think handler hooks make a lot of sense, it allows you to deal with failure scenarios with handlers which often rely on external solutions/providers. For example if a service such as pagerduty is down, hit a rate limit, or authentication issues I would like to be able to send something like a slack message to notify the operators. |
We can leave it on the backlog. |
We haven't seen much demand or traction on this issue and it's getting quite old now. I'm going to close it. If we see revived interest, we can always file a new issue or open this one again. |
Extend hook functionality to handlers! A handler hook will respond to handler results in the same way that a check hook responds to check results. Response codes (HookList type) can range from “1”-“255” or can fall under one of the following severities: "ok", "warning", "critical", "unknown", "non-zero”. The owner of this ticket can, and probably should, explode out the suggested subtasks.
repeated HookList handler_hooks
scripts/genproto.sh
The text was updated successfully, but these errors were encountered: