Update readme.md

This commit is contained in:
NoLooseEnds 2018-03-22 18:52:52 +00:00 committed by GitHub
parent 28e477294b
commit 9a70a5c0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
All of this was inspired by [this Reddit post](https://www.reddit.com/r/homelab/comments/72qust/r510_noise/dnkofsv/) by /u/whitekidney