check-health: increase default temperature deviation

Some devices (with bad temperature sensort?) still product a flood of
notifications... Try to avoid that.
This commit is contained in:
Christian Hesse 2022-08-15 21:31:13 +02:00
parent 83372d8b07
commit c126a5a86b

View file

@ -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;