alerting rules: replace severity with action

This commit is contained in:
Frederic Branczyk
2017-06-15 09:34:59 +02:00
parent e1cda3fa7d
commit a1afce8707
8 changed files with 18 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ ALERT K8SSchedulerDown
IF absent(up{job="kube-scheduler"}) or (count by(cluster) (up{job="kube-scheduler"} == 1) == 0)
FOR 5m
LABELS {
severity = "critical",
severity = "page",
}
ANNOTATIONS {
summary = "Scheduler is down",