1- name: PowerSupplyInputFault
2  level: ERR
3  meta:
4    - str: "RAW_STATUS=%s"
5      type: string
6  inherits:
7    - xyz.openbmc_project.Common.Callout.Inventory
8- name: PowerSupplyShouldBeOn
9  level: ERR
10  meta:
11    - str: "RAW_STATUS=%s"
12      type: string
13  inherits:
14    - xyz.openbmc_project.Common.Callout.Inventory
15- name: PowerSupplyOutputOvercurrent
16  level: ERR
17  meta:
18    - str: "RAW_STATUS=%s"
19      type: string
20  inherits:
21    - xyz.openbmc_project.Common.Callout.Inventory
22- name: PowerSupplyOutputOvervoltage
23  level: ERR
24  meta:
25    - str: "RAW_STATUS=%s"
26      type: string
27  inherits:
28    - xyz.openbmc_project.Common.Callout.Inventory
29- name: PowerSupplyFanFault
30  level: ERR
31  meta:
32    - str: "RAW_STATUS=%s"
33      type: string
34  inherits:
35    - xyz.openbmc_project.Common.Callout.Inventory
36- name: PowerSupplyTemperatureFault
37  level: ERR
38  meta:
39    - str: "RAW_STATUS=%s"
40      type: string
41  inherits:
42    - xyz.openbmc_project.Common.Callout.Inventory
43- name: Shutdown
44  level: ERR
45
46- name: PowerOnFailure
47  level: ERR
48
49- name: PowerSequencerVoltageFault
50  level: ERR
51  meta:
52    - str: "RAIL=%d"
53      type: uint16
54    - str: "RAIL_NAME=%s"
55      type: string
56    - str: "RAW_STATUS=%s"
57      type: string
58
59- name: PowerSequencerPGOODFault
60  level: ERR
61  meta:
62    - str: "INPUT_NUM=%d"
63      type: uint16
64    - str: "INPUT_NAME=%s"
65      type: string
66    - str: "RAW_STATUS=%s"
67      type: string
68
69- name: PowerSequencerFault
70  level: ERR
71  meta:
72    - str: "RAW_STATUS=%s"
73      type: string
74
75- name: GPUPowerFault
76  level: ERR
77  meta:
78    - str: "RAW_STATUS=%s"
79      type: string
80    - str: "GPU=%s"
81      type: string
82
83- name: GPUOverTemp
84  level: ERR
85  meta:
86    - str: "RAW_STATUS=%s"
87      type: string
88    - str: "GPU=%s"
89      type: string
90