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 NodeExporterDown
IF up{job="node-exporter"} == 0
FOR 10m
LABELS {
severity = "warning"
severity = "ticket"
}
ANNOTATIONS {
summary = "node-exporter cannot be scraped",