mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-08 09:30:05 +01:00
edit config.template.ini
This commit is contained in:
parent
ac7965137d
commit
8ce7af579b
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
[BOSWatch]
|
||||
#set loglevel for logfile
|
||||
loglevel = 20
|
||||
#10 = debug
|
||||
#20 = info
|
||||
#30 = warning
|
||||
#40 = error
|
||||
#50 = critical
|
||||
loglevel = 10
|
||||
|
||||
#time to ignore same alarm in a row (sek)
|
||||
fms_double_ignore_time = 5
|
||||
|
|
@ -45,18 +50,15 @@ tablePOC = bos_pocsag
|
|||
#actually no ssl supported
|
||||
bosmon_server = 192.168.0.1
|
||||
bosmon_port = 80
|
||||
|
||||
#channel-name of typ "Web-Telegramm"
|
||||
bosmon_channel = channel
|
||||
|
||||
#Use this, when BosMon has restricted access
|
||||
bosmon_user =
|
||||
bosmon_password =
|
||||
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
#####################
|
||||
|
||||
|
||||
[httpRequest]
|
||||
#URL without http://
|
||||
fms_url = www.google.de
|
||||
|
|
@ -64,6 +66,11 @@ zvei_url = www.google.de
|
|||
poc_url = www.google.de
|
||||
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
#####################
|
||||
|
||||
|
||||
[template]
|
||||
data1 = test123
|
||||
data2 = test345
|
||||
|
|
|
|||
Loading…
Reference in a new issue