Revert "alerting rules: replace severity with action"

This commit is contained in:
Frederic Branczyk
2017-06-15 10:45:51 +02:00
committed by GitHub
parent a1afce8707
commit 915677eaa2
8 changed files with 21 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ ALERT AlertmanagerConfigInconsistent
label_replace(prometheus_operator_alertmanager_spec_replicas, "service", "alertmanager-$1", "alertmanager", "(.*)") != 1
FOR 5m
LABELS {
severity = "page"
severity = "critical"
}
ANNOTATIONS {
summary = "Alertmanager configurations are inconsistent",
@@ -17,7 +17,7 @@ ALERT AlertmanagerDownOrMissing
sum by(job) (up) != 1
FOR 5m
LABELS {
severity = "ticket"
severity = "warning"
}
ANNOTATIONS {
summary = "Alertmanager down or not discovered",
@@ -28,7 +28,7 @@ ALERT FailedReload
IF alertmanager_config_last_reload_successful == 0
FOR 10m
LABELS {
severity = "ticket"
severity = "warning"
}
ANNOTATIONS {
summary = "Alertmanager configuration reload has failed",