blob: 2c9a9bd5510cd808ff32e7099da1c8de1f40e595 [file] [log] [blame]
Ian Chiend5655e32024-08-20 18:15:51 +08001{
2 "Exposes": [
3 {
4 "Address": "0x10",
5 "Bus": 11,
6 "Labels": [
7 "temp1",
8 "vin",
9 "vout1",
10 "iout1",
11 "pin"
12 ],
13 "Name": "MEDUSA_48VHSC0",
14 "Thresholds": [
15 {
16 "Direction": "greater than",
17 "Label": "temp1",
18 "Name": "upper critical",
19 "Severity": 1,
20 "Value": 150
21 },
22 {
23 "Direction": "greater than",
24 "Label": "iout1",
25 "Name": "upper non recoverable",
26 "Severity": 4,
27 "Value": 94
28 },
29 {
30 "Direction": "greater than",
31 "Label": "iout1",
32 "Name": "upper critical",
33 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +080034 "Value": 86.9
Ian Chiend5655e32024-08-20 18:15:51 +080035 },
36 {
37 "Direction": "greater than",
38 "Label": "iout1",
39 "Name": "upper non critical",
40 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +080041 "Value": 82.95
Ian Chiend5655e32024-08-20 18:15:51 +080042 },
43 {
44 "Direction": "greater than",
45 "Label": "pin",
46 "Name": "upper non recoverable",
47 "Severity": 4,
48 "Value": 4512
49 },
50 {
51 "Direction": "greater than",
52 "Label": "pin",
53 "Name": "upper critical",
54 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +080055 "Value": 4171.2
Ian Chiend5655e32024-08-20 18:15:51 +080056 },
57 {
58 "Direction": "greater than",
59 "Label": "pin",
60 "Name": "upper non critical",
61 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +080062 "Value": 3981.6
Ian Chiend5655e32024-08-20 18:15:51 +080063 },
64 {
65 "Direction": "greater than",
66 "Label": "vin",
67 "Name": "upper non recoverable",
68 "Severity": 4,
69 "Value": 60
70 },
71 {
72 "Direction": "greater than",
73 "Label": "vin",
74 "Name": "upper critical",
75 "Severity": 1,
76 "Value": 53.28
77 },
78 {
79 "Direction": "greater than",
80 "Label": "vin",
81 "Name": "upper non critical",
82 "Severity": 0,
83 "Value": 52.8
84 },
85 {
86 "Direction": "less than",
87 "Label": "vin",
88 "Name": "lower non critical",
89 "Severity": 0,
90 "Value": 43.2
91 },
92 {
93 "Direction": "less than",
94 "Label": "vin",
95 "Name": "lower critical",
96 "Severity": 1,
97 "Value": 42.72
98 },
99 {
100 "Direction": "less than",
101 "Label": "vin",
102 "Name": "lower non recoverable",
103 "Severity": 4,
104 "Value": 40
105 },
106 {
107 "Direction": "greater than",
108 "Label": "vout1",
109 "Name": "upper non recoverable",
110 "Severity": 4,
111 "Value": 60
112 },
113 {
114 "Direction": "greater than",
115 "Label": "vout1",
116 "Name": "upper critical",
117 "Severity": 1,
118 "Value": 53.28
119 },
120 {
121 "Direction": "greater than",
122 "Label": "vout1",
123 "Name": "upper non critical",
124 "Severity": 0,
125 "Value": 52.8
126 },
127 {
128 "Direction": "less than",
129 "Label": "vout1",
130 "Name": "lower non critical",
131 "Severity": 0,
132 "Value": 43.2
133 },
134 {
135 "Direction": "less than",
136 "Label": "vout1",
137 "Name": "lower critical",
138 "Severity": 1,
139 "Value": 42.72
140 },
141 {
142 "Direction": "less than",
143 "Label": "vout1",
144 "Name": "lower non recoverable",
145 "Severity": 4,
146 "Value": 40
147 }
148 ],
149 "Type": "ADM1272",
150 "iout1_Name": "MEDUSA_48VHSC0_CURR_A_1",
151 "iout1_Scale": 250,
152 "pin_Name": "MEDUSA_48VHSC0_INPUT_PWR_W_1",
153 "pin_Scale": 250000,
154 "temp1_Name": "MEDUSA_48VHSC0_TEMP_C",
155 "vin_Name": "MEDUSA_48VHSC0_INPUT_VOLT_V",
156 "vout1_Name": "MEDUSA_48VHSC0_OUTPUT_VOLT_V"
157 },
158 {
159 "Address": "0x12",
160 "Bus": 11,
161 "Labels": [
162 "temp1",
163 "vin",
164 "vout1",
165 "iout1",
166 "pin"
167 ],
168 "Name": "MEDUSA_48VHSC1",
169 "Thresholds": [
170 {
171 "Direction": "greater than",
172 "Label": "temp1",
173 "Name": "upper critical",
174 "Severity": 1,
175 "Value": 150
176 },
177 {
178 "Direction": "greater than",
179 "Label": "iout1",
180 "Name": "upper non recoverable",
181 "Severity": 4,
182 "Value": 94
183 },
184 {
185 "Direction": "greater than",
186 "Label": "iout1",
187 "Name": "upper critical",
188 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800189 "Value": 86.9
Ian Chiend5655e32024-08-20 18:15:51 +0800190 },
191 {
192 "Direction": "greater than",
193 "Label": "iout1",
194 "Name": "upper non critical",
195 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800196 "Value": 82.95
Ian Chiend5655e32024-08-20 18:15:51 +0800197 },
198 {
199 "Direction": "greater than",
200 "Label": "pin",
201 "Name": "upper non recoverable",
202 "Severity": 4,
203 "Value": 4512
204 },
205 {
206 "Direction": "greater than",
207 "Label": "pin",
208 "Name": "upper critical",
209 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800210 "Value": 4171.2
Ian Chiend5655e32024-08-20 18:15:51 +0800211 },
212 {
213 "Direction": "greater than",
214 "Label": "pin",
215 "Name": "upper non critical",
216 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +0800217 "Value": 3981.6
Ian Chiend5655e32024-08-20 18:15:51 +0800218 },
219 {
220 "Direction": "greater than",
221 "Label": "vin",
222 "Name": "upper non recoverable",
223 "Severity": 4,
224 "Value": 60
225 },
226 {
227 "Direction": "greater than",
228 "Label": "vin",
229 "Name": "upper critical",
230 "Severity": 1,
231 "Value": 53.28
232 },
233 {
234 "Direction": "greater than",
235 "Label": "vin",
236 "Name": "upper non critical",
237 "Severity": 0,
238 "Value": 52.8
239 },
240 {
241 "Direction": "less than",
242 "Label": "vin",
243 "Name": "lower non critical",
244 "Severity": 0,
245 "Value": 43.2
246 },
247 {
248 "Direction": "less than",
249 "Label": "vin",
250 "Name": "lower critical",
251 "Severity": 1,
252 "Value": 42.72
253 },
254 {
255 "Direction": "less than",
256 "Label": "vin",
257 "Name": "lower non recoverable",
258 "Severity": 4,
259 "Value": 40
260 },
261 {
262 "Direction": "greater than",
263 "Label": "vout1",
264 "Name": "upper non recoverable",
265 "Severity": 4,
266 "Value": 60
267 },
268 {
269 "Direction": "greater than",
270 "Label": "vout1",
271 "Name": "upper critical",
272 "Severity": 1,
273 "Value": 53.28
274 },
275 {
276 "Direction": "greater than",
277 "Label": "vout1",
278 "Name": "upper non critical",
279 "Severity": 0,
280 "Value": 52.8
281 },
282 {
283 "Direction": "less than",
284 "Label": "vout1",
285 "Name": "lower non critical",
286 "Severity": 0,
287 "Value": 43.2
288 },
289 {
290 "Direction": "less than",
291 "Label": "vout1",
292 "Name": "lower critical",
293 "Severity": 1,
294 "Value": 42.72
295 },
296 {
297 "Direction": "less than",
298 "Label": "vout1",
299 "Name": "lower non recoverable",
300 "Severity": 4,
301 "Value": 40
302 }
303 ],
304 "Type": "ADM1272",
305 "iout1_Name": "MEDUSA_48VHSC1_CURR_A_1",
306 "iout1_Scale": 250,
307 "pin_Name": "MEDUSA_48VHSC1_INPUT_PWR_W_1",
308 "pin_Scale": 250000,
309 "temp1_Name": "MEDUSA_48VHSC1_TEMP_C",
310 "vin_Name": "MEDUSA_48VHSC1_INPUT_VOLT_V",
311 "vout1_Name": "MEDUSA_48VHSC1_OUTPUT_VOLT_V"
312 },
313 {
314 "Address": "0x40",
315 "Bus": 0,
316 "Labels": [
317 "temp1",
318 "vin",
319 "vout1",
320 "iout1",
321 "pin"
322 ],
323 "Name": "MEDUSA_MB1_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800324 "PowerState": "ChassisOn",
325 "SlotId": "1",
Ian Chiend5655e32024-08-20 18:15:51 +0800326 "Thresholds": [
327 {
328 "Direction": "greater than",
329 "Label": "iout1",
330 "Name": "upper non recoverable",
331 "Severity": 4,
332 "Value": 90
333 },
334 {
335 "Direction": "greater than",
336 "Label": "iout1",
337 "Name": "upper critical",
338 "Severity": 1,
339 "Value": 87.956
340 },
341 {
342 "Direction": "greater than",
343 "Label": "iout1",
344 "Name": "upper non critical",
345 "Severity": 0,
346 "Value": 83.958
347 },
348 {
349 "Direction": "greater than",
350 "Label": "pin",
351 "Name": "upper non recoverable",
352 "Severity": 4,
353 "Value": 1125
354 },
355 {
356 "Direction": "greater than",
357 "Label": "pin",
358 "Name": "upper critical",
359 "Severity": 1,
360 "Value": 1099.45
361 },
362 {
363 "Direction": "greater than",
364 "Label": "pin",
365 "Name": "upper non critical",
366 "Severity": 0,
367 "Value": 1049.475
368 },
369 {
370 "Direction": "greater than",
371 "Label": "temp1",
372 "Name": "upper critical",
373 "Severity": 1,
374 "Value": 100
375 },
376 {
377 "Direction": "greater than",
378 "Label": "vin",
379 "Name": "upper non recoverable",
380 "Severity": 4,
381 "Value": 14.333
382 },
383 {
384 "Direction": "greater than",
385 "Label": "vin",
386 "Name": "upper critical",
387 "Severity": 1,
388 "Value": 13.176
389 },
390 {
391 "Direction": "greater than",
392 "Label": "vin",
393 "Name": "upper non critical",
394 "Severity": 0,
395 "Value": 13.054
396 },
397 {
398 "Direction": "less than",
399 "Label": "vin",
400 "Name": "lower non critical",
401 "Severity": 0,
402 "Value": 11.346
403 },
404 {
405 "Direction": "less than",
406 "Label": "vin",
407 "Name": "lower critical",
408 "Severity": 1,
409 "Value": 11.224
410 },
411 {
412 "Direction": "less than",
413 "Label": "vin",
414 "Name": "lower non recoverable",
415 "Severity": 4,
416 "Value": 10.091
417 },
418 {
419 "Direction": "greater than",
420 "Label": "vout1",
421 "Name": "upper non recoverable",
422 "Severity": 4,
423 "Value": 14.333
424 },
425 {
426 "Direction": "greater than",
427 "Label": "vout1",
428 "Name": "upper critical",
429 "Severity": 1,
430 "Value": 13.176
431 },
432 {
433 "Direction": "greater than",
434 "Label": "vout1",
435 "Name": "upper non critical",
436 "Severity": 0,
437 "Value": 13.054
438 },
439 {
440 "Direction": "less than",
441 "Label": "vout1",
442 "Name": "lower non critical",
443 "Severity": 0,
444 "Value": 11.346
445 },
446 {
447 "Direction": "less than",
448 "Label": "vout1",
449 "Name": "lower critical",
450 "Severity": 1,
451 "Value": 11.224
452 },
453 {
454 "Direction": "less than",
455 "Label": "vout1",
456 "Name": "lower non recoverable",
457 "Severity": 4,
458 "Value": 10.091
459 }
460 ],
461 "Type": "ADM1281",
462 "iout1_Name": "MEDUSA_MB1_12VHSC_CURR_A_1",
463 "iout1_Scale": 500,
464 "pin_Name": "MEDUSA_MB1_12VHSC_INPUT_PWR_W_1",
465 "pin_Scale": 500000,
466 "temp1_Name": "MEDUSA_MB1_12VHSC_TEMP_C",
467 "vin_Name": "MEDUSA_MB1_12VHSC_INPUT_VOLT_V",
468 "vout1_Name": "MEDUSA_MB1_12VHSC_OUTPUT_VOLT_V"
469 },
470 {
471 "Address": "0x40",
472 "Bus": 1,
473 "Labels": [
474 "temp1",
475 "vin",
476 "vout1",
477 "iout1",
478 "pin"
479 ],
480 "Name": "MEDUSA_MB2_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800481 "PowerState": "ChassisOn",
482 "SlotId": "2",
Ian Chiend5655e32024-08-20 18:15:51 +0800483 "Thresholds": [
484 {
485 "Direction": "greater than",
486 "Label": "iout1",
487 "Name": "upper non recoverable",
488 "Severity": 4,
489 "Value": 90
490 },
491 {
492 "Direction": "greater than",
493 "Label": "iout1",
494 "Name": "upper critical",
495 "Severity": 1,
496 "Value": 87.956
497 },
498 {
499 "Direction": "greater than",
500 "Label": "iout1",
501 "Name": "upper non critical",
502 "Severity": 0,
503 "Value": 83.958
504 },
505 {
506 "Direction": "greater than",
507 "Label": "pin",
508 "Name": "upper non recoverable",
509 "Severity": 4,
510 "Value": 1125
511 },
512 {
513 "Direction": "greater than",
514 "Label": "pin",
515 "Name": "upper critical",
516 "Severity": 1,
517 "Value": 1099.45
518 },
519 {
520 "Direction": "greater than",
521 "Label": "pin",
522 "Name": "upper non critical",
523 "Severity": 0,
524 "Value": 1049.475
525 },
526 {
527 "Direction": "greater than",
528 "Label": "temp1",
529 "Name": "upper critical",
530 "Severity": 1,
531 "Value": 100
532 },
533 {
534 "Direction": "greater than",
535 "Label": "vin",
536 "Name": "upper non recoverable",
537 "Severity": 4,
538 "Value": 14.333
539 },
540 {
541 "Direction": "greater than",
542 "Label": "vin",
543 "Name": "upper critical",
544 "Severity": 1,
545 "Value": 13.176
546 },
547 {
548 "Direction": "greater than",
549 "Label": "vin",
550 "Name": "upper non critical",
551 "Severity": 0,
552 "Value": 13.054
553 },
554 {
555 "Direction": "less than",
556 "Label": "vin",
557 "Name": "lower non critical",
558 "Severity": 0,
559 "Value": 11.346
560 },
561 {
562 "Direction": "less than",
563 "Label": "vin",
564 "Name": "lower critical",
565 "Severity": 1,
566 "Value": 11.224
567 },
568 {
569 "Direction": "less than",
570 "Label": "vin",
571 "Name": "lower non recoverable",
572 "Severity": 4,
573 "Value": 10.091
574 },
575 {
576 "Direction": "greater than",
577 "Label": "vout1",
578 "Name": "upper non recoverable",
579 "Severity": 4,
580 "Value": 14.333
581 },
582 {
583 "Direction": "greater than",
584 "Label": "vout1",
585 "Name": "upper critical",
586 "Severity": 1,
587 "Value": 13.176
588 },
589 {
590 "Direction": "greater than",
591 "Label": "vout1",
592 "Name": "upper non critical",
593 "Severity": 0,
594 "Value": 13.054
595 },
596 {
597 "Direction": "less than",
598 "Label": "vout1",
599 "Name": "lower non critical",
600 "Severity": 0,
601 "Value": 11.346
602 },
603 {
604 "Direction": "less than",
605 "Label": "vout1",
606 "Name": "lower critical",
607 "Severity": 1,
608 "Value": 11.224
609 },
610 {
611 "Direction": "less than",
612 "Label": "vout1",
613 "Name": "lower non recoverable",
614 "Severity": 4,
615 "Value": 10.091
616 }
617 ],
618 "Type": "ADM1281",
619 "iout1_Name": "MEDUSA_MB2_12VHSC_CURR_A_1",
620 "iout1_Scale": 500,
621 "pin_Name": "MEDUSA_MB2_12VHSC_INPUT_PWR_W_1",
622 "pin_Scale": 500000,
623 "temp1_Name": "MEDUSA_MB2_12VHSC_TEMP_C",
624 "vin_Name": "MEDUSA_MB2_12VHSC_INPUT_VOLT_V",
625 "vout1_Name": "MEDUSA_MB2_12VHSC_OUTPUT_VOLT_V"
626 },
627 {
628 "Address": "0x40",
629 "Bus": 2,
630 "Labels": [
631 "temp1",
632 "vin",
633 "vout1",
634 "iout1",
635 "pin"
636 ],
637 "Name": "MEDUSA_MB3_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800638 "PowerState": "ChassisOn",
639 "SlotId": "3",
Ian Chiend5655e32024-08-20 18:15:51 +0800640 "Thresholds": [
641 {
642 "Direction": "greater than",
643 "Label": "iout1",
644 "Name": "upper non recoverable",
645 "Severity": 4,
646 "Value": 90
647 },
648 {
649 "Direction": "greater than",
650 "Label": "iout1",
651 "Name": "upper critical",
652 "Severity": 1,
653 "Value": 87.956
654 },
655 {
656 "Direction": "greater than",
657 "Label": "iout1",
658 "Name": "upper non critical",
659 "Severity": 0,
660 "Value": 83.958
661 },
662 {
663 "Direction": "greater than",
664 "Label": "pin",
665 "Name": "upper non recoverable",
666 "Severity": 4,
667 "Value": 1125
668 },
669 {
670 "Direction": "greater than",
671 "Label": "pin",
672 "Name": "upper critical",
673 "Severity": 1,
674 "Value": 1099.45
675 },
676 {
677 "Direction": "greater than",
678 "Label": "pin",
679 "Name": "upper non critical",
680 "Severity": 0,
681 "Value": 1049.475
682 },
683 {
684 "Direction": "greater than",
685 "Label": "temp1",
686 "Name": "upper critical",
687 "Severity": 1,
688 "Value": 100
689 },
690 {
691 "Direction": "greater than",
692 "Label": "vin",
693 "Name": "upper non recoverable",
694 "Severity": 4,
695 "Value": 14.333
696 },
697 {
698 "Direction": "greater than",
699 "Label": "vin",
700 "Name": "upper critical",
701 "Severity": 1,
702 "Value": 13.176
703 },
704 {
705 "Direction": "greater than",
706 "Label": "vin",
707 "Name": "upper non critical",
708 "Severity": 0,
709 "Value": 13.054
710 },
711 {
712 "Direction": "less than",
713 "Label": "vin",
714 "Name": "lower non critical",
715 "Severity": 0,
716 "Value": 11.346
717 },
718 {
719 "Direction": "less than",
720 "Label": "vin",
721 "Name": "lower critical",
722 "Severity": 1,
723 "Value": 11.224
724 },
725 {
726 "Direction": "less than",
727 "Label": "vin",
728 "Name": "lower non recoverable",
729 "Severity": 4,
730 "Value": 10.091
731 },
732 {
733 "Direction": "greater than",
734 "Label": "vout1",
735 "Name": "upper non recoverable",
736 "Severity": 4,
737 "Value": 14.333
738 },
739 {
740 "Direction": "greater than",
741 "Label": "vout1",
742 "Name": "upper critical",
743 "Severity": 1,
744 "Value": 13.176
745 },
746 {
747 "Direction": "greater than",
748 "Label": "vout1",
749 "Name": "upper non critical",
750 "Severity": 0,
751 "Value": 13.054
752 },
753 {
754 "Direction": "less than",
755 "Label": "vout1",
756 "Name": "lower non critical",
757 "Severity": 0,
758 "Value": 11.346
759 },
760 {
761 "Direction": "less than",
762 "Label": "vout1",
763 "Name": "lower critical",
764 "Severity": 1,
765 "Value": 11.224
766 },
767 {
768 "Direction": "less than",
769 "Label": "vout1",
770 "Name": "lower non recoverable",
771 "Severity": 4,
772 "Value": 10.091
773 }
774 ],
775 "Type": "ADM1281",
776 "iout1_Name": "MEDUSA_MB3_12VHSC_CURR_A_1",
777 "iout1_Scale": 500,
778 "pin_Name": "MEDUSA_MB3_12VHSC_INPUT_PWR_W_1",
779 "pin_Scale": 500000,
780 "temp1_Name": "MEDUSA_MB3_12VHSC_TEMP_C",
781 "vin_Name": "MEDUSA_MB3_12VHSC_INPUT_VOLT_V",
782 "vout1_Name": "MEDUSA_MB3_12VHSC_OUTPUT_VOLT_V"
783 },
784 {
785 "Address": "0x40",
786 "Bus": 3,
787 "Labels": [
788 "temp1",
789 "vin",
790 "vout1",
791 "iout1",
792 "pin"
793 ],
794 "Name": "MEDUSA_MB4_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800795 "PowerState": "ChassisOn",
796 "SlotId": "4",
Ian Chiend5655e32024-08-20 18:15:51 +0800797 "Thresholds": [
798 {
799 "Direction": "greater than",
800 "Label": "iout1",
801 "Name": "upper non recoverable",
802 "Severity": 4,
803 "Value": 90
804 },
805 {
806 "Direction": "greater than",
807 "Label": "iout1",
808 "Name": "upper critical",
809 "Severity": 1,
810 "Value": 87.956
811 },
812 {
813 "Direction": "greater than",
814 "Label": "iout1",
815 "Name": "upper non critical",
816 "Severity": 0,
817 "Value": 83.958
818 },
819 {
820 "Direction": "greater than",
821 "Label": "pin",
822 "Name": "upper non recoverable",
823 "Severity": 4,
824 "Value": 1125
825 },
826 {
827 "Direction": "greater than",
828 "Label": "pin",
829 "Name": "upper critical",
830 "Severity": 1,
831 "Value": 1099.45
832 },
833 {
834 "Direction": "greater than",
835 "Label": "pin",
836 "Name": "upper non critical",
837 "Severity": 0,
838 "Value": 1049.475
839 },
840 {
841 "Direction": "greater than",
842 "Label": "temp1",
843 "Name": "upper critical",
844 "Severity": 1,
845 "Value": 100
846 },
847 {
848 "Direction": "greater than",
849 "Label": "vin",
850 "Name": "upper non recoverable",
851 "Severity": 4,
852 "Value": 14.333
853 },
854 {
855 "Direction": "greater than",
856 "Label": "vin",
857 "Name": "upper critical",
858 "Severity": 1,
859 "Value": 13.176
860 },
861 {
862 "Direction": "greater than",
863 "Label": "vin",
864 "Name": "upper non critical",
865 "Severity": 0,
866 "Value": 13.054
867 },
868 {
869 "Direction": "less than",
870 "Label": "vin",
871 "Name": "lower non critical",
872 "Severity": 0,
873 "Value": 11.346
874 },
875 {
876 "Direction": "less than",
877 "Label": "vin",
878 "Name": "lower critical",
879 "Severity": 1,
880 "Value": 11.224
881 },
882 {
883 "Direction": "less than",
884 "Label": "vin",
885 "Name": "lower non recoverable",
886 "Severity": 4,
887 "Value": 10.091
888 },
889 {
890 "Direction": "greater than",
891 "Label": "vout1",
892 "Name": "upper non recoverable",
893 "Severity": 4,
894 "Value": 14.333
895 },
896 {
897 "Direction": "greater than",
898 "Label": "vout1",
899 "Name": "upper critical",
900 "Severity": 1,
901 "Value": 13.176
902 },
903 {
904 "Direction": "greater than",
905 "Label": "vout1",
906 "Name": "upper non critical",
907 "Severity": 0,
908 "Value": 13.054
909 },
910 {
911 "Direction": "less than",
912 "Label": "vout1",
913 "Name": "lower non critical",
914 "Severity": 0,
915 "Value": 11.346
916 },
917 {
918 "Direction": "less than",
919 "Label": "vout1",
920 "Name": "lower critical",
921 "Severity": 1,
922 "Value": 11.224
923 },
924 {
925 "Direction": "less than",
926 "Label": "vout1",
927 "Name": "lower non recoverable",
928 "Severity": 4,
929 "Value": 10.091
930 }
931 ],
932 "Type": "ADM1281",
933 "iout1_Name": "MEDUSA_MB4_12VHSC_CURR_A_1",
934 "iout1_Scale": 500,
935 "pin_Name": "MEDUSA_MB4_12VHSC_INPUT_PWR_W_1",
936 "pin_Scale": 500000,
937 "temp1_Name": "MEDUSA_MB4_12VHSC_TEMP_C",
938 "vin_Name": "MEDUSA_MB4_12VHSC_INPUT_VOLT_V",
939 "vout1_Name": "MEDUSA_MB4_12VHSC_OUTPUT_VOLT_V"
940 },
941 {
942 "Address": "0x40",
943 "Bus": 4,
944 "Labels": [
945 "temp1",
946 "vin",
947 "vout1",
948 "iout1",
949 "pin"
950 ],
951 "Name": "MEDUSA_MB5_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +0800952 "PowerState": "ChassisOn",
953 "SlotId": "5",
Ian Chiend5655e32024-08-20 18:15:51 +0800954 "Thresholds": [
955 {
956 "Direction": "greater than",
957 "Label": "iout1",
958 "Name": "upper non recoverable",
959 "Severity": 4,
960 "Value": 90
961 },
962 {
963 "Direction": "greater than",
964 "Label": "iout1",
965 "Name": "upper critical",
966 "Severity": 1,
967 "Value": 87.956
968 },
969 {
970 "Direction": "greater than",
971 "Label": "iout1",
972 "Name": "upper non critical",
973 "Severity": 0,
974 "Value": 83.958
975 },
976 {
977 "Direction": "greater than",
978 "Label": "pin",
979 "Name": "upper non recoverable",
980 "Severity": 4,
981 "Value": 1125
982 },
983 {
984 "Direction": "greater than",
985 "Label": "pin",
986 "Name": "upper critical",
987 "Severity": 1,
988 "Value": 1099.45
989 },
990 {
991 "Direction": "greater than",
992 "Label": "pin",
993 "Name": "upper non critical",
994 "Severity": 0,
995 "Value": 1049.475
996 },
997 {
998 "Direction": "greater than",
999 "Label": "temp1",
1000 "Name": "upper critical",
1001 "Severity": 1,
1002 "Value": 100
1003 },
1004 {
1005 "Direction": "greater than",
1006 "Label": "vin",
1007 "Name": "upper non recoverable",
1008 "Severity": 4,
1009 "Value": 14.333
1010 },
1011 {
1012 "Direction": "greater than",
1013 "Label": "vin",
1014 "Name": "upper critical",
1015 "Severity": 1,
1016 "Value": 13.176
1017 },
1018 {
1019 "Direction": "greater than",
1020 "Label": "vin",
1021 "Name": "upper non critical",
1022 "Severity": 0,
1023 "Value": 13.054
1024 },
1025 {
1026 "Direction": "less than",
1027 "Label": "vin",
1028 "Name": "lower non critical",
1029 "Severity": 0,
1030 "Value": 11.346
1031 },
1032 {
1033 "Direction": "less than",
1034 "Label": "vin",
1035 "Name": "lower critical",
1036 "Severity": 1,
1037 "Value": 11.224
1038 },
1039 {
1040 "Direction": "less than",
1041 "Label": "vin",
1042 "Name": "lower non recoverable",
1043 "Severity": 4,
1044 "Value": 10.091
1045 },
1046 {
1047 "Direction": "greater than",
1048 "Label": "vout1",
1049 "Name": "upper non recoverable",
1050 "Severity": 4,
1051 "Value": 14.333
1052 },
1053 {
1054 "Direction": "greater than",
1055 "Label": "vout1",
1056 "Name": "upper critical",
1057 "Severity": 1,
1058 "Value": 13.176
1059 },
1060 {
1061 "Direction": "greater than",
1062 "Label": "vout1",
1063 "Name": "upper non critical",
1064 "Severity": 0,
1065 "Value": 13.054
1066 },
1067 {
1068 "Direction": "less than",
1069 "Label": "vout1",
1070 "Name": "lower non critical",
1071 "Severity": 0,
1072 "Value": 11.346
1073 },
1074 {
1075 "Direction": "less than",
1076 "Label": "vout1",
1077 "Name": "lower critical",
1078 "Severity": 1,
1079 "Value": 11.224
1080 },
1081 {
1082 "Direction": "less than",
1083 "Label": "vout1",
1084 "Name": "lower non recoverable",
1085 "Severity": 4,
1086 "Value": 10.091
1087 }
1088 ],
1089 "Type": "ADM1281",
1090 "iout1_Name": "MEDUSA_MB5_12VHSC_CURR_A_1",
1091 "iout1_Scale": 500,
1092 "pin_Name": "MEDUSA_MB5_12VHSC_INPUT_PWR_W_1",
1093 "pin_Scale": 500000,
1094 "temp1_Name": "MEDUSA_MB5_12VHSC_TEMP_C",
1095 "vin_Name": "MEDUSA_MB5_12VHSC_INPUT_VOLT_V",
1096 "vout1_Name": "MEDUSA_MB5_12VHSC_OUTPUT_VOLT_V"
1097 },
1098 {
1099 "Address": "0x40",
1100 "Bus": 5,
1101 "Labels": [
1102 "temp1",
1103 "vin",
1104 "vout1",
1105 "iout1",
1106 "pin"
1107 ],
1108 "Name": "MEDUSA_MB6_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001109 "PowerState": "ChassisOn",
1110 "SlotId": "6",
Ian Chiend5655e32024-08-20 18:15:51 +08001111 "Thresholds": [
1112 {
1113 "Direction": "greater than",
1114 "Label": "iout1",
1115 "Name": "upper non recoverable",
1116 "Severity": 4,
1117 "Value": 90
1118 },
1119 {
1120 "Direction": "greater than",
1121 "Label": "iout1",
1122 "Name": "upper critical",
1123 "Severity": 1,
1124 "Value": 87.956
1125 },
1126 {
1127 "Direction": "greater than",
1128 "Label": "iout1",
1129 "Name": "upper non critical",
1130 "Severity": 0,
1131 "Value": 83.958
1132 },
1133 {
1134 "Direction": "greater than",
1135 "Label": "pin",
1136 "Name": "upper non recoverable",
1137 "Severity": 4,
1138 "Value": 1125
1139 },
1140 {
1141 "Direction": "greater than",
1142 "Label": "pin",
1143 "Name": "upper critical",
1144 "Severity": 1,
1145 "Value": 1099.45
1146 },
1147 {
1148 "Direction": "greater than",
1149 "Label": "pin",
1150 "Name": "upper non critical",
1151 "Severity": 0,
1152 "Value": 1049.475
1153 },
1154 {
1155 "Direction": "greater than",
1156 "Label": "temp1",
1157 "Name": "upper critical",
1158 "Severity": 1,
1159 "Value": 100
1160 },
1161 {
1162 "Direction": "greater than",
1163 "Label": "vin",
1164 "Name": "upper non recoverable",
1165 "Severity": 4,
1166 "Value": 14.333
1167 },
1168 {
1169 "Direction": "greater than",
1170 "Label": "vin",
1171 "Name": "upper critical",
1172 "Severity": 1,
1173 "Value": 13.176
1174 },
1175 {
1176 "Direction": "greater than",
1177 "Label": "vin",
1178 "Name": "upper non critical",
1179 "Severity": 0,
1180 "Value": 13.054
1181 },
1182 {
1183 "Direction": "less than",
1184 "Label": "vin",
1185 "Name": "lower non critical",
1186 "Severity": 0,
1187 "Value": 11.346
1188 },
1189 {
1190 "Direction": "less than",
1191 "Label": "vin",
1192 "Name": "lower critical",
1193 "Severity": 1,
1194 "Value": 11.224
1195 },
1196 {
1197 "Direction": "less than",
1198 "Label": "vin",
1199 "Name": "lower non recoverable",
1200 "Severity": 4,
1201 "Value": 10.091
1202 },
1203 {
1204 "Direction": "greater than",
1205 "Label": "vout1",
1206 "Name": "upper non recoverable",
1207 "Severity": 4,
1208 "Value": 14.333
1209 },
1210 {
1211 "Direction": "greater than",
1212 "Label": "vout1",
1213 "Name": "upper critical",
1214 "Severity": 1,
1215 "Value": 13.176
1216 },
1217 {
1218 "Direction": "greater than",
1219 "Label": "vout1",
1220 "Name": "upper non critical",
1221 "Severity": 0,
1222 "Value": 13.054
1223 },
1224 {
1225 "Direction": "less than",
1226 "Label": "vout1",
1227 "Name": "lower non critical",
1228 "Severity": 0,
1229 "Value": 11.346
1230 },
1231 {
1232 "Direction": "less than",
1233 "Label": "vout1",
1234 "Name": "lower critical",
1235 "Severity": 1,
1236 "Value": 11.224
1237 },
1238 {
1239 "Direction": "less than",
1240 "Label": "vout1",
1241 "Name": "lower non recoverable",
1242 "Severity": 4,
1243 "Value": 10.091
1244 }
1245 ],
1246 "Type": "ADM1281",
1247 "iout1_Name": "MEDUSA_MB6_12VHSC_CURR_A_1",
1248 "iout1_Scale": 500,
1249 "pin_Name": "MEDUSA_MB6_12VHSC_INPUT_PWR_W_1",
1250 "pin_Scale": 500000,
1251 "temp1_Name": "MEDUSA_MB6_12VHSC_TEMP_C",
1252 "vin_Name": "MEDUSA_MB6_12VHSC_INPUT_VOLT_V",
1253 "vout1_Name": "MEDUSA_MB6_12VHSC_OUTPUT_VOLT_V"
1254 },
1255 {
1256 "Address": "0x40",
1257 "Bus": 6,
1258 "Labels": [
1259 "temp1",
1260 "vin",
1261 "vout1",
1262 "iout1",
1263 "pin"
1264 ],
1265 "Name": "MEDUSA_MB7_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001266 "PowerState": "ChassisOn",
1267 "SlotId": "7",
Ian Chiend5655e32024-08-20 18:15:51 +08001268 "Thresholds": [
1269 {
1270 "Direction": "greater than",
1271 "Label": "iout1",
1272 "Name": "upper non recoverable",
1273 "Severity": 4,
1274 "Value": 90
1275 },
1276 {
1277 "Direction": "greater than",
1278 "Label": "iout1",
1279 "Name": "upper critical",
1280 "Severity": 1,
1281 "Value": 87.956
1282 },
1283 {
1284 "Direction": "greater than",
1285 "Label": "iout1",
1286 "Name": "upper non critical",
1287 "Severity": 0,
1288 "Value": 83.958
1289 },
1290 {
1291 "Direction": "greater than",
1292 "Label": "pin",
1293 "Name": "upper non recoverable",
1294 "Severity": 4,
1295 "Value": 1125
1296 },
1297 {
1298 "Direction": "greater than",
1299 "Label": "pin",
1300 "Name": "upper critical",
1301 "Severity": 1,
1302 "Value": 1099.45
1303 },
1304 {
1305 "Direction": "greater than",
1306 "Label": "pin",
1307 "Name": "upper non critical",
1308 "Severity": 0,
1309 "Value": 1049.475
1310 },
1311 {
1312 "Direction": "greater than",
1313 "Label": "temp1",
1314 "Name": "upper critical",
1315 "Severity": 1,
1316 "Value": 100
1317 },
1318 {
1319 "Direction": "greater than",
1320 "Label": "vin",
1321 "Name": "upper non recoverable",
1322 "Severity": 4,
1323 "Value": 14.333
1324 },
1325 {
1326 "Direction": "greater than",
1327 "Label": "vin",
1328 "Name": "upper critical",
1329 "Severity": 1,
1330 "Value": 13.176
1331 },
1332 {
1333 "Direction": "greater than",
1334 "Label": "vin",
1335 "Name": "upper non critical",
1336 "Severity": 0,
1337 "Value": 13.054
1338 },
1339 {
1340 "Direction": "less than",
1341 "Label": "vin",
1342 "Name": "lower non critical",
1343 "Severity": 0,
1344 "Value": 11.346
1345 },
1346 {
1347 "Direction": "less than",
1348 "Label": "vin",
1349 "Name": "lower critical",
1350 "Severity": 1,
1351 "Value": 11.224
1352 },
1353 {
1354 "Direction": "less than",
1355 "Label": "vin",
1356 "Name": "lower non recoverable",
1357 "Severity": 4,
1358 "Value": 10.091
1359 },
1360 {
1361 "Direction": "greater than",
1362 "Label": "vout1",
1363 "Name": "upper non recoverable",
1364 "Severity": 4,
1365 "Value": 14.333
1366 },
1367 {
1368 "Direction": "greater than",
1369 "Label": "vout1",
1370 "Name": "upper critical",
1371 "Severity": 1,
1372 "Value": 13.176
1373 },
1374 {
1375 "Direction": "greater than",
1376 "Label": "vout1",
1377 "Name": "upper non critical",
1378 "Severity": 0,
1379 "Value": 13.054
1380 },
1381 {
1382 "Direction": "less than",
1383 "Label": "vout1",
1384 "Name": "lower non critical",
1385 "Severity": 0,
1386 "Value": 11.346
1387 },
1388 {
1389 "Direction": "less than",
1390 "Label": "vout1",
1391 "Name": "lower critical",
1392 "Severity": 1,
1393 "Value": 11.224
1394 },
1395 {
1396 "Direction": "less than",
1397 "Label": "vout1",
1398 "Name": "lower non recoverable",
1399 "Severity": 4,
1400 "Value": 10.091
1401 }
1402 ],
1403 "Type": "ADM1281",
1404 "iout1_Name": "MEDUSA_MB7_12VHSC_CURR_A_1",
1405 "iout1_Scale": 500,
1406 "pin_Name": "MEDUSA_MB7_12VHSC_INPUT_PWR_W_1",
1407 "pin_Scale": 500000,
1408 "temp1_Name": "MEDUSA_MB7_12VHSC_TEMP_C",
1409 "vin_Name": "MEDUSA_MB7_12VHSC_INPUT_VOLT_V",
1410 "vout1_Name": "MEDUSA_MB7_12VHSC_OUTPUT_VOLT_V"
1411 },
1412 {
1413 "Address": "0x40",
1414 "Bus": 7,
1415 "Labels": [
1416 "temp1",
1417 "vin",
1418 "vout1",
1419 "iout1",
1420 "pin"
1421 ],
1422 "Name": "MEDUSA_MB8_12VHSC",
Bright Cheng00503d02024-08-27 16:17:47 +08001423 "PowerState": "ChassisOn",
1424 "SlotId": "8",
Ian Chiend5655e32024-08-20 18:15:51 +08001425 "Thresholds": [
1426 {
1427 "Direction": "greater than",
1428 "Label": "iout1",
1429 "Name": "upper non recoverable",
1430 "Severity": 4,
1431 "Value": 90
1432 },
1433 {
1434 "Direction": "greater than",
1435 "Label": "iout1",
1436 "Name": "upper critical",
1437 "Severity": 1,
1438 "Value": 87.956
1439 },
1440 {
1441 "Direction": "greater than",
1442 "Label": "iout1",
1443 "Name": "upper non critical",
1444 "Severity": 0,
1445 "Value": 83.958
1446 },
1447 {
1448 "Direction": "greater than",
1449 "Label": "pin",
1450 "Name": "upper non recoverable",
1451 "Severity": 4,
1452 "Value": 1125
1453 },
1454 {
1455 "Direction": "greater than",
1456 "Label": "pin",
1457 "Name": "upper critical",
1458 "Severity": 1,
1459 "Value": 1099.45
1460 },
1461 {
1462 "Direction": "greater than",
1463 "Label": "pin",
1464 "Name": "upper non critical",
1465 "Severity": 0,
1466 "Value": 1049.475
1467 },
1468 {
1469 "Direction": "greater than",
1470 "Label": "temp1",
1471 "Name": "upper critical",
1472 "Severity": 1,
1473 "Value": 100
1474 },
1475 {
1476 "Direction": "greater than",
1477 "Label": "vin",
1478 "Name": "upper non recoverable",
1479 "Severity": 4,
1480 "Value": 14.333
1481 },
1482 {
1483 "Direction": "greater than",
1484 "Label": "vin",
1485 "Name": "upper critical",
1486 "Severity": 1,
1487 "Value": 13.176
1488 },
1489 {
1490 "Direction": "greater than",
1491 "Label": "vin",
1492 "Name": "upper non critical",
1493 "Severity": 0,
1494 "Value": 13.054
1495 },
1496 {
1497 "Direction": "less than",
1498 "Label": "vin",
1499 "Name": "lower non critical",
1500 "Severity": 0,
1501 "Value": 11.346
1502 },
1503 {
1504 "Direction": "less than",
1505 "Label": "vin",
1506 "Name": "lower critical",
1507 "Severity": 1,
1508 "Value": 11.224
1509 },
1510 {
1511 "Direction": "less than",
1512 "Label": "vin",
1513 "Name": "lower non recoverable",
1514 "Severity": 4,
1515 "Value": 10.091
1516 },
1517 {
1518 "Direction": "greater than",
1519 "Label": "vout1",
1520 "Name": "upper non recoverable",
1521 "Severity": 4,
1522 "Value": 14.333
1523 },
1524 {
1525 "Direction": "greater than",
1526 "Label": "vout1",
1527 "Name": "upper critical",
1528 "Severity": 1,
1529 "Value": 13.176
1530 },
1531 {
1532 "Direction": "greater than",
1533 "Label": "vout1",
1534 "Name": "upper non critical",
1535 "Severity": 0,
1536 "Value": 13.054
1537 },
1538 {
1539 "Direction": "less than",
1540 "Label": "vout1",
1541 "Name": "lower non critical",
1542 "Severity": 0,
1543 "Value": 11.346
1544 },
1545 {
1546 "Direction": "less than",
1547 "Label": "vout1",
1548 "Name": "lower critical",
1549 "Severity": 1,
1550 "Value": 11.224
1551 },
1552 {
1553 "Direction": "less than",
1554 "Label": "vout1",
1555 "Name": "lower non recoverable",
1556 "Severity": 4,
1557 "Value": 10.091
1558 }
1559 ],
1560 "Type": "ADM1281",
1561 "iout1_Name": "MEDUSA_MB8_12VHSC_CURR_A_1",
1562 "iout1_Scale": 500,
1563 "pin_Name": "MEDUSA_MB8_12VHSC_INPUT_PWR_W_1",
1564 "pin_Scale": 500000,
1565 "temp1_Name": "MEDUSA_MB8_12VHSC_TEMP_C",
1566 "vin_Name": "MEDUSA_MB8_12VHSC_INPUT_VOLT_V",
1567 "vout1_Name": "MEDUSA_MB8_12VHSC_OUTPUT_VOLT_V"
1568 },
1569 {
1570 "Address": "0x44",
1571 "Bus": 11,
1572 "Labels": [
1573 "in0"
1574 ],
1575 "Name": "MEDUSA_ADC_48V_SENSE",
1576 "Thresholds": [
1577 {
1578 "Direction": "greater than",
1579 "Label": "in0",
1580 "Name": "upper non recoverable",
1581 "Severity": 4,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001582 "Value": 0.29
Ian Chiend5655e32024-08-20 18:15:51 +08001583 },
1584 {
1585 "Direction": "greater than",
1586 "Label": "in0",
1587 "Name": "upper critical",
1588 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001589 "Value": 0.253
Ian Chiend5655e32024-08-20 18:15:51 +08001590 },
1591 {
1592 "Direction": "greater than",
1593 "Label": "in0",
1594 "Name": "upper non critical",
1595 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001596 "Value": 0.242
Ian Chiend5655e32024-08-20 18:15:51 +08001597 }
1598 ],
1599 "Type": "INA238",
1600 "in1_Name": "MEDUSA_ADC_48V_SENSE_VOLT_V"
1601 },
1602 {
1603 "Address": "0x40",
1604 "Bus": 11,
1605 "Labels": [
1606 "temp1",
1607 "vin",
1608 "vout1",
1609 "iout1",
1610 "pin"
1611 ],
1612 "Name": "MEDUSA_12VEFFUSE",
1613 "Thresholds": [
1614 {
1615 "Direction": "greater than",
1616 "Label": "pin",
1617 "Name": "upper non recoverable",
1618 "Severity": 4,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001619 "Value": 286.6
Ian Chiend5655e32024-08-20 18:15:51 +08001620 },
1621 {
1622 "Direction": "greater than",
1623 "Label": "pin",
1624 "Name": "upper critical",
1625 "Severity": 1,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001626 "Value": 211.75
Ian Chiend5655e32024-08-20 18:15:51 +08001627 },
1628 {
1629 "Direction": "greater than",
1630 "Label": "pin",
1631 "Name": "upper non critical",
1632 "Severity": 0,
Ricky CX Wu54f40382024-09-11 11:19:12 +08001633 "Value": 202.125
Ian Chiend5655e32024-08-20 18:15:51 +08001634 },
1635 {
1636 "Direction": "greater than",
1637 "Label": "vin",
1638 "Name": "upper non recoverable",
1639 "Severity": 4,
1640 "Value": 14.333
1641 },
1642 {
1643 "Direction": "greater than",
1644 "Label": "vin",
1645 "Name": "upper critical",
1646 "Severity": 1,
1647 "Value": 13.176
1648 },
1649 {
1650 "Direction": "greater than",
1651 "Label": "vin",
1652 "Name": "upper non critical",
1653 "Severity": 0,
1654 "Value": 13.054
1655 },
1656 {
1657 "Direction": "less than",
1658 "Label": "vin",
1659 "Name": "lower non critical",
1660 "Severity": 0,
1661 "Value": 11.346
1662 },
1663 {
1664 "Direction": "less than",
1665 "Label": "vin",
1666 "Name": "lower critical",
1667 "Severity": 1,
1668 "Value": 11.224
1669 },
1670 {
1671 "Direction": "less than",
1672 "Label": "vin",
1673 "Name": "lower non recoverable",
1674 "Severity": 4,
1675 "Value": 10.091
1676 },
1677 {
1678 "Direction": "greater than",
1679 "Label": "vout1",
1680 "Name": "upper non recoverable",
1681 "Severity": 4,
1682 "Value": 14.333
1683 },
1684 {
1685 "Direction": "greater than",
1686 "Label": "vout1",
1687 "Name": "upper critical",
1688 "Severity": 1,
1689 "Value": 13.176
1690 },
1691 {
1692 "Direction": "greater than",
1693 "Label": "vout1",
1694 "Name": "upper non critical",
1695 "Severity": 0,
1696 "Value": 13.054
1697 },
1698 {
1699 "Direction": "less than",
1700 "Label": "vout1",
1701 "Name": "lower non critical",
1702 "Severity": 0,
1703 "Value": 11.346
1704 },
1705 {
1706 "Direction": "less than",
1707 "Label": "vout1",
1708 "Name": "lower critical",
1709 "Severity": 1,
1710 "Value": 11.224
1711 },
1712 {
1713 "Direction": "less than",
1714 "Label": "vout1",
1715 "Name": "lower non recoverable",
1716 "Severity": 4,
1717 "Value": 10.091
1718 },
1719 {
1720 "Direction": "greater than",
1721 "Label": "iout1",
1722 "Name": "upper non recoverable",
1723 "Severity": 4,
1724 "Value": 20
1725 },
1726 {
1727 "Direction": "greater than",
1728 "Label": "iout1",
1729 "Name": "upper critical",
1730 "Severity": 1,
1731 "Value": 16.94
1732 },
1733 {
1734 "Direction": "greater than",
1735 "Label": "iout1",
1736 "Name": "upper non critical",
1737 "Severity": 0,
1738 "Value": 16.17
1739 },
1740 {
1741 "Direction": "greater than",
1742 "Label": "temp1",
1743 "Name": "upper critical",
1744 "Severity": 1,
1745 "Value": 115
1746 }
1747 ],
1748 "Type": "MP5023",
1749 "iout1_Name": "MEDUSA_12VEFFUSE_CURR_A",
1750 "pin_Name": "MEDUSA_12VEFFUSE_INPUT_PWR_W",
1751 "temp1_Name": "MEDUSA_12VEFFUSE_TEMP_C",
1752 "vin_Name": "MEDUSA_12VEFFUSE_INPUT_VOLT_V",
1753 "vout1_Name": "MEDUSA_12VEFFUSE_OUTPUT_VOLT_V"
1754 },
1755 {
1756 "CheckHysteresisWithSetpoint": true,
1757 "Class": "temp",
1758 "DCoefficient": 0.0,
1759 "FFGainCoefficient": 0.0,
1760 "FFOffCoefficient": 0.0,
1761 "ICoefficient": -0.02,
1762 "ILimitMax": 100,
1763 "ILimitMin": -50,
1764 "Inputs": [
1765 "MEDUSA_12VDELTA0_TEMP_C",
1766 "MEDUSA_12VDELTA1_TEMP_C",
1767 "MEDUSA_12VDELTA2_TEMP_C",
1768 "MEDUSA_12VDELTA3_TEMP_C"
1769 ],
1770 "Name": "PID_MEDUSA_12VDELTA",
1771 "NegativeHysteresis": 3.0,
1772 "OutLimitMax": 100,
1773 "OutLimitMin": 0,
1774 "PCoefficient": -3.0,
1775 "PositiveHysteresis": 0.0,
1776 "SetPoint": 90.0,
1777 "SlewNeg": 0.0,
1778 "SlewPos": 0.0,
1779 "Type": "Pid",
1780 "Zones": [
1781 "Zone 1"
1782 ]
1783 },
1784 {
1785 "Address": "0x41",
1786 "Bus": 11,
1787 "Labels": [
1788 "in_voltage1"
1789 ],
1790 "Name": "MEDUSA_ADC_GND_SENSE",
1791 "Type": "RTQ6056",
1792 "vout1_Name": "MEDUSA_ADC_GND_SENSE_VOLT_V"
1793 },
1794 {
1795 "Class": "temp",
1796 "Inputs": [
1797 "MEDUSA_48VHSC0_TEMP_C",
1798 "MEDUSA_48VHSC1_TEMP_C",
Ricky CX Wud3f58402024-09-13 17:13:42 +08001799 "MEDUSA_TEMP0_C",
1800 "MEDUSA_TEMP1_C"
1801 ],
1802 "Name": "Stepwise_MEDUSA_Non_Critical_Sensors",
1803 "NegativeHysteresis": 0,
1804 "Output": [
1805 20.0
1806 ],
1807 "PositiveHysteresis": 0,
1808 "Reading": [
1809 20.0
1810 ],
1811 "Type": "Stepwise",
1812 "Zones": [
1813 "Zone 1"
1814 ]
1815 },
1816 {
1817 "Class": "temp",
1818 "InputUnavailableAsFailed": false,
1819 "Inputs": [
Ian Chiend5655e32024-08-20 18:15:51 +08001820 "MEDUSA_MB1_12VHSC_TEMP_C",
1821 "MEDUSA_MB2_12VHSC_TEMP_C",
1822 "MEDUSA_MB3_12VHSC_TEMP_C",
1823 "MEDUSA_MB4_12VHSC_TEMP_C",
1824 "MEDUSA_MB5_12VHSC_TEMP_C",
1825 "MEDUSA_MB6_12VHSC_TEMP_C",
1826 "MEDUSA_MB7_12VHSC_TEMP_C",
Ricky CX Wud3f58402024-09-13 17:13:42 +08001827 "MEDUSA_MB8_12VHSC_TEMP_C"
Ian Chiend5655e32024-08-20 18:15:51 +08001828 ],
Ricky CX Wud3f58402024-09-13 17:13:42 +08001829 "Name": "Stepwise_MEDUSA_MB_12VHSC",
Ian Chiend5655e32024-08-20 18:15:51 +08001830 "NegativeHysteresis": 0,
1831 "Output": [
1832 20.0
1833 ],
1834 "PositiveHysteresis": 0,
1835 "Reading": [
1836 20.0
1837 ],
1838 "Type": "Stepwise",
1839 "Zones": [
1840 "Zone 1"
1841 ]
1842 },
1843 {
1844 "Class": "temp",
1845 "Inputs": [
1846 "MEDUSA_12VDELTA0_TEMP_C",
1847 "MEDUSA_12VDELTA1_TEMP_C",
1848 "MEDUSA_12VDELTA2_TEMP_C",
1849 "MEDUSA_12VDELTA3_TEMP_C"
1850 ],
1851 "Name": "Stepwise_MEDUSA_12VDELTA",
1852 "NegativeHysteresis": 3,
1853 "Output": [
1854 20.0,
1855 22.0,
1856 24.0,
1857 26.0,
1858 28.0,
1859 30.0
1860 ],
1861 "PositiveHysteresis": 0,
1862 "Reading": [
1863 80.0,
1864 81.0,
1865 82.0,
1866 83.0,
1867 84.0,
1868 85.0
1869 ],
1870 "Type": "Stepwise",
1871 "Zones": [
1872 "Zone 1"
1873 ]
1874 },
1875 {
1876 "Address": "0x48",
1877 "Bus": 11,
1878 "Name": "MEDUSA_TEMP0_C",
1879 "Thresholds": [
1880 {
1881 "Direction": "greater than",
1882 "Name": "upper critical",
1883 "Severity": 1,
1884 "Value": 80
1885 }
1886 ],
1887 "Type": "TMP75"
1888 },
1889 {
1890 "Address": "0x49",
1891 "Bus": 11,
1892 "Name": "MEDUSA_TEMP1_C",
1893 "Thresholds": [
1894 {
1895 "Direction": "greater than",
1896 "Name": "upper critical",
1897 "Severity": 1,
1898 "Value": 80
1899 }
1900 ],
1901 "Type": "TMP75"
1902 },
1903 {
1904 "Address": "0x62",
1905 "Bus": 11,
1906 "Labels": [
1907 "temp1",
1908 "vin",
1909 "vout1",
1910 "iout1"
1911 ],
1912 "Name": "MEDUSA_12VDELTA0",
1913 "Thresholds": [
1914 {
1915 "Direction": "greater than",
1916 "Label": "vin",
1917 "Name": "upper non recoverable",
1918 "Severity": 4,
1919 "Value": 60
1920 },
1921 {
1922 "Direction": "greater than",
1923 "Label": "vin",
1924 "Name": "upper critical",
1925 "Severity": 1,
1926 "Value": 53.28
1927 },
1928 {
1929 "Direction": "greater than",
1930 "Label": "vin",
1931 "Name": "upper non critical",
1932 "Severity": 0,
1933 "Value": 52.8
1934 },
1935 {
1936 "Direction": "less than",
1937 "Label": "vin",
1938 "Name": "lower non critical",
1939 "Severity": 0,
1940 "Value": 43.2
1941 },
1942 {
1943 "Direction": "less than",
1944 "Label": "vin",
1945 "Name": "lower critical",
1946 "Severity": 1,
1947 "Value": 42.72
1948 },
1949 {
1950 "Direction": "less than",
1951 "Label": "vin",
1952 "Name": "lower non recoverable",
1953 "Severity": 4,
1954 "Value": 40
1955 },
1956 {
1957 "Direction": "greater than",
1958 "Label": "vout1",
1959 "Name": "upper non recoverable",
1960 "Severity": 4,
1961 "Value": 15
1962 },
1963 {
1964 "Direction": "greater than",
1965 "Label": "vout1",
1966 "Name": "upper critical",
1967 "Severity": 1,
1968 "Value": 13.054
1969 },
1970 {
1971 "Direction": "greater than",
1972 "Label": "vout1",
1973 "Name": "upper non critical",
1974 "Severity": 0,
1975 "Value": 12.932
1976 },
1977 {
1978 "Direction": "less than",
1979 "Label": "vout1",
1980 "Name": "lower non critical",
1981 "Severity": 0,
1982 "Value": 11.468
1983 },
1984 {
1985 "Direction": "less than",
1986 "Label": "vout1",
1987 "Name": "lower critical",
1988 "Severity": 1,
1989 "Value": 11.346
1990 },
1991 {
1992 "Direction": "less than",
1993 "Label": "vout1",
1994 "Name": "lower non recoverable",
1995 "Severity": 4,
1996 "Value": 10.091
1997 },
1998 {
1999 "Direction": "greater than",
2000 "Label": "iout1",
2001 "Name": "upper non recoverable",
2002 "Severity": 4,
2003 "Value": 130
2004 },
2005 {
2006 "Direction": "greater than",
2007 "Label": "iout1",
2008 "Name": "upper critical",
2009 "Severity": 1,
2010 "Value": 116.919
2011 },
2012 {
2013 "Direction": "greater than",
2014 "Label": "iout1",
2015 "Name": "upper non critical",
2016 "Severity": 0,
2017 "Value": 111.6045
2018 },
2019 {
2020 "Direction": "greater than",
2021 "Label": "temp1",
2022 "Name": "upper critical",
2023 "Severity": 1,
2024 "Value": 100
2025 }
2026 ],
2027 "Type": "pmbus",
2028 "iout1_Name": "MEDUSA_12VDELTA0_CURR_A",
2029 "temp1_Name": "MEDUSA_12VDELTA0_TEMP_C",
2030 "vin_Name": "MEDUSA_12VDELTA0_INPUT_VOLT_V",
2031 "vout1_Name": "MEDUSA_12VDELTA0_OUTPUT_VOLT_V"
2032 },
2033 {
2034 "Address": "0x64",
2035 "Bus": 11,
2036 "Labels": [
2037 "temp1",
2038 "vin",
2039 "vout1",
2040 "iout1"
2041 ],
2042 "Name": "MEDUSA_12VDELTA1",
2043 "Thresholds": [
2044 {
2045 "Direction": "greater than",
2046 "Label": "vin",
2047 "Name": "upper non recoverable",
2048 "Severity": 4,
2049 "Value": 60
2050 },
2051 {
2052 "Direction": "greater than",
2053 "Label": "vin",
2054 "Name": "upper critical",
2055 "Severity": 1,
2056 "Value": 53.28
2057 },
2058 {
2059 "Direction": "greater than",
2060 "Label": "vin",
2061 "Name": "upper non critical",
2062 "Severity": 0,
2063 "Value": 52.8
2064 },
2065 {
2066 "Direction": "less than",
2067 "Label": "vin",
2068 "Name": "lower non critical",
2069 "Severity": 0,
2070 "Value": 43.2
2071 },
2072 {
2073 "Direction": "less than",
2074 "Label": "vin",
2075 "Name": "lower critical",
2076 "Severity": 1,
2077 "Value": 42.72
2078 },
2079 {
2080 "Direction": "less than",
2081 "Label": "vin",
2082 "Name": "lower non recoverable",
2083 "Severity": 4,
2084 "Value": 40
2085 },
2086 {
2087 "Direction": "greater than",
2088 "Label": "vout1",
2089 "Name": "upper non recoverable",
2090 "Severity": 4,
2091 "Value": 15
2092 },
2093 {
2094 "Direction": "greater than",
2095 "Label": "vout1",
2096 "Name": "upper critical",
2097 "Severity": 1,
2098 "Value": 13.054
2099 },
2100 {
2101 "Direction": "greater than",
2102 "Label": "vout1",
2103 "Name": "upper non critical",
2104 "Severity": 0,
2105 "Value": 12.932
2106 },
2107 {
2108 "Direction": "less than",
2109 "Label": "vout1",
2110 "Name": "lower non critical",
2111 "Severity": 0,
2112 "Value": 11.468
2113 },
2114 {
2115 "Direction": "less than",
2116 "Label": "vout1",
2117 "Name": "lower critical",
2118 "Severity": 1,
2119 "Value": 11.346
2120 },
2121 {
2122 "Direction": "less than",
2123 "Label": "vout1",
2124 "Name": "lower non recoverable",
2125 "Severity": 4,
2126 "Value": 10.091
2127 },
2128 {
2129 "Direction": "greater than",
2130 "Label": "iout1",
2131 "Name": "upper non recoverable",
2132 "Severity": 4,
2133 "Value": 130
2134 },
2135 {
2136 "Direction": "greater than",
2137 "Label": "iout1",
2138 "Name": "upper critical",
2139 "Severity": 1,
2140 "Value": 116.919
2141 },
2142 {
2143 "Direction": "greater than",
2144 "Label": "iout1",
2145 "Name": "upper non critical",
2146 "Severity": 0,
2147 "Value": 111.6045
2148 },
2149 {
2150 "Direction": "greater than",
2151 "Label": "temp1",
2152 "Name": "upper critical",
2153 "Severity": 1,
2154 "Value": 100
2155 }
2156 ],
2157 "Type": "pmbus",
2158 "iout1_Name": "MEDUSA_12VDELTA1_CURR_A",
2159 "temp1_Name": "MEDUSA_12VDELTA1_TEMP_C",
2160 "vin_Name": "MEDUSA_12VDELTA1_INPUT_VOLT_V",
2161 "vout1_Name": "MEDUSA_12VDELTA1_OUTPUT_VOLT_V"
2162 },
2163 {
2164 "Address": "0x65",
2165 "Bus": 11,
2166 "Labels": [
2167 "temp1",
2168 "vin",
2169 "vout1",
2170 "iout1"
2171 ],
2172 "Name": "MEDUSA_12VDELTA2",
2173 "Thresholds": [
2174 {
2175 "Direction": "greater than",
2176 "Label": "vin",
2177 "Name": "upper non recoverable",
2178 "Severity": 4,
2179 "Value": 60
2180 },
2181 {
2182 "Direction": "greater than",
2183 "Label": "vin",
2184 "Name": "upper critical",
2185 "Severity": 1,
2186 "Value": 53.28
2187 },
2188 {
2189 "Direction": "greater than",
2190 "Label": "vin",
2191 "Name": "upper non critical",
2192 "Severity": 0,
2193 "Value": 52.8
2194 },
2195 {
2196 "Direction": "less than",
2197 "Label": "vin",
2198 "Name": "lower non critical",
2199 "Severity": 0,
2200 "Value": 43.2
2201 },
2202 {
2203 "Direction": "less than",
2204 "Label": "vin",
2205 "Name": "lower critical",
2206 "Severity": 1,
2207 "Value": 42.72
2208 },
2209 {
2210 "Direction": "less than",
2211 "Label": "vin",
2212 "Name": "lower non recoverable",
2213 "Severity": 4,
2214 "Value": 40
2215 },
2216 {
2217 "Direction": "greater than",
2218 "Label": "vout1",
2219 "Name": "upper non recoverable",
2220 "Severity": 4,
2221 "Value": 15
2222 },
2223 {
2224 "Direction": "greater than",
2225 "Label": "vout1",
2226 "Name": "upper critical",
2227 "Severity": 1,
2228 "Value": 13.054
2229 },
2230 {
2231 "Direction": "greater than",
2232 "Label": "vout1",
2233 "Name": "upper non critical",
2234 "Severity": 0,
2235 "Value": 12.932
2236 },
2237 {
2238 "Direction": "less than",
2239 "Label": "vout1",
2240 "Name": "lower non critical",
2241 "Severity": 0,
2242 "Value": 11.468
2243 },
2244 {
2245 "Direction": "less than",
2246 "Label": "vout1",
2247 "Name": "lower critical",
2248 "Severity": 1,
2249 "Value": 11.346
2250 },
2251 {
2252 "Direction": "less than",
2253 "Label": "vout1",
2254 "Name": "lower non recoverable",
2255 "Severity": 4,
2256 "Value": 10.091
2257 },
2258 {
2259 "Direction": "greater than",
2260 "Label": "iout1",
2261 "Name": "upper non recoverable",
2262 "Severity": 4,
2263 "Value": 130
2264 },
2265 {
2266 "Direction": "greater than",
2267 "Label": "iout1",
2268 "Name": "upper critical",
2269 "Severity": 1,
2270 "Value": 116.919
2271 },
2272 {
2273 "Direction": "greater than",
2274 "Label": "iout1",
2275 "Name": "upper non critical",
2276 "Severity": 0,
2277 "Value": 111.6045
2278 },
2279 {
2280 "Direction": "greater than",
2281 "Label": "temp1",
2282 "Name": "upper critical",
2283 "Severity": 1,
2284 "Value": 100
2285 }
2286 ],
2287 "Type": "pmbus",
2288 "iout1_Name": "MEDUSA_12VDELTA2_CURR_A",
2289 "temp1_Name": "MEDUSA_12VDELTA2_TEMP_C",
2290 "vin_Name": "MEDUSA_12VDELTA2_INPUT_VOLT_V",
2291 "vout1_Name": "MEDUSA_12VDELTA2_OUTPUT_VOLT_V"
2292 },
2293 {
2294 "Address": "0x68",
2295 "Bus": 11,
2296 "Labels": [
2297 "temp1",
2298 "vin",
2299 "vout1",
2300 "iout1"
2301 ],
2302 "Name": "MEDUSA_12VDELTA3",
2303 "Thresholds": [
2304 {
2305 "Direction": "greater than",
2306 "Label": "vin",
2307 "Name": "upper non recoverable",
2308 "Severity": 4,
2309 "Value": 60
2310 },
2311 {
2312 "Direction": "greater than",
2313 "Label": "vin",
2314 "Name": "upper critical",
2315 "Severity": 1,
2316 "Value": 53.28
2317 },
2318 {
2319 "Direction": "greater than",
2320 "Label": "vin",
2321 "Name": "upper non critical",
2322 "Severity": 0,
2323 "Value": 52.8
2324 },
2325 {
2326 "Direction": "less than",
2327 "Label": "vin",
2328 "Name": "lower non critical",
2329 "Severity": 0,
2330 "Value": 43.2
2331 },
2332 {
2333 "Direction": "less than",
2334 "Label": "vin",
2335 "Name": "lower critical",
2336 "Severity": 1,
2337 "Value": 42.72
2338 },
2339 {
2340 "Direction": "less than",
2341 "Label": "vin",
2342 "Name": "lower non recoverable",
2343 "Severity": 4,
2344 "Value": 40
2345 },
2346 {
2347 "Direction": "greater than",
2348 "Label": "vout1",
2349 "Name": "upper non recoverable",
2350 "Severity": 4,
2351 "Value": 15
2352 },
2353 {
2354 "Direction": "greater than",
2355 "Label": "vout1",
2356 "Name": "upper critical",
2357 "Severity": 1,
2358 "Value": 13.054
2359 },
2360 {
2361 "Direction": "greater than",
2362 "Label": "vout1",
2363 "Name": "upper non critical",
2364 "Severity": 0,
2365 "Value": 12.932
2366 },
2367 {
2368 "Direction": "less than",
2369 "Label": "vout1",
2370 "Name": "lower non critical",
2371 "Severity": 0,
2372 "Value": 11.468
2373 },
2374 {
2375 "Direction": "less than",
2376 "Label": "vout1",
2377 "Name": "lower critical",
2378 "Severity": 1,
2379 "Value": 11.346
2380 },
2381 {
2382 "Direction": "less than",
2383 "Label": "vout1",
2384 "Name": "lower non recoverable",
2385 "Severity": 4,
2386 "Value": 10.091
2387 },
2388 {
2389 "Direction": "greater than",
2390 "Label": "iout1",
2391 "Name": "upper non recoverable",
2392 "Severity": 4,
2393 "Value": 130
2394 },
2395 {
2396 "Direction": "greater than",
2397 "Label": "iout1",
2398 "Name": "upper critical",
2399 "Severity": 1,
2400 "Value": 116.919
2401 },
2402 {
2403 "Direction": "greater than",
2404 "Label": "iout1",
2405 "Name": "upper non critical",
2406 "Severity": 0,
2407 "Value": 111.6045
2408 },
2409 {
2410 "Direction": "greater than",
2411 "Label": "temp1",
2412 "Name": "upper critical",
2413 "Severity": 1,
2414 "Value": 100
2415 }
2416 ],
2417 "Type": "pmbus",
2418 "iout1_Name": "MEDUSA_12VDELTA3_CURR_A",
2419 "temp1_Name": "MEDUSA_12VDELTA3_TEMP_C",
2420 "vin_Name": "MEDUSA_12VDELTA3_INPUT_VOLT_V",
2421 "vout1_Name": "MEDUSA_12VDELTA3_OUTPUT_VOLT_V"
2422 }
2423 ],
2424 "Name": "Yosemite 4 Medusa Board",
2425 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Medusa Board ADC-RNS 12VHSC-ADI 48VHSC-ADI', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
2426 "Type": "Board",
2427 "xyz.openbmc_project.Inventory.Decorator.Asset": {
2428 "BuildDate": "$BOARD_MANUFACTURE_DATE",
2429 "Manufacturer": "$BOARD_MANUFACTURER",
2430 "Model": "$BOARD_PRODUCT_NAME",
2431 "PartNumber": "$BOARD_PART_NUMBER",
2432 "SerialNumber": "$BOARD_SERIAL_NUMBER",
2433 "SparePartNumber": "$BOARD_INFO_AM1"
2434 },
2435 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
2436 "AssetTag": "$PRODUCT_ASSET_TAG"
2437 },
2438 "xyz.openbmc_project.Inventory.Decorator.Revision": {
2439 "Version": "$PRODUCT_VERSION"
2440 }
2441}