mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-27 20:08:54 +02:00
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:
parent
83372d8b07
commit
c126a5a86b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
board-temperature2=50;
|
board-temperature2=50;
|
||||||
}
|
}
|
||||||
# This is deviation on recovery threshold against notification flooding.
|
# This is deviation on recovery threshold against notification flooding.
|
||||||
:global CheckHealthTemperatureDeviation 2;
|
:global CheckHealthTemperatureDeviation 3;
|
||||||
:global CheckHealthVoltageLow 115;
|
:global CheckHealthVoltageLow 115;
|
||||||
:global CheckHealthVoltagePercent 10;
|
:global CheckHealthVoltagePercent 10;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue