blob: 3fdf664b2cb2279d644f01fe8e167869ab2020e1 [file] [log] [blame]
Matt Spinler10f3d932019-09-26 16:24:14 -05001{
2 "PELs":
3 [
4 {
5 "Name": "xyz.openbmc_project.Power.Fault",
6 "Subsystem": "power_supply",
7 "Severity": "unrecoverable",
8 "ActionFlags": ["service_action", "report"],
9
10 "SRC":
11 {
12 "ReasonCode": "0x2030",
13 "SymptomIDFields": ["SRCWord3", "SRCWord6"],
14 "Words6To9":
15 {
16 "6":
17 {
18 "Description": "Failing unit number",
19 "AdditionalDataPropSource": "PS_NUM"
20 }
21 }
22 },
23
24 "Documentation":
25 {
26 "Description": "A PGOOD Fault",
27 "Message": "PS %1 had a PGOOD Fault",
28 "MessageArgSources":
29 [
30 "SRCWord6"
31 ],
32 "Notes": [
33 "In the UserData section there is a JSON",
34 "dump that provides debug information."
35 ]
36 }
37 }
38 ]
39}