aboutsummaryrefslogtreecommitdiffstats
path: root/check-health
diff options
context:
space:
mode:
Diffstat (limited to 'check-health')
-rw-r--r--check-health2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-health b/check-health
index c30eee1..1e7c1b4 100644
--- a/check-health
+++ b/check-health
@@ -72,7 +72,7 @@
}
:if ($Temperature > $CheckHealthLast->$Name + 20) do={
$LogPrintExit info ("The " . $Name . " spikes from " . $CheckHealthLast->$Name . \
- "\C2\B0" . "C to " . $Temperature . "\C2\B0" . "C, ignoring.") false;
+ "C to " . $Temperature . "C, ignoring.") false;
:set Temperature ($CheckHealthLast->$Name);
:set ($CheckHealthCurrent->$Name) ($CheckHealthLast->$Name + 3);
}