prometheus-display/config/alertrules.yml

11 lines
226 B
YAML
Raw Permalink Normal View History

2020-02-10 05:50:05 +00:00
groups:
- name: display
rules:
- alert: DisplayDown
expr: state_connected == 0
for: 1h
labels:
severity: critical
annotations:
summary: "Display {{ $labels.display_id }} down"