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 FailedReload
IF prometheus_config_last_reload_successful == 0
FOR 10m
LABELS {
severity = "warning"
severity = "ticket"
}
ANNOTATIONS {
summary = "Prometheus configuration reload has failed",