diff --git a/homelab-ai-bot/monitor.py b/homelab-ai-bot/monitor.py index 98af26aa..f8c79bdf 100644 --- a/homelab-ai-bot/monitor.py +++ b/homelab-ai-bot/monitor.py @@ -44,7 +44,7 @@ CRITICAL_CONTAINERS = [101, 109, 111, 112, 113, 115] HTTP_HEALTH_CHECKS = [ {"name": "WordPress (CT 101)", "url": "http://10.10.10.101/robots.txt"}, {"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", "retries": 5, "timeout": 25, "retry_delay": 6}, ]