diff options
author | Christian Hesse <mail@eworm.de> | 2022-08-15 21:31:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-08-15 21:31:13 +0200 |
commit | c126a5a86b06b759bf2bcb96f851e571084088ac (patch) | |
tree | 1732d3305287bd0222da48301b400bf46934a386 | |
parent | 83372d8b074194c011151f6c7cfc8bb2702731ec (diff) |
check-health: increase default temperature deviation
Some devices (with bad temperature sensort?) still product a flood of
notifications... Try to avoid that.
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index febef52..3d34ed2 100644 --- a/global-config +++ b/global-config @@ -103,7 +103,7 @@ board-temperature2=50; } # This is deviation on recovery threshold against notification flooding. -:global CheckHealthTemperatureDeviation 2; +:global CheckHealthTemperatureDeviation 3; :global CheckHealthVoltageLow 115; :global CheckHealthVoltagePercent 10; |