commit | 95e5490f1b7217a1195589bd42a72b79b7c652a3 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Sep 04 15:13:36 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed Sep 04 15:13:36 2019 -0700 |
tree | 75bd2c0d5a709369e413a1d9a52236ca5d5a8137 | |
parent | 43d32fefe4831d22fc06e7a08daa0f66c48c7155 [diff] |
TachSensor: Add threshold power check This fixes extra SEL on ipmitool power cycle tested: ipmitool power cycle very fast 10 times, no sel Change-Id: I8ae1e080f5a614efb083a163ea1e4b69d58c2aed Signed-off-by: James Feist <james.feist@linux.intel.com>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access