From 3fe5fc48d1ac3369910bc7e08931063f5d6d001f Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 21 Nov 2022 10:35:15 +0100 Subject: [PATCH] [minor] re-ordered parameters --- parameters.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parameters.yaml b/parameters.yaml index 2941fa7..ffc5ac0 100644 --- a/parameters.yaml +++ b/parameters.yaml @@ -6,15 +6,15 @@ locations: '*' channels: ['EX1', 'EX2', 'EX3', 'VEI'] # Specify SOH channels, currently supported EX[1-3] and VEI stations_blacklist: ['TEST', 'EREA'] networks_blacklist: [] -interval: 30 # Perform checks every x seconds -n_track: 2 # wait number of intervals after FAIL before performing an action (i.e. send mail) +interval: 60 # Perform checks every x seconds +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 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) warn_count: False # show number of warnings and errors in table dt_thresh: [300, 1800] # threshold (s) for timing delay colourisation (yellow/red) 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: # nw (e.g. 1Y), st (e.g. GR01A), nwst_id (e.g. 1Y.GR01A) @@ -52,6 +52,6 @@ THRESHOLDS: # E-mail notifications EMAIL: 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