mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 01:04:55 +02:00
check-health: decrease log severity to info
This commit is contained in:
parent
b8efaafe6e
commit
8b07119f38
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
:if ($Name ~ "temperature" && \
|
||||
[ :typeof $Temperature ] = "num") do={
|
||||
:if ([ :typeof ($CheckHealthTemperature->$Name) ] != "num" ) do={
|
||||
$LogPrintExit warning ("No threshold given for " . $Name . ", assuming 50C.") false;
|
||||
$LogPrintExit info ("No threshold given for " . $Name . ", assuming 50C.") false;
|
||||
:set ($CheckHealthTemperature->$Name) 50;
|
||||
}
|
||||
:if ($Temperature > $CheckHealthTemperature->$Name && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue