2015-04-03 15:55:10 +02:00
|
|
|
########################
|
|
|
|
|
# BOSWatch Config File #
|
|
|
|
|
########################
|
|
|
|
|
|
|
|
|
|
#Data for MySQL connection
|
2015-04-03 21:43:00 +02:00
|
|
|
#useMySQL = (0|1)
|
2015-04-03 15:55:10 +02:00
|
|
|
[MySQL]
|
2015-04-03 21:43:00 +02:00
|
|
|
useMySQL = 0
|
2015-04-03 15:55:10 +02:00
|
|
|
dbserver = localhost
|
|
|
|
|
dbuser = root
|
|
|
|
|
dbpassword = root
|
2015-04-03 20:38:23 +02:00
|
|
|
database = boswatch
|
2015-04-03 15:55:10 +02:00
|
|
|
|
2015-04-03 20:38:23 +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
|
2015-04-03 21:43:00 +02:00
|
|
|
double_ignore_time = 10
|
2015-04-03 15:55:10 +02:00
|
|
|
|
|
|
|
|
[ZVEI]
|
|
|
|
|
#time to ignore same alarm in a row in seconds
|
2015-04-03 21:43:00 +02:00
|
|
|
double_ignore_time = 5
|