blob: db3dec8e43c6edfc8405b86d41e9b88448310d02 [file] [log] [blame]
Mustafa Shehabi09929ac2021-07-28 17:32:05 -05001[
2 {
3 "Exposes":
4 [
5 {
6 "Address":"$address",
7 "Bus":"$bus",
8 "Name":"BMC FRU",
9 "Type":"EEPROM"
10 },
11 {
12 "Address":"0x59",
13 "Bus":14,
14 "PowerState":"Always",
15 "Name":"BMC_MAX34451",
16 "Labels":[
17 "vout1",
18 "vout2",
19 "vout3",
20 "vout5",
21 "vout6",
22 "vout10"
23 ],
24 "Name1":"DC_P1V8",
25 "Name2":"DC_P2V5",
26 "Name3":"DC_P1V2",
27 "Name4":"DC_3V3_STBY",
28 "Name5":"DC_P1V175",
29 "Name6":"DC_PVTT",
30 "vout1_Max":4,
31 "vout2_Max":3.5,
32 "vout3_Max":2.5,
33 "vout5_Max":5.8,
34 "vout6_Max":3,
35 "vout10_Max":4,
36 "Thresholds":[
37 {
38 "Direction":"greater than",
39 "Name":"upper critical",
40 "Label":"vout2",
41 "Severity":1,
42 "Value":2.754
43 },
44 {
45 "Direction":"greater than",
46 "Name":"upper non critical",
47 "Label":"vout2",
48 "Severity":0,
49 "Value":2.617
50 },
51 {
52 "Direction":"less than",
53 "Name":"lower non critical",
54 "Label":"vout2",
55 "Severity":0,
56 "Value":2.4
57 },
58 {
59 "Direction":"less than",
60 "Name":"lower critical",
61 "Label":"vout2",
62 "Severity":1,
63 "Value":2.37
64 },
65 {
66 "Direction":"greater than",
67 "Name":"upper critical",
68 "Label":"vout3",
69 "Severity":1,
70 "Value":1.313
71 },
72 {
73 "Direction":"greater than",
74 "Name":"upper non critical",
75 "Label":"vout3",
76 "Severity":0,
77 "Value":1.215
78 },
79 {
80 "Direction":"less than",
81 "Name":"lower non critical",
82 "Label":"vout3",
83 "Severity":0,
84 "Value":1.176
85 },
86 {
87 "Direction":"less than",
88 "Name":"lower critical",
89 "Label":"vout3",
90 "Severity":1,
91 "Value":1.147
92 },
93 {
94 "Direction":"greater than",
95 "Name":"upper critical",
96 "Label":"vout5",
97 "Severity":1,
98 "Value":3.609
99 },
100 {
101 "Direction":"greater than",
102 "Name":"upper non critical",
103 "Label":"vout5",
104 "Severity":0,
105 "Value":3.382
106 },
107 {
108 "Direction":"less than",
109 "Name":"lower non critical",
110 "Label":"vout5",
111 "Severity":0,
112 "Value":3.2
113 },
114 {
115 "Direction":"less than",
116 "Name":"lower critical",
117 "Label":"vout5",
118 "Severity":1,
119 "Value":3.155
120 },
121 {
122 "Direction":"greater than",
123 "Name":"upper critical",
124 "Label":"vout6",
125 "Severity":1,
126 "Value":1.286
127 },
128 {
129 "Direction":"greater than",
130 "Name":"upper non critical",
131 "Label":"vout6",
132 "Severity":0,
133 "Value":1.227
134 },
135 {
136 "Direction":"less than",
137 "Name":"lower non critical",
138 "Label":"vout6",
139 "Severity":0,
140 "Value":1.121
141 },
142 {
143 "Direction":"less than",
144 "Name":"lower critical",
145 "Label":"vout6",
146 "Severity":1,
147 "Value":1.121
148 },
149 {
150 "Direction":"greater than",
151 "Name":"upper critical",
152 "Label":"vout1",
153 "Severity":1,
154 "Value":1.978
155 },
156 {
157 "Direction":"greater than",
158 "Name":"upper non critical",
159 "Label":"vout1",
160 "Severity":0,
161 "Value":1.884
162 },
163 {
164 "Direction":"less than",
165 "Name":"lower non critical",
166 "Label":"vout1",
167 "Severity":0,
168 "Value":1.711
169 },
170 {
171 "Direction":"less than",
172 "Name":"lower critical",
173 "Label":"vout1",
174 "Severity":1,
175 "Value":1.633
176 },
177 {
178 "Direction":"greater than",
179 "Name":"upper critical",
180 "Label":"vout10",
181 "Severity":1,
182 "Value":0.659
183 },
184 {
185 "Direction":"greater than",
186 "Name":"upper non critical",
187 "Label":"vout10",
188 "Severity":0,
189 "Value":0.628
190 },
191 {
192 "Direction":"less than",
193 "Name":"lower non critical",
194 "Label":"vout10",
195 "Severity":0,
196 "Value":0.581
197 },
198 {
199 "Direction":"less than",
200 "Name":"lower critical",
201 "Label":"vout10",
202 "Severity":1,
203 "Value":0.55
204 }
205 ],
206 "Type":"MAX34451"
207 }
208 ],
209 "Name":"Kudo_BMC",
210 "Probe":"xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1093695-*'})",
211 "Type":"Board",
212 "xyz.openbmc_project.Inventory.Decorator.Asset": {
213 "Manufacturer":"$BOARD_MANUFACTURER",
214 "Model":"$BOARD_PRODUCT_NAME",
215 "PartNumber":"$BOARD_PART_NUMBER",
216 "SerialNumber":"$BOARD_SERIAL_NUMBER"
217 }
218 }
219]