diff --git a/homelab-ai-bot/monitor.py b/homelab-ai-bot/monitor.py index f8c79bdf..4db0536c 100644 --- a/homelab-ai-bot/monitor.py +++ b/homelab-ai-bot/monitor.py @@ -150,7 +150,7 @@ def check_all() -> list[str]: msg = None for attempt in range(retries): try: - r = requests.head( + r = requests.get( check["url"], timeout=timeout, allow_redirects=True, headers=_headers ) if r.status_code < 400: