commit | f93da667b58b67cf61d06dcc5862d9864c96d8e7 | [log] [tgz] |
---|---|---|
author | Lotus Xu <xuxiaohan@bytedance.com> | Mon Oct 18 17:20:06 2021 +0800 |
committer | lotus xu <xuxiaohan@bytedance.com> | Wed Jan 05 02:36:24 2022 +0000 |
tree | 3b7bbc63c6ed0c0ef4270151216a1adfe0f4a6a9 | |
parent | 0ce6a5771d00f8c37f43daf722ed6774324342a8 [diff] |
Add SetSensorThrehold Command Support to modify the sensor threshold `with the ipmitool command. This piece of code refers to the following code: https://github.com/openbmc/intel-ipmi-oem/blob/f4d5e05e388aafd06d8320a2f81594de35c77c0d/src/sensorcommands.cpp#L597 Tested: Run `ipmitool sensor thresh Inlet_Temp unc 40` threshold set ok. Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I78f315a06c913466649e1ae91d046c3e8c50bbed
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.