commit | d3ac4f92d702d39dfbcd3f598fdb7db41f0c7288 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Jan 29 15:38:55 2020 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Thu Jan 30 13:11:38 2020 -0800 |
tree | b7641b667c497e57aabff4a3907d3350f8c80d93 | |
parent | f9b01b6d6c6ee3124fd689096c6089932cd94071 [diff] |
Nvme: Don't trip thresholds when power off Drives are only available DC on Tested: Logs went away Change-Id: I83cea3e1e6486885ef00a47a2122cb3a62468c37 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