diff --git a/R710-IPMI-TEMP/readme.md b/R710-IPMI-TEMP/readme.md index 0e8de3d..88d81e9 100644 --- a/R710-IPMI-TEMP/readme.md +++ b/R710-IPMI-TEMP/readme.md @@ -3,9 +3,11 @@ I made a BASH script to check the temperature, and if it's higher than XX (27 de I'm running this on an Ubuntu VM on ESXi (on the R710 box), but it should be able to run as long as you have ipmitools. It could be you need to modify the logging, to make it work with whatever your system use. -I run the script via CRON every 5 minutes from my Ubuntu 17.04 VM running on ESXi. +I run the script via CRON every 5 minutes from my Ubuntu Server VM running on ESXi. -`*/5 * * * * /bin/bash /path/to/script/R710-IPMITemp.sh >/dev/null 2>&1` +`*/5 * * * * /bin/bash /path/to/script/R710-IPMITemp.sh && curl -fsS --retry 3 https://hchk.io/XXX-XXX-XXX > /dev/null 2>&1` + +Notice thate I use [healthchecks.io](https://healthchecks.io) to notify if the cron command fails (it would also trigger if the internet goes down for some reason). Remember to get your own check URL if you want it, or else just remove the curl command. The Scripts [Reddit thread](https://www.reddit.com/r/homelab/comments/779cha/manual_fan_control_on_r610r710_including_script/) @@ -61,4 +63,4 @@ TLDR; I take _NO_ responsibility if you mess up anything. ***** -All of this was inspired by [this Reddit post](https://www.reddit.com/r/homelab/comments/72qust/r510_noise/dnkofsv/) by /u/whitekidney \ No newline at end of file +All of this was inspired by [this Reddit post](https://www.reddit.com/r/homelab/comments/72qust/r510_noise/dnkofsv/) by /u/whitekidney