blob: f4bc1477814199261eb8a49345d16fb909c0f3a1 [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
Matt Spinler84cd0a52017-08-04 08:53:30 -050025- name: Shutdown
26 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050027
Matt Spinlerfacfa902017-08-14 13:43:36 -050028- name: PowerOnFailure
29 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050030
31- name: PowerSequencerVoltageFault
32 level: ERR
33 meta:
34 - str: "RAIL=%d"
35 type: uint16
36 - str: "RAIL_NAME=%s"
37 type: string
38 - str: "RAW_STATUS=%s"
39 type: string
40
41- name: PowerSequencerPGOODFault
42 level: ERR
43 meta:
44 - str: "INPUT_NUM=%d"
45 type: uint16
46 - str: "INPUT_NAME=%s"
47 type: string
48 - str: "RAW_STATUS=%s"
49 type: string
50
51- name: PowerSequencerFault
52 level: ERR
53 meta:
54 - str: "RAW_STATUS=%s"
55 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050056
57- name: GPUPowerFault
58 level: ERR
59 meta:
60 - str: "RAW_STATUS=%s"
61 type: string
62 - str: "GPU=%s"
63 type: string
64
65- name: GPUOverTemp
66 level: ERR
67 meta:
68 - str: "RAW_STATUS=%s"
69 type: string
70 - str: "GPU=%s"
71 type: string