BOSWatch/config/config.ini

63 lines
1.1 KiB
INI
Raw Normal View History

2015-04-03 15:55:10 +02:00
########################
# BOSWatch Config File #
########################
2015-05-20 13:29:16 +02:00
[BOSWatch]
#time to ignore same alarm in a row (sek)
2015-05-20 13:29:16 +02:00
fms_double_ignore_time = 5
2015-04-04 19:21:42 +02:00
#time to ignore same alarm in a row (sek)
2015-05-20 13:29:16 +02:00
zvei_double_ignore_time = 5
2015-04-04 19:21:42 +02:00
#time to ignore same alarm in a row (sek)
2015-05-20 13:29:16 +02:00
poc_double_ignore_time = 10
#start and end of the filter range
poc_filter_range_start = 0000000
poc_filter_range_end = 9999999
#can take on or off the plugins (0|1)
[Plugins]
MySQL = 0
BosMon = 0
2015-05-20 19:31:50 +02:00
httpRequest = 0
2015-05-20 13:29:16 +02:00
# for developing template-module is enabled
template = 1
2015-04-04 19:21:42 +02:00
2015-04-03 15:55:10 +02:00
[MySQL]
2015-04-28 11:21:09 +02:00
dbserver = localhost
dbuser = root
dbpassword = root
database = boswatch
2015-04-03 15:55:10 +02:00
#tables in the database
tableFMS = bos_fms
tableZVEI = bos_zvei
2015-05-15 20:36:47 +02:00
tablePOC = bos_pocsag
2015-05-20 13:29:16 +02:00
[BosMon]
#Server as IP of DNS-Name (without http://)
#actually no ssl supported
bosmon_server = 192.168.0.1
bosmon_port = 80
#channel-name of typ "Web-Telegramm"
bosmon_channel = pocsag
#Use this, when BosMon has restricted access
bosmon_user =
bosmon_password =
2015-05-20 19:31:50 +02:00
[httpRequest]
#URL without http://
fms_url = www.google.de
zvei_url = www.google.de
poc_url = www.google.de
2015-05-20 13:29:16 +02:00
[template]
data1 = test123
data2 = test345
data3 = test567
data4 = test789