Home
last modified time | relevance | path

Searched hist:dac62eef (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.hppdac62eef Thu Sep 05 03:19:39 CDT 2019 Cheng C Yang <cheng.c.yang@linux.intel.com> Add PSU Deassert Event

Add PSU Deassert Event for AC Lost, Predictive Failure, Failure, Fan Fault.

Tested:
Create a Fan Fault and then recover the Fan, check redfish log:
{
"@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
"@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/
1566427122_10",
"@odata.type": "#LogEntry.v1_4_0.LogEntry",
"Created": "2019-08-21T22:38:42+00:00",
"EntryType": "Event",
"Id": "1566427122_10",
"Message": "Power supply PSU1 fan fan1 recovered.",
"MessageArgs": [
"PSU1"
],
"MessageId": "OpenBMC.0.1.PowerSupplyFanRecovered",
"Name": "System Event Log Entry",
"Severity": "OK"
},

Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
Change-Id: I224510c56ad87d1a2fc8e7ae5b3546fc34243d12