mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-22 06:51:08 +02:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
ALERT NodeExporterDown
|
|
IF absent(up{job="node-exporter"} == 1)
|
|
FOR 10m
|
|
LABELS {
|
|
severity = "warning"
|
|
}
|
|
ANNOTATIONS {
|
|
summary = "node-exporter cannot be scraped",
|
|
description = "Prometheus could not scrape a node-exporter for more than 10m, or node-exporters have disappeared from discovery.",
|
|
}
|