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