blob: b92da3547092eb6d91e7e84ac0b066110c5d1247 [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
Matt Spinler84cd0a52017-08-04 08:53:30 -050039- name: Shutdown
40 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050041
Matt Spinlerfacfa902017-08-14 13:43:36 -050042- name: PowerOnFailure
43 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050044
45- name: PowerSequencerVoltageFault
46 level: ERR
47 meta:
48 - str: "RAIL=%d"
49 type: uint16
50 - str: "RAIL_NAME=%s"
51 type: string
52 - str: "RAW_STATUS=%s"
53 type: string
54
55- name: PowerSequencerPGOODFault
56 level: ERR
57 meta:
58 - str: "INPUT_NUM=%d"
59 type: uint16
60 - str: "INPUT_NAME=%s"
61 type: string
62 - str: "RAW_STATUS=%s"
63 type: string
64
65- name: PowerSequencerFault
66 level: ERR
67 meta:
68 - str: "RAW_STATUS=%s"
69 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050070
71- name: GPUPowerFault
72 level: ERR
73 meta:
74 - str: "RAW_STATUS=%s"
75 type: string
76 - str: "GPU=%s"
77 type: string
78
79- name: GPUOverTemp
80 level: ERR
81 meta:
82 - str: "RAW_STATUS=%s"
83 type: string
84 - str: "GPU=%s"
85 type: string