1
0

hosts/monitoring-3: Alert on fem.social unavailable

This commit is contained in:
2025-08-17 10:39:01 +02:00
parent eddb365ae5
commit 9357981ff3

View File

@@ -102,3 +102,11 @@ groups:
annotations: annotations:
summary: "Too many notification requests failed" summary: "Too many notification requests failed"
description: "Too many notification requests to Alertmanager integration {{ $labels.integration }} failed" description: "Too many notification requests to Alertmanager integration {{ $labels.integration }} failed"
- alert: FemSocialDown
expr: min(probe_success{target="fem.social", job=~"blackbox_local_http.*"}) == 0
for: 5m
labels:
severity: critical
annotations:
summary: "fem.social unavailable via HTTP"
description: "fem.social is not fully reachable via HTTP"