commit | 73c363ff2d131b59149baaa0bc9bff41a3cfb125 | [log] [tgz] |
---|---|---|
author | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Wed Dec 04 19:34:17 2019 +0000 |
committer | mutyalax.jayaprakash <mutyalax.jayaprakash@intel.com> | Wed Dec 11 06:28:57 2019 +0000 |
tree | 69ed069ca5e5a476a87288b1a0053f9a3504f6fa | |
parent | 551087a5d6db7e45fa6e353dc94f24af0dbddd82 [diff] |
PSUEvent: Fix for duplicate event logs in redfish Issue: Same events logged multiple times in Redfish event log. Fix: Provided fix, not to log duplicate event logs in Redfish. Tested: Verified by removing 1 PSU. GET: https://<BMC IP>/redfish/v1/Systems/system/LogServices/ EventLog/Entries Duplicate event logs are not found in Redfish event log. Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I862a46e75b882e05606098c9e83a92cb29fc6dce
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