Update rules.yml

This commit is contained in:
Samuel Berthe 2022-07-24 00:20:54 +02:00 committed by GitHub
parent 707ee49fdb
commit 9bbb65ffe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,6 +353,10 @@ groups:
description: Probe failed
query: probe_success == 0
severity: critical
- name: Blackbox configuration reload failure
description: Blackbox configuration reload failure
query: 'blackbox_exporter_config_last_reload_successful != 1'
severity: warning
- name: Blackbox slow probe
description: Blackbox probe took more than 1s to complete
query: 'avg_over_time(probe_duration_seconds[1m]) > 1'