From 03f67af781ef3cd568f9dd012d48cdd514930976 Mon Sep 17 00:00:00 2001 From: orbitalo Date: Tue, 31 Mar 2026 12:54:26 +0000 Subject: [PATCH] hausmeister: Forgejo-Fehlerquote-Schwelle (Scanner-Traffic) --- homelab-ai-bot/core/loki_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homelab-ai-bot/core/loki_client.py b/homelab-ai-bot/core/loki_client.py index 48f01713..dbe25845 100644 --- a/homelab-ai-bot/core/loki_client.py +++ b/homelab-ai-bot/core/loki_client.py @@ -160,6 +160,7 @@ def check_service_restarts(minutes: int = 35) -> list[dict]: ERROR_RATE_THRESHOLDS = { "rss-manager": 15, "wordpress-v2": 10, + "forgejo": 200, # Oeffentlich — Scanner-404er sind normal } ERROR_RATE_DEFAULT = 25