mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
little changes for docu
This commit is contained in:
parent
5394bceedf
commit
346d5a41f6
3 changed files with 26 additions and 25 deletions
|
|
@ -18,7 +18,7 @@ loglevel = 10
|
|||
backupCount = 7
|
||||
|
||||
#Using RegEx-Filter (0|1)
|
||||
#Filter-configuration in section "Filters"
|
||||
#Filter-configuration in section [Filters]
|
||||
useRegExFilter = 1
|
||||
|
||||
[FMS]
|
||||
|
|
@ -48,15 +48,19 @@ filter_range_end = 9999999
|
|||
|
||||
[Filters]
|
||||
#RegEX Filter Configuration
|
||||
#http://www.regexr.com/ - RegEX Test Tool an Documentation
|
||||
#No Filter for a Typ/Plugin Combination = all Data pass
|
||||
#INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;REGEX
|
||||
#TYP = the Data Typ (FMS|ZVEI|POC)
|
||||
#DATAFIELD = the field of the Data Array. See interface.txt for names.
|
||||
#PLUGIN = the name of the Plugin to call with this Filter.
|
||||
#DATAFIELD = the field of the Data Array (See interface.txt)
|
||||
#PLUGIN = the name of the Plugin to call with this Filter
|
||||
#REGEX = the RegEX
|
||||
|
||||
#only ZVEI to template with 25###
|
||||
#testfilter = ZVEI;zvei;template;25[0-9F]{3}
|
||||
#testfilter = ZVEI;zvei;template;25[0-9]{3}
|
||||
|
||||
#only POCSAG to MySQL with the text "ALARM:" in the Message
|
||||
#pocTest = POC;msg;MySQL;ALARM:
|
||||
|
||||
|
||||
[Plugins]
|
||||
|
|
@ -106,9 +110,6 @@ poc_url = www.google.de
|
|||
##### Not ready yet #
|
||||
#####################
|
||||
|
||||
|
||||
[template]
|
||||
data1 = test123
|
||||
data2 = test345
|
||||
data3 = test567
|
||||
data4 = test789
|
||||
test1 = testString
|
||||
test2 = 123456
|
||||
Loading…
Add table
Add a link
Reference in a new issue