prometheus-blackbox/config/alertrules.yml

11 lines
228 B
YAML
Raw Permalink Normal View History

2020-01-09 04:29:13 +00:00
groups:
- name: blackbox
rules:
- alert: EndpointDown
expr: probe_success == 0
for: 10s
labels:
severity: "critical"
annotations:
summary: "Endpoint {{ $labels.instance }} down"