commit | 62fd8073d11ca26695f0c90d1a93e11c7059f079 | [log] [tgz] |
---|---|---|
author | Rashmica Gupta <rashmica.g@gmail.com> | Thu Jan 20 10:11:44 2022 +1100 |
committer | Ed Tanous <ed@tanous.net> | Thu Jan 20 19:27:35 2022 +0000 |
tree | e6d95397ffff90a751a106f933bcd8b500f0be86 | |
parent | d2208a90b27cb15266a0ac9804d55ca70dddb763 [diff] |
thresholds: Fix typo in interface name Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com> Change-Id: I784296f04a0a89cb38ced5769e29b0f177153c09
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