1
0

hosts/monitoring-3: Alert on broken IPv4 to IPv6 proxy

This commit is contained in:
2025-06-02 18:46:43 +02:00
parent 3b0986cc57
commit c97799b97c

@ -87,3 +87,11 @@ groups:
annotations:
summary: "GPG {{ $labels.fingerprint }} is expiring soon"
description: "GPG with fingerprint {{ $labels.fingerprint }} is expiring in less then six weeks"
- alert: NadjaTopIPv4ProxyBroken
expr: probe_success{job="blackbox_local_http6", target="blog.nadja.top"} != on (target) probe_success{job="blackbox_local_http4", target="blog.nadja.top"}
for: 5m
labels:
severity: critical
annotations:
summary: "blog.nadja.top unreachable via IPv4"
description: "blog.nadja.top unreachable IPv4, but reachable via IPv6"