Skip to content
Commit 16b96f2e authored by Hardik Panchal's avatar Hardik Panchal Committed by Ed Tanous
Browse files

Remove a component word from base message



Removed "component" from base message because actual component name is
defined from redfish message argument.

Tested:
1. Redfish validator - passed for this new addition
2. Verified in Redfish, ComponentOverTemperature event logged properly.
GET:
https:/<BMC-IP>/redfish/v1/Systems/system/LogServices/EventLog/Entries
{
   "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/
   Entries/1646193775",
   "@odata.type": "#LogEntry.v1_8_0.LogEntry",
   "Created": "2022-03-02T04:02:55+00:00",
   "EntryType": "Event",
   "Id": "1646193775",
   "Message": "CPU 1 memory over temperature and being throttled.",
   "MessageArgs": [
      "CPU 1 memory"
   ],
   "MessageId": "OpenBMC.0.1.ComponentOverTemperature",
   "Name": "System Event Log Entry",
   "Severity": "Critical"
}

Signed-off-by: default avatarHardik Panchal <hardikx.panchal@intel.com>
Change-Id: I17aa3b98b6f4c126c2a2d99d703349dc6d82b228
parent 46666f3f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment