commit | 523828e89e5192ca568e597af37538e2cdc932fb | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Mar 04 14:38:37 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Mon Mar 04 22:40:17 2019 +0000 |
tree | 464bbb1384fb00b7a0b6ad155dc254bf0a607eae | |
parent | 73ca551df007a372e8a542d1ca5179bcfffc66ae [diff] |
Exit Air: Allow destruction In the current mode a configuration reload would not cause thresholds to update. Allow destruction so we reload the interfaces each time. Change-Id: I1fec9c6fc9ae1a20a95477157ad399c73e3f9c75 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