blob: 02745237b16d15007b65f06ff7ab8945bacbb84c [file] [log] [blame]
Brandon Wyman442035f2017-08-08 15:58:45 -05001- name: PowerSupplyUnderVoltageFault
2 level: ERR
Matt Spinler84cd0a52017-08-04 08:53:30 -05003- name: Shutdown
4 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -05005
Matt Spinlerfacfa902017-08-14 13:43:36 -05006- name: PowerOnFailure
7 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -05008
9- name: PowerSequencerVoltageFault
10 level: ERR
11 meta:
12 - str: "RAIL=%d"
13 type: uint16
14 - str: "RAIL_NAME=%s"
15 type: string
16 - str: "RAW_STATUS=%s"
17 type: string
18
19- name: PowerSequencerPGOODFault
20 level: ERR
21 meta:
22 - str: "INPUT_NUM=%d"
23 type: uint16
24 - str: "INPUT_NAME=%s"
25 type: string
26 - str: "RAW_STATUS=%s"
27 type: string
28
29- name: PowerSequencerFault
30 level: ERR
31 meta:
32 - str: "RAW_STATUS=%s"
33 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050034
35- name: GPUPowerFault
36 level: ERR
37 meta:
38 - str: "RAW_STATUS=%s"
39 type: string
40 - str: "GPU=%s"
41 type: string
42
43- name: GPUOverTemp
44 level: ERR
45 meta:
46 - str: "RAW_STATUS=%s"
47 type: string
48 - str: "GPU=%s"
49 type: string