diff options
author | Christian Hesse <mail@eworm.de> | 2019-08-27 10:35:53 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-08-27 12:01:32 +0200 |
commit | 29dc1b884154d14b45ebf7471f59ec0755bab549 (patch) | |
tree | 359f21640b3c2d3823a2883c7f43bb2e0c108bc1 /global-config | |
parent | 44437c6846e4385b0c33975815deaa8f5c0757f1 (diff) |
add script 'check-health'change-7
This may be incomplete... Please report if you have missing PSUs,
ttemperature sensors, whatever.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/global-config b/global-config index b14ff6e..e8fd04d 100644 --- a/global-config +++ b/global-config @@ -6,7 +6,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 6; +:global GlobalConfigVersion 7; # This is used for DNS and backup file. :global Domain "example.com"; @@ -44,6 +44,14 @@ :global SafeUpdateUrl ""; #:global SafeUpdateUrl "https://example.com/ros/safe-update/"; +# These thresholds control when to send notification on temperature. +:global CheckHealthTemperature { + temperature=50; + cpu-temperature=70; + board-temperature1=50; + board-temperature2=50; +} + # This controls what configuration is activated by bridge-port-to-default. :global BridgePortTo "default"; |