fix: ct-103-Intercity-Taxi aus Silence-Check (absichtlich gestoppt)
This commit is contained in:
parent
5d497649e2
commit
6399ca9cc3
1 changed files with 4 additions and 1 deletions
|
|
@ -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]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue