commit | d2208a90b27cb15266a0ac9804d55ca70dddb763 | [log] [tgz] |
---|---|---|
author | Rashmica Gupta <rashmica.g@gmail.com> | Sat Jan 15 13:04:22 2022 +1100 |
committer | Ed Tanous <ed@tanous.net> | Thu Jan 20 19:26:23 2022 +0000 |
tree | 12afdd264e349fb5df85a27908ce8710b1cb2e34 | |
parent | 6529136013eaac981a0d8d2c13d40b80648fabcc [diff] |
thresholds: Make variable naming and type the same So what constitutes a severity value and a level is consistent across the code. Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com> Change-Id: Ie1af1b9b9b207339ca12235f04b95dc2a1e16979
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