blob: 5f02864608bc68a0c6620a4db8d17366b7c60fbd [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
Matt Spinler84cd0a52017-08-04 08:53:30 -05006- name: Shutdown
7 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -05008
Matt Spinlerfacfa902017-08-14 13:43:36 -05009- name: PowerOnFailure
10 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050011
12- name: PowerSequencerVoltageFault
13 level: ERR
14 meta:
15 - str: "RAIL=%d"
16 type: uint16
17 - str: "RAIL_NAME=%s"
18 type: string
19 - str: "RAW_STATUS=%s"
20 type: string
21
22- name: PowerSequencerPGOODFault
23 level: ERR
24 meta:
25 - str: "INPUT_NUM=%d"
26 type: uint16
27 - str: "INPUT_NAME=%s"
28 type: string
29 - str: "RAW_STATUS=%s"
30 type: string
31
32- name: PowerSequencerFault
33 level: ERR
34 meta:
35 - str: "RAW_STATUS=%s"
36 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050037
38- name: GPUPowerFault
39 level: ERR
40 meta:
41 - str: "RAW_STATUS=%s"
42 type: string
43 - str: "GPU=%s"
44 type: string
45
46- name: GPUOverTemp
47 level: ERR
48 meta:
49 - str: "RAW_STATUS=%s"
50 type: string
51 - str: "GPU=%s"
52 type: string