[minor] reformat yaml file
This commit is contained in:
parent
a6d59c8c71
commit
9444405453
@ -1,10 +1,10 @@
|
|||||||
# Parameters file for Surveillance Bot
|
# Parameters file for Surveillance Bot
|
||||||
datapath: '/data/SDS/' # SC3 Datapath
|
datapath: "/data/SDS/" # SC3 Datapath
|
||||||
networks: ['1Y', 'HA']
|
networks: ["1Y", "HA"]
|
||||||
stations: '*'
|
stations: "*"
|
||||||
locations: '*'
|
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: 60 # Perform checks every x seconds
|
interval: 60 # Perform checks every x seconds
|
||||||
n_track: 120 # 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)
|
||||||
@ -26,7 +26,7 @@ POWBOX:
|
|||||||
pb_ok: 1 # Voltage for PowBox OK
|
pb_ok: 1 # Voltage for PowBox OK
|
||||||
pb_SOH2: # PowBox channel 2 voltage translations
|
pb_SOH2: # PowBox channel 2 voltage translations
|
||||||
-1: {"230V": "PBox under 1V", "12V": "PBox under 1V"}
|
-1: {"230V": "PBox under 1V", "12V": "PBox under 1V"}
|
||||||
1: {"230V": 'OK', "12V": "OK"}
|
1: {"230V": "OK", "12V": "OK"}
|
||||||
2: {"230V": "OFF", "12V": "OK"}
|
2: {"230V": "OFF", "12V": "OK"}
|
||||||
3: {"230V": "OK", "12V": "overvoltage"}
|
3: {"230V": "OK", "12V": "overvoltage"}
|
||||||
4: {"230V": "OK", "12V": "undervoltage"}
|
4: {"230V": "OK", "12V": "undervoltage"}
|
||||||
@ -51,9 +51,9 @@ THRESHOLDS:
|
|||||||
|
|
||||||
# E-mail notifications
|
# E-mail notifications
|
||||||
EMAIL:
|
EMAIL:
|
||||||
mailserver: 'localhost'
|
mailserver: "localhost"
|
||||||
addresses: ['marcel.paffrath@rub.de', 'kasper.fischer@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
|
||||||
|
|
||||||
# Factor for channel to SI-units (for plotting)
|
# Factor for channel to SI-units (for plotting)
|
||||||
CHANNEL_UNITS:
|
CHANNEL_UNITS:
|
||||||
@ -65,5 +65,5 @@ CHANNEL_UNITS:
|
|||||||
# Transform channel for plotting, perform arithmetic operations in given order, e.g.: PBox EX1 V to deg C: 20 * x -20
|
# Transform channel for plotting, perform arithmetic operations in given order, e.g.: PBox EX1 V to deg C: 20 * x -20
|
||||||
CHANNEL_TRANSFORM:
|
CHANNEL_TRANSFORM:
|
||||||
EX1:
|
EX1:
|
||||||
- ['*', 20]
|
- ["*", 20]
|
||||||
- ['-', 20]
|
- ["-", 20]
|
Loading…
Reference in New Issue
Block a user