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

@@ -2,7 +2,7 @@ ALERT FailedReload
IF prometheus_config_last_reload_successful == 0
FOR 10m
LABELS {
severity = "ticket"
severity = "warning"
}
ANNOTATIONS {
summary = "Prometheus configuration reload has failed",