blob: ab7eccb8a1653893f5731bd9386bac761447a2e3 [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
Matt Spinler84cd0a52017-08-04 08:53:30 -050032- name: Shutdown
33 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050034
Matt Spinlerfacfa902017-08-14 13:43:36 -050035- name: PowerOnFailure
36 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050037
38- name: PowerSequencerVoltageFault
39 level: ERR
40 meta:
41 - str: "RAIL=%d"
42 type: uint16
43 - str: "RAIL_NAME=%s"
44 type: string
45 - str: "RAW_STATUS=%s"
46 type: string
47
48- name: PowerSequencerPGOODFault
49 level: ERR
50 meta:
51 - str: "INPUT_NUM=%d"
52 type: uint16
53 - str: "INPUT_NAME=%s"
54 type: string
55 - str: "RAW_STATUS=%s"
56 type: string
57
58- name: PowerSequencerFault
59 level: ERR
60 meta:
61 - str: "RAW_STATUS=%s"
62 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050063
64- name: GPUPowerFault
65 level: ERR
66 meta:
67 - str: "RAW_STATUS=%s"
68 type: string
69 - str: "GPU=%s"
70 type: string
71
72- name: GPUOverTemp
73 level: ERR
74 meta:
75 - str: "RAW_STATUS=%s"
76 type: string
77 - str: "GPU=%s"
78 type: string