mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Changed config.template.ini
Changed a few translations
This commit is contained in:
parent
3050eb526e
commit
2e3281d8b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue