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

7 lines
144 B
YAML
Raw Normal View History

2023-02-19 18:31:52 +00:00
groups:
- name: blackbox
rules:
- alert: HttpSuccess
expr: probe_success{job="blackbox_http_external"} == 0
for: 5m