Add some prometheus alerts
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
groups:
|
||||
- name: blackbox
|
||||
rules:
|
||||
- alert: HttpSuccess
|
||||
expr: probe_success{job="blackbox_http_external"} == 0
|
||||
for: 5m
|
Reference in New Issue
Block a user