fix: HTTP-Checks auf LAN-IPs (kein Cloudflare False-Positive)

This commit is contained in:
root 2026-03-12 12:17:10 +07:00
parent ce22e3937a
commit ad40d28c38

View file

@ -41,8 +41,8 @@ CRITICAL_CONTAINERS = [101, 109, 111, 112, 113, 115]
HTTP_HEALTH_CHECKS = [
# LAN-IPs direkt prüfen — kein Cloudflare-Umweg, keine Tailscale-Routing-Probleme
{"name": "WordPress (CT 101)", "url": "http://10.10.10.101"},
{"name": "matomo.orbitalo.net", "url": "https://matomo.orbitalo.net"},
{"name": "grafana.orbitalo.net", "url": "https://grafana.orbitalo.net"},
{"name": "Matomo (CT 113)", "url": "http://10.10.10.113"},
{"name": "Grafana (CT 110)", "url": "http://10.10.10.110:3000"},
]
EXPECTED_STOPPED = {