Revert "alerting rules: replace severity with action"
This commit is contained in:
committed by
GitHub
parent
a1afce8707
commit
915677eaa2
@@ -2,7 +2,7 @@ ALERT NodeExporterDown
|
||||
IF up{job="node-exporter"} == 0
|
||||
FOR 10m
|
||||
LABELS {
|
||||
severity = "ticket"
|
||||
severity = "warning"
|
||||
}
|
||||
ANNOTATIONS {
|
||||
summary = "node-exporter cannot be scraped",
|
||||
|
||||
Reference in New Issue
Block a user