From 0ed8df0202fca78d24045fcb50eb5b6f807a0b76 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 20 Sep 2017 06:31:47 +0200 Subject: [PATCH] add ExpressAlarm to logging --- boswatch.py | 2 ++ config/config.template.ini | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/boswatch.py b/boswatch.py index e8b7b3a..50b1e03 100755 --- a/boswatch.py +++ b/boswatch.py @@ -217,6 +217,8 @@ try: # if given loglevel is debug: if globalVars.config.getint("BOSWatch","loglevel") == 10: configHandler.checkConfig("BOSWatch") + configHandler.checkConfig("ExpressAlarm") + configHandler.checkConfig("Filters") configHandler.checkConfig("FMS") configHandler.checkConfig("ZVEI") configHandler.checkConfig("POC") diff --git a/config/config.template.ini b/config/config.template.ini index d891580..d1c8c70 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -122,10 +122,10 @@ expressAlarm = 0 expressAlarm_ignore_time = 15 # Express-Alarm delimiter RIC -expressAlarm_delimiter_ric = +expressAlarm_delimiter_ric = # Express-Alarm RIC that is used to send the message -expressAlarm_ric = +expressAlarm_ric = [Filters] # RegEX Filter Configuration