diff --git a/R710-IPMI-TEMP/R710-IPMITemp.sh b/R710-IPMI-TEMP/R710-IPMITemp.sh index 8e41328..7f5bbdc 100755 --- a/R710-IPMI-TEMP/R710-IPMITemp.sh +++ b/R710-IPMI-TEMP/R710-IPMITemp.sh @@ -34,7 +34,7 @@ if [[ $TEMP > $MAXTEMP ]]; ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW raw 0x30 0x30 0x01 0x01 else # healthchecks.io - curl -fsS --retry 3 https://hchk.io/8470021f-33f3-4a31-b2cd-741f28c47164 >/dev/null 2>&1 + curl -fsS --retry 3 https://hchk.io/XXX >/dev/null 2>&1 printf "Temperature is OK ($TEMP C)" | systemd-cat -t R710-IPMI-TEMP echo "Temperature is OK ($TEMP C)" -fi \ No newline at end of file +fi