From fcd7ee80b7cb7a4502d5735a7676e211d0892126 Mon Sep 17 00:00:00 2001 From: samber Date: Sat, 23 Jul 2022 22:21:42 +0000 Subject: [PATCH] Publish --- dist/rules/blackbox/blackbox-exporter.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dist/rules/blackbox/blackbox-exporter.yml b/dist/rules/blackbox/blackbox-exporter.yml index 10c6290..ed7eb76 100644 --- a/dist/rules/blackbox/blackbox-exporter.yml +++ b/dist/rules/blackbox/blackbox-exporter.yml @@ -13,6 +13,15 @@ groups: summary: Blackbox probe failed (instance {{ $labels.instance }}) description: "Probe failed\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + - alert: BlackboxConfigurationReloadFailure + expr: 'blackbox_exporter_config_last_reload_successful != 1' + for: 0m + labels: + severity: warning + annotations: + summary: Blackbox configuration reload failure (instance {{ $labels.instance }}) + description: "Blackbox configuration reload failure\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + - alert: BlackboxSlowProbe expr: 'avg_over_time(probe_duration_seconds[1m]) > 1' for: 1m