blob: 16157342c56a5db480b6eff9f045111250f62f64 [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
Matt Spinler84cd0a52017-08-04 08:53:30 -050018- name: Shutdown
19 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050020
Matt Spinlerfacfa902017-08-14 13:43:36 -050021- name: PowerOnFailure
22 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050023
24- name: PowerSequencerVoltageFault
25 level: ERR
26 meta:
27 - str: "RAIL=%d"
28 type: uint16
29 - str: "RAIL_NAME=%s"
30 type: string
31 - str: "RAW_STATUS=%s"
32 type: string
33
34- name: PowerSequencerPGOODFault
35 level: ERR
36 meta:
37 - str: "INPUT_NUM=%d"
38 type: uint16
39 - str: "INPUT_NAME=%s"
40 type: string
41 - str: "RAW_STATUS=%s"
42 type: string
43
44- name: PowerSequencerFault
45 level: ERR
46 meta:
47 - str: "RAW_STATUS=%s"
48 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050049
50- name: GPUPowerFault
51 level: ERR
52 meta:
53 - str: "RAW_STATUS=%s"
54 type: string
55 - str: "GPU=%s"
56 type: string
57
58- name: GPUOverTemp
59 level: ERR
60 meta:
61 - str: "RAW_STATUS=%s"
62 type: string
63 - str: "GPU=%s"
64 type: string