commit | 2456dde72421cd4086ac43e619fb0817a55bf0a7 | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Fri Sep 11 10:33:30 2020 -0700 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Fri Sep 11 10:34:38 2020 -0700 |
tree | 53d17039a5dddfac2c677848bf8e6720ec64a794 | |
parent | d540741e1c3327a74b17559039f3cdbabe17eea5 [diff] |
Revert "log debug information for sensor threshold assert events" This reverts commit 9bf6804c2d76b92005ad9851cb052d407ea3117f. This causes ipmbsensor crash Change-Id: I8517d801ea1598b190c140f317ef29d1bc172ee0 Signed-off-by: Zhikui Ren <zhikui.ren@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