Removed my healtcheck.io string
This commit is contained in:
parent
32e763017b
commit
5a99db7760
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ if [[ $TEMP > $MAXTEMP ]];
|
||||||
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW raw 0x30 0x30 0x01 0x01
|
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW raw 0x30 0x30 0x01 0x01
|
||||||
else
|
else
|
||||||
# healthchecks.io
|
# 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
|
printf "Temperature is OK ($TEMP C)" | systemd-cat -t R710-IPMI-TEMP
|
||||||
echo "Temperature is OK ($TEMP C)"
|
echo "Temperature is OK ($TEMP C)"
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue