aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-07-15 20:52:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-07-15 20:52:24 +0200
commitefd0b0d2742d1ee0ee8d8ef8362b6b12a81542ea (patch)
tree39674a3c97f5b8acfa5abe6df84fb20429377b86
parent96d473cfe8128908a4948d93d674823f75601b49 (diff)
check-health: new symbol for high temperature
-rw-r--r--check-health2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-health b/check-health
index 3684808..7b7a0b1 100644
--- a/check-health
+++ b/check-health
@@ -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");
}