11 lines
228 B
YAML
11 lines
228 B
YAML
groups:
|
|
- name: blackbox
|
|
rules:
|
|
- alert: EndpointDown
|
|
expr: probe_success == 0
|
|
for: 10s
|
|
labels:
|
|
severity: "critical"
|
|
annotations:
|
|
summary: "Endpoint {{ $labels.instance }} down"
|