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]: