aboutsummaryrefslogtreecommitdiffstats
path: root/check-health
diff options
context:
space:
mode:
Diffstat (limited to 'check-health')
-rw-r--r--check-health3
1 files changed, 2 insertions, 1 deletions
diff --git a/check-health b/check-health
index ef9fd23..e41984f 100644
--- a/check-health
+++ b/check-health
@@ -10,6 +10,7 @@
:global CheckHealthVoltagePercent;
:global Identity;
+:global LogPrintExit;
:global SendNotification;
:local FormatVoltage do={
@@ -52,7 +53,7 @@
:if ([ :typeof ($CheckHealthLast->$Temperature) ] = "num" && \
[ :typeof ($CheckHealthCurrent->$Temperature) ] = "num") do={
:if ([ :typeof ($CheckHealthTemperature->$Temperature) ] != "num" ) do={
- :log warning ("No threshold given for " . $Temperature . ", assuming 50C.");
+ $LogPrintExit warning ("No threshold given for " . $Temperature . ", assuming 50C.") false;
:set ($CheckHealthTemperature->$Temperature) 50;
}
:if ($CheckHealthLast->$Temperature <= $CheckHealthTemperature->$Temperature && \