kube-prometheus: add dead man's switch

This commit is contained in:
Frederic Branczyk
2017-05-30 17:07:13 -07:00
parent 3aeca3de7b
commit 804f6c187b
4 changed files with 31 additions and 5 deletions

View File

@@ -235,6 +235,18 @@ data:
description = "A target of type {{ $labels.job }} is down."
}
### Dead man's switch ###
ALERT DeadMansSwitch
IF vector(1)
LABELS {
severity = "none",
}
ANNOTATIONS {
summary = "Alerting DeadMansSwitch",
description = "This is a DeadMansSwitch meant to ensure that the entire Alerting pipeline is functional.",
}
### File descriptor alerts ###
ALERT TooManyOpenFiles