From c126a5a86b06b759bf2bcb96f851e571084088ac Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 15 Aug 2022 21:31:13 +0200 Subject: check-health: increase default temperature deviation Some devices (with bad temperature sensort?) still product a flood of notifications... Try to avoid that. --- global-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf