From 9a7963ae48f976d8208f5b486791cddf23418bc1 Mon Sep 17 00:00:00 2001 From: dalcon007 Date: Sun, 10 Feb 2019 13:39:33 -0500 Subject: [PATCH 1/2] Update readme.md Fixed typos --- R710-IPMI-TEMP/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R710-IPMI-TEMP/readme.md b/R710-IPMI-TEMP/readme.md index 18b955d..eabfdfa 100755 --- a/R710-IPMI-TEMP/readme.md +++ b/R710-IPMI-TEMP/readme.md @@ -7,7 +7,7 @@ I run the script via CRON every 5 minutes from my Ubuntu Server VM running on ES `*/5 * * * * /bin/bash /path/to/script/R710-IPMITemp.sh > /dev/null 2>&1` -Notice thate I use [healthchecks.io](https://healthchecks.io) in the script to notify if the temp goes to high (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. +Notice that I use [healthchecks.io](https://healthchecks.io) in the script to notify if the temp goes to high (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. I'm also currently testing out [slacktee.sh](https://github.com/course-hero/slacktee) to get notifications in my slack channel. @@ -37,7 +37,7 @@ The Scripts [Reddit thread](https://www.reddit.com/r/homelab/comments/779cha/man *2160 RPM*: `raw 0x30 0x30 0x02 0xff 0x0a` -*2160 RPM*: `raw 0x30 0x30 0x02 0xff 0x09` +*1560 RPM*: `raw 0x30 0x30 0x02 0xff 0x09` _Note: The RPM may differ from model to model_ From c274edfcd4cb5322813db6cbbbd295d851d49332 Mon Sep 17 00:00:00 2001 From: dalcon007 Date: Sun, 10 Feb 2019 13:39:58 -0500 Subject: [PATCH 2/2] Update R710-IPMITemp.sh Fixed typos --- R710-IPMI-TEMP/R710-IPMITemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R710-IPMI-TEMP/R710-IPMITemp.sh b/R710-IPMI-TEMP/R710-IPMITemp.sh index 7f5bbdc..4790474 100755 --- a/R710-IPMI-TEMP/R710-IPMITemp.sh +++ b/R710-IPMI-TEMP/R710-IPMITemp.sh @@ -2,7 +2,7 @@ # ---------------------------------------------------------------------------------- # Script for checking the temperature reported by the ambient temperature sensor, -# and if deemed to high send the raw IPMI command to enable dynamic fan control. +# and if deemed too high send the raw IPMI command to enable dynamic fan control. # # Requires: # ipmitool – apt-get install ipmitool