Skip to content

Instantly share code, notes, and snippets.

@loa
Created June 2, 2016 07:02
Show Gist options
  • Save loa/7e30fb5aa02c30b8780ed0979438587d to your computer and use it in GitHub Desktop.
Save loa/7e30fb5aa02c30b8780ed0979438587d to your computer and use it in GitHub Desktop.
# install on osx with brew
brew install ipmitool
# list all sensors with values and thresholds
ipmitool -H 192.168.0.1 sensor
# Set lower thresholds for FAN1 (thresh <id> lower <lnr> <lcr> <lnc>)
ipmitool -H 192.168.0.1 sensor thresh FAN1 lower 300 300 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment