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

different priority depending on check result status #36

Open
passing opened this issue Jul 30, 2018 · 0 comments
Open

different priority depending on check result status #36

passing opened this issue Jul 30, 2018 · 0 comments

Comments

@passing
Copy link

passing commented Jul 30, 2018

It would be helpful to be able to make a check set a different OpsGenie priority depending on the check result status.
Advantages would be:

  • You can create different escalation/notification logic in OpsGenie based on the priority. So you can influence that more important events (e.g. a certain check goes "critical") is handled in a different way.
  • OpsGenie re-notifies if the priority of a check goes to a higher level: So then you could get notified when a check changes from status "warning" to "critical".

right now one can only configure one priority:

"priority": "P1"

configuration of different priorities could look like this:

"priority_critical": "P1",
"priority_warning": "P3",
"priority_unknown": "P4"
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

1 participant