BOSWatch/config.ini

24 lines
433 B
INI
Raw Normal View History

2015-04-03 15:55:10 +02:00
########################
# BOSWatch Config File #
########################
#Data for MySQL connection
#useMySQL = (0|1)
2015-04-03 15:55:10 +02:00
[MySQL]
useMySQL = 0
2015-04-03 15:55:10 +02:00
dbserver = localhost
dbuser = root
dbpassword = root
database = boswatch
2015-04-03 15:55:10 +02:00
tableFMS = bos_fms
tableZVEI = bos_zvei
tablePOC = bos_pocsag
2015-04-03 15:55:10 +02:00
[FMS]
#time to ignore same alarm in a row in seconds
double_ignore_time = 10
2015-04-03 15:55:10 +02:00
[ZVEI]
#time to ignore same alarm in a row in seconds
double_ignore_time = 5