From 2761ace2b0d032ce41ae18be8340f310e830e384 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 13 Oct 2018 23:16:01 +0200 Subject: [PATCH] Update config.template.ini Adding config-parts for new functions --- config/config.template.ini | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/config/config.template.ini b/config/config.template.ini index dd999a5..bda5904 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -349,11 +349,30 @@ SubA = 1 SubB = 1 SubC = 2 SubD = -2 + +# ...or define the priority depending on the RIC +# 1. switch it on +poc_spec_ric = 0 + +# 2. fill the following lists, seperator is , +poc_prio2 = +poc_prio1 = +poc_prio0 = + poc_title = Alarm: %RIC%%LPAR%%FUNCCHAR%%RPAR% poc_message = %DATE% %TIME% - %DESCR%: %MSG% # Section for ZVEI -zvei_prio = 1 +# default prio for all ZVEI - except you specify it different +zvei_std_prio = 1 + +# [1 - on, 0 - off] - by switching on you can list certain ZVEI depending on their priority +zvei_sep_prio = 0 + +# use the following lists, separator is , +zvei_prio2 = +zvei_prio1 = +zvei_prio0 = zvei_title = Alarm: %ZVEI% zvei_message = %DATE% %TIME%: %ZVEI%