Add some prometheus alerts

This commit is contained in:
Jake Howard
2023-02-19 18:31:52 +00:00
parent 6282c13db6
commit 11eb833f44
4 changed files with 19 additions and 0 deletions

View File

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