mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
check-health: new symbol for high temperature
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
:if ($CheckHealthLast->$Temperature <= $CheckHealthTemperature->$Temperature && \
|
||||
$CheckHealthCurrent->$Temperature > $CheckHealthTemperature->$Temperature) do={
|
||||
$SendNotification ("Health warning: \E2\9D\8C " . $Temperature) \
|
||||
$SendNotification ("Health warning: \F0\9F\94\A5 " . $Temperature) \
|
||||
("The " . $Temperature . " on " . $Identity . " is above threshold: " . \
|
||||
$CheckHealthCurrent->$Temperature . "\C2\B0" . "C");
|
||||
}
|
||||
|
Reference in New Issue
Block a user