blob: 07c96eb5524df0e2ad9f92472231855838d92b23 [file] [log] [blame]
Brandon Wyman442035f2017-08-08 15:58:45 -05001- name: PowerSupplyUnderVoltageFault
2 level: ERR
Brandon Wyman10295542017-08-09 18:20:44 -05003 meta:
4 - str: "RAW_STATUS=%s"
5 type: string
Brandon Wyman253dc9b2017-08-12 13:45:52 -05006- name: PowerSupplyInputFault
7 level: ERR
8 meta:
9 - str: "RAW_STATUS=%s"
10 type: string
Brandon Wyman764c7972017-08-22 17:05:36 -050011- name: PowerSupplyShouldBeOn
12 level: ERR
13 meta:
14 - str: "RAW_STATUS=%s"
15 type: string
16 inherits:
17 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wymanb165c252017-08-25 18:59:54 -050018- name: PowerSupplyOutputOvercurrent
19 level: ERR
20 meta:
21 - str: "RAW_STATUS=%s"
22 type: string
23 inherits:
24 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wymanab05c072017-08-30 18:26:41 -050025- name: PowerSupplyOutputOvervoltage
26 level: ERR
27 meta:
28 - str: "RAW_STATUS=%s"
29 type: string
30 inherits:
31 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman12661f12017-08-31 15:28:21 -050032- name: PowerSupplyFanFault
33 level: ERR
34 meta:
35 - str: "RAW_STATUS=%s"
36 type: string
37 inherits:
38 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman875b3632017-09-13 18:46:03 -050039- name: PowerSupplyTemperatureFault
40 level: ERR
41 meta:
42 - str: "RAW_STATUS=%s"
43 type: string
44 inherits:
45 - xyz.openbmc_project.Common.Callout.Inventory
Matt Spinler84cd0a52017-08-04 08:53:30 -050046- name: Shutdown
47 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050048
Matt Spinlerfacfa902017-08-14 13:43:36 -050049- name: PowerOnFailure
50 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050051
52- name: PowerSequencerVoltageFault
53 level: ERR
54 meta:
55 - str: "RAIL=%d"
56 type: uint16
57 - str: "RAIL_NAME=%s"
58 type: string
59 - str: "RAW_STATUS=%s"
60 type: string
61
62- name: PowerSequencerPGOODFault
63 level: ERR
64 meta:
65 - str: "INPUT_NUM=%d"
66 type: uint16
67 - str: "INPUT_NAME=%s"
68 type: string
69 - str: "RAW_STATUS=%s"
70 type: string
71
72- name: PowerSequencerFault
73 level: ERR
74 meta:
75 - str: "RAW_STATUS=%s"
76 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050077
78- name: GPUPowerFault
79 level: ERR
80 meta:
81 - str: "RAW_STATUS=%s"
82 type: string
83 - str: "GPU=%s"
84 type: string
85
86- name: GPUOverTemp
87 level: ERR
88 meta:
89 - str: "RAW_STATUS=%s"
90 type: string
91 - str: "GPU=%s"
92 type: string