Skip to content

Instantly share code, notes, and snippets.

@yradunchev
Created December 12, 2015 15:13
Show Gist options
  • Select an option

  • Save yradunchev/92678b6fb2bc580248f5 to your computer and use it in GitHub Desktop.

Select an option

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