mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
22 lines
415 B
INI
22 lines
415 B
INI
########################
|
|
# BOSWatch Config File #
|
|
########################
|
|
|
|
#Data for MySQL connection
|
|
[MySQL]
|
|
dbserver = localhost
|
|
dbuser = root
|
|
dbpassword = root
|
|
database = raspoc
|
|
|
|
tableFMS = ras_fms_hist
|
|
tableZVEI = ras_zvei_hist
|
|
tablePOC = ras_pocsag_hist
|
|
|
|
[FMS]
|
|
#time to ignore same alarm in a row in seconds
|
|
double_ignore_time = 5
|
|
|
|
[ZVEI]
|
|
#time to ignore same alarm in a row in seconds
|
|
double_ignore_time = 10 |