infrastructure/ansible/roles/forrest/files/prometheus/alert-rules.d/blackbox.yml

7 lines
144 B
YAML

groups:
- name: blackbox
rules:
- alert: HttpSuccess
expr: probe_success{job="blackbox_http_external"} == 0
for: 5m