Created
December 12, 2015 15:13
-
-
Save yradunchev/92678b6fb2bc580248f5 to your computer and use it in GitHub Desktop.
Check Server Room temperature by reading server temp sensors with IPMI over iDRAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ipmitool -H 10.10.10.10 -U user -P pass -I lanplus -L user sdr get Inlet\ Temp | grep Sensor\ Reading | sed -r 's/([^0-9]*([0-9]*)){1}.*/\2/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment