From 6399ca9cc365ee364d25fe8bafb2c0dd3db2cd4a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Mar 2026 22:13:21 +0700 Subject: [PATCH] fix: ct-103-Intercity-Taxi aus Silence-Check (absichtlich gestoppt) --- homelab-ai-bot/monitor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homelab-ai-bot/monitor.py b/homelab-ai-bot/monitor.py index 0411ef6a..26874d4f 100644 --- a/homelab-ai-bot/monitor.py +++ b/homelab-ai-bot/monitor.py @@ -56,7 +56,10 @@ EXPECTED_STOPPED = { IGNORED_HOSTS = {"${HOSTNAME}", ""} # Hosts die strukturell keine regelmäßigen Logs produzieren → kein Silence-Alert -SILENCE_IGNORED_HOSTS = {"ct-600-webcam"} +SILENCE_IGNORED_HOSTS = { + "ct-600-webcam", # kein rsyslog, Stream läuft aber + "ct-103-Intercity-Taxi", # absichtlich gestoppt +} def check_all() -> list[str]: