blob: d7a5d1bfe05dcbb7377e853ef6353cda78e343f6 [file] [log] [blame]
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -05001[
2 {
3 "Desc":{
4 "Name":"CPU0_NBM_T",
5 "SensorType":"temperature",
6 "MinValue":0,
7 "MaxValue":160
8 },
9 "Threshold":
10 {
11 "CriticalHigh":110,
12 "WarningHigh":108
13 },
14 "Associations":[
15 [
16 "chassis",
17 "all_sensors",
18 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
19 ],
20 [
21 "inventory",
22 "sensors",
23 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
24 ]
25 ],
26 "Params":{
27 "DbusParam":[
28 {
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050029 "ParamName":"CPU0_NBM2G_TMP_V",
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050030 "Desc":{
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050031 "Name":"CPU0_NBM2G_TMP_V",
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050032 "SensorType":"voltage"
33 }
34 }
35 ]
36 },
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050037 "Expression":"(CPU0_NBM2G_TMP_V == CPU0_NBM2G_TMP_V) ? (CPU0_NBM2G_TMP_V - 2.73) * 100 : NULL"
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050038 },
39 {
40 "Desc":{
41 "Name":"CPU1_NBM_T",
42 "SensorType":"temperature",
43 "MinValue":0,
44 "MaxValue":160
45 },
46 "Threshold":
47 {
48 "CriticalHigh":110,
49 "WarningHigh":108
50 },
51 "Associations":[
52 [
53 "chassis",
54 "all_sensors",
55 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
56 ],
57 [
58 "inventory",
59 "sensors",
60 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
61 ]
62 ],
63 "Params":{
64 "DbusParam":[
65 {
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050066 "ParamName":"CPU1_NBM2G_TMP_V",
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050067 "Desc":{
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050068 "Name":"CPU1_NBM2G_TMP_V",
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050069 "SensorType":"voltage"
70 }
71 }
72 ]
73 },
Avenash Asai Thambi90a3ae42022-03-24 10:22:01 -050074 "Expression":"(CPU1_NBM2G_TMP_V == CPU1_NBM2G_TMP_V) ? (CPU1_NBM2G_TMP_V - 2.73) * 100 : NULL"
Mustafa Shehabi5c19b5b2021-09-15 16:41:44 -050075 },
76 {
77 "Desc":{
78 "Name":"CPU0_DIMMG_T",
79 "SensorType":"temperature",
80 "MinValue":0,
81 "MaxValue":255
82 },
83 "Threshold":
84 {
85 "CriticalHigh":90,
86 "WarningHigh":85
87 },
88 "Associations":[
89 [
90 "chassis",
91 "all_sensors",
92 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
93 ],
94 [
95 "inventory",
96 "sensors",
97 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
98 ]
99 ],
100 "Params":{
101 "DbusParam":[
102 {
103 "ParamName":"CPU0_CH0",
104 "Desc":{
105 "Name":"CPU0_CH0DIMM_T",
106 "SensorType":"temperature"
107 }
108 },
109 {
110 "ParamName":"CPU0_CH1",
111 "Desc":{
112 "Name":"CPU0_CH1DIMM_T",
113 "SensorType":"temperature"
114 }
115 },
116 {
117 "ParamName":"CPU0_CH2",
118 "Desc":{
119 "Name":"CPU0_CH2DIMM_T",
120 "SensorType":"temperature"
121 }
122 },
123 {
124 "ParamName":"CPU0_CH3",
125 "Desc":{
126 "Name":"CPU0_CH3DIMM_T",
127 "SensorType":"temperature"
128 }
129 },
130 {
131 "ParamName":"CPU0_CH4",
132 "Desc":{
133 "Name":"CPU0_CH4DIMM_T",
134 "SensorType":"temperature"
135 }
136 },
137 {
138 "ParamName":"CPU0_CH5",
139 "Desc":{
140 "Name":"CPU0_CH5DIMM_T",
141 "SensorType":"temperature"
142 }
143 },
144 {
145 "ParamName":"CPU0_CH6",
146 "Desc":{
147 "Name":"CPU0_CH6DIMM_T",
148 "SensorType":"temperature"
149 }
150 },
151 {
152 "ParamName":"CPU0_CH7",
153 "Desc":{
154 "Name":"CPU0_CH7DIMM_T",
155 "SensorType":"temperature"
156 }
157 }
158 ]
159 },
160 "Expression":"var x := max((CPU0_CH0 == CPU0_CH0) ? CPU0_CH0 : 0,(CPU0_CH1 == CPU0_CH1) ? CPU0_CH1 : 0,(CPU0_CH2 == CPU0_CH2) ? CPU0_CH2 : 0,(CPU0_CH3 == CPU0_CH3) ? CPU0_CH3 : 0,(CPU0_CH4 == CPU0_CH4) ? CPU0_CH4 : 0,(CPU0_CH5 == CPU0_CH5) ? CPU0_CH5 : 0,(CPU0_CH6 == CPU0_CH6) ? CPU0_CH6 : 0,(CPU0_CH7 == CPU0_CH7) ? CPU0_CH7 : 0); x == 0 ? NULL : x"
161 },
162 {
163 "Desc":{
164 "Name":"CPU1_DIMMG_T",
165 "SensorType":"temperature",
166 "MinValue":0,
167 "MaxValue":255
168 },
169 "Threshold":
170 {
171 "CriticalHigh":90,
172 "WarningHigh":85
173 },
174 "Associations":[
175 [
176 "chassis",
177 "all_sensors",
178 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
179 ],
180 [
181 "inventory",
182 "sensors",
183 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
184 ]
185 ],
186 "Params":{
187 "DbusParam":[
188 {
189 "ParamName":"CPU1_CH0",
190 "Desc":{
191 "Name":"CPU1_CH0DIMM_T",
192 "SensorType":"temperature"
193 }
194 },
195 {
196 "ParamName":"CPU1_CH1",
197 "Desc":{
198 "Name":"CPU1_CH1DIMM_T",
199 "SensorType":"temperature"
200 }
201 },
202 {
203 "ParamName":"CPU1_CH2",
204 "Desc":{
205 "Name":"CPU1_CH2DIMM_T",
206 "SensorType":"temperature"
207 }
208 },
209 {
210 "ParamName":"CPU1_CH3",
211 "Desc":{
212 "Name":"CPU1_CH3DIMM_T",
213 "SensorType":"temperature"
214 }
215 },
216 {
217 "ParamName":"CPU1_CH4",
218 "Desc":{
219 "Name":"CPU1_CH4DIMM_T",
220 "SensorType":"temperature"
221 }
222 },
223 {
224 "ParamName":"CPU1_CH5",
225 "Desc":{
226 "Name":"CPU1_CH5DIMM_T",
227 "SensorType":"temperature"
228 }
229 },
230 {
231 "ParamName":"CPU1_CH6",
232 "Desc":{
233 "Name":"CPU1_CH6DIMM_T",
234 "SensorType":"temperature"
235 }
236 },
237 {
238 "ParamName":"CPU1_CH7",
239 "Desc":{
240 "Name":"CPU1_CH7DIMM_T",
241 "SensorType":"temperature"
242 }
243 }
244 ]
245 },
246 "Expression":"var x := max((CPU1_CH0 == CPU1_CH0) ? CPU1_CH0 : 0,(CPU1_CH1 == CPU1_CH1) ? CPU1_CH1 : 0,(CPU1_CH2 == CPU1_CH2) ? CPU1_CH2 : 0,(CPU1_CH3 == CPU1_CH3) ? CPU1_CH3 : 0,(CPU1_CH4 == CPU1_CH4) ? CPU1_CH4 : 0,(CPU1_CH5 == CPU1_CH5) ? CPU1_CH5 : 0,(CPU1_CH6 == CPU1_CH6) ? CPU1_CH6 : 0,(CPU1_CH7 == CPU1_CH7) ? CPU1_CH7 : 0); x == 0 ? NULL : x"
247 },
248 {
249 "Desc":{
250 "Name":"CPU0_DIMM_DDR_V",
251 "SensorType":"voltage",
252 "MinValue":0,
253 "MaxValue":5
254 },
255 "Threshold":
256 {
257 "CriticalHigh":2.999
258 },
259 "Associations":[
260 [
261 "chassis",
262 "all_sensors",
263 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
264 ],
265 [
266 "inventory",
267 "sensors",
268 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
269 ]
270 ],
271 "Params":{
272 "DbusParam":[
273 {
274 "ParamName":"CPU0_DIMM_VR1_V",
275 "Desc":{
276 "Name":"CPU0_DIMM_VR1_V",
277 "SensorType":"voltage"
278 }
279 },
280 {
281 "ParamName":"CPU0_DIMM_VR2_V",
282 "Desc":{
283 "Name":"CPU0_DIMM_VR2_V",
284 "SensorType":"voltage"
285 }
286 }
287 ]
288 },
289 "Expression":"(CPU0_DIMM_VR1_V + CPU0_DIMM_VR2_V) >= 0 ? (CPU0_DIMM_VR1_V + CPU0_DIMM_VR2_V) : NULL"
290 },
291 {
292 "Desc":{
293 "Name":"CPU1_DIMM_DDR_V",
294 "SensorType":"voltage",
295 "MinValue":0,
296 "MaxValue":5
297 },
298 "Threshold":
299 {
300 "CriticalHigh":2.999
301 },
302 "Associations":[
303 [
304 "chassis",
305 "all_sensors",
306 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
307 ],
308 [
309 "inventory",
310 "sensors",
311 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
312 ]
313 ],
314 "Params":{
315 "DbusParam":[
316 {
317 "ParamName":"CPU1_DIMM_VR1_V",
318 "Desc":{
319 "Name":"CPU1_DIMM_VR1_V",
320 "SensorType":"voltage"
321 }
322 },
323 {
324 "ParamName":"CPU1_DIMM_VR2_V",
325 "Desc":{
326 "Name":"CPU1_DIMM_VR2_V",
327 "SensorType":"voltage"
328 }
329 }
330 ]
331 },
332 "Expression":"(CPU1_DIMM_VR1_V + CPU1_DIMM_VR2_V) >= 0 ? (CPU1_DIMM_VR1_V + CPU1_DIMM_VR2_V) : NULL"
333 },
334 {
335 "Desc":{
336 "Name":"CPU0_MEM_PW",
337 "SensorType":"power",
338 "MinValue":0,
339 "MaxValue":80
340 },
341 "Threshold":
342 {
343 "CriticalHigh":29.987
344 },
345 "Associations":[
346 [
347 "chassis",
348 "all_sensors",
349 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
350 ],
351 [
352 "inventory",
353 "sensors",
354 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
355 ]
356 ],
357 "Params":{
358 "DbusParam":[
359 {
360 "ParamName":"CPU0_DIMM_VR1_PW",
361 "Desc":{
362 "Name":"CPU0_DIMM_VR1_PW",
363 "SensorType":"power"
364 }
365 },
366 {
367 "ParamName":"CPU0_DIMM_VR2_PW",
368 "Desc":{
369 "Name":"CPU0_DIMM_VR2_PW",
370 "SensorType":"power"
371 }
372 }
373 ]
374 },
375 "Expression":"(CPU0_DIMM_VR1_PW + CPU0_DIMM_VR2_PW) >= 0 ? (CPU0_DIMM_VR1_PW + CPU0_DIMM_VR2_PW) : NULL"
376 },
377 {
378 "Desc":{
379 "Name":"CPU1_MEM_PW",
380 "SensorType":"power",
381 "MinValue":0,
382 "MaxValue":255
383 },
384 "Threshold":
385 {
386 "CriticalHigh":29.987
387 },
388 "Associations":[
389 [
390 "chassis",
391 "all_sensors",
392 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
393 ],
394 [
395 "inventory",
396 "sensors",
397 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
398 ]
399 ],
400 "Params":{
401 "DbusParam":[
402 {
403 "ParamName":"CPU1_DIMM_VR1_PW",
404 "Desc":{
405 "Name":"CPU1_DIMM_VR1_PW",
406 "SensorType":"power"
407 }
408 },
409 {
410 "ParamName":"CPU1_DIMM_VR2_PW",
411 "Desc":{
412 "Name":"CPU1_DIMM_VR2_PW",
413 "SensorType":"power"
414 }
415 }
416 ]
417 },
418 "Expression":"(CPU1_DIMM_VR1_PW + CPU1_DIMM_VR2_PW) >= 0 ? (CPU1_DIMM_VR1_PW + CPU1_DIMM_VR2_PW) : NULL"
419 },
420 {
421 "Desc":{
422 "Name":"CPU0_CPU_PW",
423 "SensorType":"power",
424 "MinValue":0,
425 "MaxValue":550
426 },
427 "Threshold":
428 {
429 "CriticalHigh":500
430 },
431 "Associations":[
432 [
433 "chassis",
434 "all_sensors",
435 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
436 ],
437 [
438 "inventory",
439 "sensors",
440 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
441 ]
442 ],
443 "Params":{
444 "DbusParam":[
445 {
446 "ParamName":"CPU0_Core_VRD_PW",
447 "Desc":{
448 "Name":"CPU0_Core_VRD_PW",
449 "SensorType":"power"
450 }
451 },
452 {
453 "ParamName":"CPU0_SOC_PW",
454 "Desc":{
455 "Name":"CPU0_SOC_PW",
456 "SensorType":"power"
457 }
458 }
459 ]
460 },
461 "Expression":"(CPU0_Core_VRD_PW + CPU0_SOC_PW) >= 0 ? (CPU0_Core_VRD_PW + CPU0_SOC_PW) : NULL"
462 },
463 {
464 "Desc":{
465 "Name":"CPU1_CPU_PW",
466 "SensorType":"power",
467 "MinValue":0,
468 "MaxValue":550
469 },
470 "Threshold":
471 {
472 "CriticalHigh":500
473 },
474 "Associations":[
475 [
476 "chassis",
477 "all_sensors",
478 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
479 ],
480 [
481 "inventory",
482 "sensors",
483 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
484 ]
485 ],
486 "Params":{
487 "DbusParam":[
488 {
489 "ParamName":"CPU1_Core_VRD_PW",
490 "Desc":{
491 "Name":"CPU1_Core_VRD_PW",
492 "SensorType":"power"
493 }
494 },
495 {
496 "ParamName":"CPU1_SOC_PW",
497 "Desc":{
498 "Name":"CPU1_SOC_PW",
499 "SensorType":"power"
500 }
501 }
502 ]
503 },
504 "Expression":"(CPU1_Core_VRD_PW + CPU1_SOC_PW) >= 0 ? (CPU1_Core_VRD_PW + CPU1_SOC_PW) : NULL"
505 },
506 {
507 "Desc":
508 {
509 "Name": "zone0_temp",
510 "SensorType": "temperature",
511 "MinValue": 0,
512 "MaxValue": 300
513 },
514 "Threshold" :
515 {
516 "CriticalHigh": 200,
517 "WarningHigh": 198
518 },
519 "Associations":[
520 [
521 "chassis",
522 "all_sensors",
523 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
524 ],
525 [
526 "inventory",
527 "sensors",
528 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
529 ]
530 ],
531 "Params":
532 {
533 "DbusParam":
534 [
535 {
536 "ParamName": "margin0",
537 "Desc":
538 {
539 "Name": "thermal_zone0",
540 "SensorType": "temperature"
541 }
542 }
543 ]
544 },
545 "Expression": "(200 - margin0)"
546 },
547 {
548 "Desc":
549 {
550 "Name": "zone1_temp",
551 "SensorType": "temperature",
552 "MinValue": 0,
553 "MaxValue": 300
554 },
555 "Threshold" :
556 {
557 "CriticalHigh": 200,
558 "WarningHigh": 198
559 },
560 "Associations":[
561 [
562 "chassis",
563 "all_sensors",
564 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
565 ],
566 [
567 "inventory",
568 "sensors",
569 "/xyz/openbmc_project/inventory/system/board/Kudo_Motherboard"
570 ]
571 ],
572 "Params":
573 {
574 "DbusParam":
575 [
576 {
577 "ParamName": "margin1",
578 "Desc":
579 {
580 "Name": "thermal_zone1",
581 "SensorType": "temperature"
582 }
583 }
584 ]
585 },
586 "Expression": "(200 - margin1)"
587 }
588 ]