blob: bea9a8a73c58f6bf3471ea310f28722fc044bdc2 [file] [log] [blame]
Brandon Wyman253dc9b2017-08-12 13:45:52 -05001- name: PowerSupplyInputFault
2 level: ERR
3 meta:
4 - str: "RAW_STATUS=%s"
5 type: string
Brandon Wymanea358c92017-10-27 17:34:07 -05006 inherits:
7 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -05008
Brandon Wyman764c7972017-08-22 17:05:36 -05009- name: PowerSupplyShouldBeOn
10 level: ERR
11 meta:
12 - str: "RAW_STATUS=%s"
13 type: string
14 inherits:
15 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -050016
Brandon Wymanb165c252017-08-25 18:59:54 -050017- name: PowerSupplyOutputOvercurrent
18 level: ERR
19 meta:
20 - str: "RAW_STATUS=%s"
21 type: string
22 inherits:
23 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -050024
Brandon Wymanab05c072017-08-30 18:26:41 -050025- name: PowerSupplyOutputOvervoltage
26 level: ERR
27 meta:
28 - str: "RAW_STATUS=%s"
29 type: string
30 inherits:
31 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -050032
Brandon Wyman12661f12017-08-31 15:28:21 -050033- name: PowerSupplyFanFault
34 level: ERR
35 meta:
36 - str: "RAW_STATUS=%s"
37 type: string
38 inherits:
39 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -050040
Brandon Wyman875b3632017-09-13 18:46:03 -050041- name: PowerSupplyTemperatureFault
42 level: ERR
43 meta:
44 - str: "RAW_STATUS=%s"
45 type: string
46 inherits:
47 - xyz.openbmc_project.Common.Callout.Inventory
Brandon Wyman3c0f8042017-11-01 18:02:00 -050048
Matt Spinler84cd0a52017-08-04 08:53:30 -050049- name: Shutdown
50 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050051
Matt Spinlerfacfa902017-08-14 13:43:36 -050052- name: PowerOnFailure
53 level: ERR
Matt Spinlerac4b52f2017-08-21 14:50:58 -050054
55- name: PowerSequencerVoltageFault
56 level: ERR
57 meta:
58 - str: "RAIL=%d"
59 type: uint16
60 - str: "RAIL_NAME=%s"
61 type: string
62 - str: "RAW_STATUS=%s"
63 type: string
64
65- name: PowerSequencerPGOODFault
66 level: ERR
67 meta:
68 - str: "INPUT_NUM=%d"
69 type: uint16
70 - str: "INPUT_NAME=%s"
71 type: string
72 - str: "RAW_STATUS=%s"
73 type: string
74
75- name: PowerSequencerFault
76 level: ERR
77 meta:
78 - str: "RAW_STATUS=%s"
79 type: string
Matt Spinler403dff02017-09-19 10:38:57 -050080
81- name: GPUPowerFault
82 level: ERR
83 meta:
84 - str: "RAW_STATUS=%s"
85 type: string
86 - str: "GPU=%s"
87 type: string
88
89- name: GPUOverTemp
90 level: ERR
91 meta:
92 - str: "RAW_STATUS=%s"
93 type: string
94 - str: "GPU=%s"
95 type: string