Removed my healtcheck.io string

This commit is contained in:
NoLooseEnds 2018-07-06 10:05:17 +02:00 committed by GitHub
parent 32e763017b
commit 5a99db7760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
fi