mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Publish
This commit is contained in:
parent
9bbb65ffe1
commit
fcd7ee80b7
1 changed files with 9 additions and 0 deletions
9
dist/rules/blackbox/blackbox-exporter.yml
vendored
9
dist/rules/blackbox/blackbox-exporter.yml
vendored
|
|
@ -13,6 +13,15 @@ groups:
|
||||||
summary: Blackbox probe failed (instance {{ $labels.instance }})
|
summary: Blackbox probe failed (instance {{ $labels.instance }})
|
||||||
description: "Probe failed\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
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
|
- alert: BlackboxSlowProbe
|
||||||
expr: 'avg_over_time(probe_duration_seconds[1m]) > 1'
|
expr: 'avg_over_time(probe_duration_seconds[1m]) > 1'
|
||||||
for: 1m
|
for: 1m
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue