Merge pull request #119 from dabenzel/patch-1

Changed config.template.ini
This commit is contained in:
Bastian Schroll 2016-10-01 18:05:51 +02:00 committed by GitHub
commit 33f67c8149

View file

@ -23,7 +23,7 @@ backupCount = 7
#rtl_path = /usr/local/bin/
#multimon_path = /usr/local/bin/
# Using RegEx-Filter (0|1)
# Using RegEx-Filter (0 - off | 1 - on)
# Filter-configuration in section [Filters]
useRegExFilter = 0
@ -35,7 +35,7 @@ doubleFilter_ignore_entries = 10
# time to ignore same alarm (only ID is checked) (sek)
doubleFilter_ignore_time = 5
# ignore msg is only usefull for POCSAG (0|1)
# ignore msg is only usefull for POCSAG (0 - off | 1 - on)
# 0: double check ignores the msg-text (only check ID + function)
# 1: if you want to differentiate between with/ without msg
# f.e. if they use quick-alarm (without text, then same ric with msg)
@ -44,12 +44,12 @@ doubleFilter_check_msg = 0
[FMS]
# look-up-table for adding a description
# Using Description (0|1)
# Using Description (0 - off | 1 - on)
idDescribed = 0
[ZVEI]
# look-up-table for adding a description
# Using Description (0|1)
# Using Description (0 - off | 1 - on)
idDescribed = 0
[POC]
@ -67,7 +67,7 @@ filter_range_start = 0000000
filter_range_end = 9999999
# look-up-table for adding a description
# Using Description (0|1)
# Using Description (0 - off | 1 - on)
idDescribed = 0
@ -90,7 +90,7 @@ idDescribed = 0
[Plugins]
# can take on or off the plugins (0|1)
# turn the plugins on or off (0 - off | 1 - on)
MySQL = 0
httpRequest = 0
eMail = 0