monitor: Grafana-Healthcheck auf /api/health umstellen

Stabiler als die Root-URL; reduziert False Positives bei kurzzeitigen 5xx auf /.
This commit is contained in:
orbitalo 2026-04-01 09:24:11 +00:00
parent 1fcf0b8c22
commit 723196fe64

View file

@ -44,7 +44,7 @@ CRITICAL_CONTAINERS = [101, 109, 111, 112, 113, 115]
HTTP_HEALTH_CHECKS = [ HTTP_HEALTH_CHECKS = [
{"name": "WordPress (CT 101)", "url": "http://10.10.10.101/robots.txt"}, {"name": "WordPress (CT 101)", "url": "http://10.10.10.101/robots.txt"},
{"name": "Matomo (CT 113)", "url": "http://10.10.10.113"}, {"name": "Matomo (CT 113)", "url": "http://10.10.10.113"},
{"name": "Grafana (CT 110)", "url": "http://10.10.10.110:3000"}, {"name": "Grafana (CT 110)", "url": "http://10.10.10.110:3000/api/health"},
{"name": "Flugscanner-Agent (pve-pp-1)", "url": "http://100.126.26.46:5010/status", {"name": "Flugscanner-Agent (pve-pp-1)", "url": "http://100.126.26.46:5010/status",
"retries": 5, "timeout": 25, "retry_delay": 6}, "retries": 5, "timeout": 25, "retry_delay": 6},
] ]