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