self-hosting/roles/monitoring-docker/files/monitoring/prometheus/alert.rules
2017-12-31 16:04:38 +01:00

9 lines
No EOL
250 B
Text

ALERT service_down
IF up == 0
ALERT high_load
IF node_load1 > 0.5
ANNOTATIONS {
summary = "Instance {{ $labels.instance }} under high load",
description = "{{ $labels.instance }} of job {{ $labels.job }} is under high load.",
}