[minor] re-ordered parameters
This commit is contained in:
parent
7da3db260a
commit
3fe5fc48d1
@ -6,15 +6,15 @@ locations: '*'
|
|||||||
channels: ['EX1', 'EX2', 'EX3', 'VEI'] # Specify SOH channels, currently supported EX[1-3] and VEI
|
channels: ['EX1', 'EX2', 'EX3', 'VEI'] # Specify SOH channels, currently supported EX[1-3] and VEI
|
||||||
stations_blacklist: ['TEST', 'EREA']
|
stations_blacklist: ['TEST', 'EREA']
|
||||||
networks_blacklist: []
|
networks_blacklist: []
|
||||||
interval: 30 # Perform checks every x seconds
|
interval: 60 # Perform checks every x seconds
|
||||||
n_track: 2 # wait number of intervals after FAIL before performing an action (i.e. send mail)
|
n_track: 120 # wait number of intervals after FAIL before performing an action (i.e. send mail)
|
||||||
timespan: 3 # Check data of the recent x days
|
timespan: 3 # Check data of the recent x days
|
||||||
verbosity: 0
|
verbosity: 0
|
||||||
reread_parameters: True # reread parameters file (change parameters on runtime, not for itself/GUI refresh/datapath)
|
|
||||||
track_changes: True # tracks all changes since GUI startup by text highlighting (GUI only)
|
track_changes: True # tracks all changes since GUI startup by text highlighting (GUI only)
|
||||||
warn_count: False # show number of warnings and errors in table
|
warn_count: False # show number of warnings and errors in table
|
||||||
dt_thresh: [300, 1800] # threshold (s) for timing delay colourisation (yellow/red)
|
dt_thresh: [300, 1800] # threshold (s) for timing delay colourisation (yellow/red)
|
||||||
html_figures: True # Create html figure directory and links
|
html_figures: True # Create html figure directory and links
|
||||||
|
reread_parameters: True # reread parameters file (change parameters on runtime, not for itself/GUI refresh/datapath)
|
||||||
|
|
||||||
# add links to html table with specified key as column and value as relative link, interpretable string parameters:
|
# add links to html table with specified key as column and value as relative link, interpretable string parameters:
|
||||||
# nw (e.g. 1Y), st (e.g. GR01A), nwst_id (e.g. 1Y.GR01A)
|
# nw (e.g. 1Y), st (e.g. GR01A), nwst_id (e.g. 1Y.GR01A)
|
||||||
@ -52,6 +52,6 @@ THRESHOLDS:
|
|||||||
# E-mail notifications
|
# E-mail notifications
|
||||||
EMAIL:
|
EMAIL:
|
||||||
mailserver: 'localhost'
|
mailserver: 'localhost'
|
||||||
addresses: ['marcel.paffrath@rub.de'] # list of mail addresses for info mails
|
addresses: ['marcel.paffrath@rub.de', 'kasper.fischer@rub.de'] # list of mail addresses for info mails
|
||||||
sender: 'webmaster@geophysik.ruhr-uni-bochum.de' # mail sender
|
sender: 'webmaster@geophysik.ruhr-uni-bochum.de' # mail sender
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user