12e61474dSPatrick Rudolph[
22e61474dSPatrick Rudolph    {
32e61474dSPatrick Rudolph        "Exposes": [
42e61474dSPatrick Rudolph            {
52e61474dSPatrick Rudolph                "Address": "0x3a",
62e61474dSPatrick Rudolph                "Bus": "132",
72e61474dSPatrick Rudolph                "Labels": [
82e61474dSPatrick Rudolph                    "in0",
92e61474dSPatrick Rudolph                    "in1",
102e61474dSPatrick Rudolph                    "curr1",
112e61474dSPatrick Rudolph                    "curr2"
122e61474dSPatrick Rudolph                ],
132e61474dSPatrick Rudolph                "Name": "SSB_RSSD03",
142e61474dSPatrick Rudolph                "PollRate": 5.0,
152e61474dSPatrick Rudolph                "PowerState": "On",
162e61474dSPatrick Rudolph                "Thresholds": [
172e61474dSPatrick Rudolph                    {
182e61474dSPatrick Rudolph                        "Direction": "greater than",
19*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
202e61474dSPatrick Rudolph                        "Label": "curr1",
212e61474dSPatrick Rudolph                        "Name": "upper non critical",
222e61474dSPatrick Rudolph                        "Severity": 0,
232e61474dSPatrick Rudolph                        "Value": 3.0
242e61474dSPatrick Rudolph                    },
252e61474dSPatrick Rudolph                    {
262e61474dSPatrick Rudolph                        "Direction": "greater than",
27*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
282e61474dSPatrick Rudolph                        "Label": "curr1",
292e61474dSPatrick Rudolph                        "Name": "upper critical",
302e61474dSPatrick Rudolph                        "Severity": 1,
312e61474dSPatrick Rudolph                        "Value": 4.0
322e61474dSPatrick Rudolph                    },
332e61474dSPatrick Rudolph                    {
342e61474dSPatrick Rudolph                        "Direction": "greater than",
35*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
362e61474dSPatrick Rudolph                        "Label": "curr2",
372e61474dSPatrick Rudolph                        "Name": "upper non critical",
382e61474dSPatrick Rudolph                        "Severity": 0,
392e61474dSPatrick Rudolph                        "Value": 0.1
402e61474dSPatrick Rudolph                    },
412e61474dSPatrick Rudolph                    {
422e61474dSPatrick Rudolph                        "Direction": "greater than",
43*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
442e61474dSPatrick Rudolph                        "Label": "curr2",
452e61474dSPatrick Rudolph                        "Name": "upper critical",
462e61474dSPatrick Rudolph                        "Severity": 1,
472e61474dSPatrick Rudolph                        "Value": 0.15
482e61474dSPatrick Rudolph                    },
492e61474dSPatrick Rudolph                    {
502e61474dSPatrick Rudolph                        "Direction": "less than",
51*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
522e61474dSPatrick Rudolph                        "Label": "in0",
532e61474dSPatrick Rudolph                        "Name": "lower non critical",
542e61474dSPatrick Rudolph                        "Severity": 0,
552e61474dSPatrick Rudolph                        "Value": 11.68
562e61474dSPatrick Rudolph                    },
572e61474dSPatrick Rudolph                    {
582e61474dSPatrick Rudolph                        "Direction": "greater than",
59*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
602e61474dSPatrick Rudolph                        "Label": "in0",
612e61474dSPatrick Rudolph                        "Name": "upper non critical",
622e61474dSPatrick Rudolph                        "Severity": 0,
632e61474dSPatrick Rudolph                        "Value": 12.8
642e61474dSPatrick Rudolph                    },
652e61474dSPatrick Rudolph                    {
662e61474dSPatrick Rudolph                        "Direction": "less than",
67*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
682e61474dSPatrick Rudolph                        "Label": "in0",
692e61474dSPatrick Rudolph                        "Name": "lower critical",
702e61474dSPatrick Rudolph                        "Severity": 1,
712e61474dSPatrick Rudolph                        "Value": 11.08
722e61474dSPatrick Rudolph                    },
732e61474dSPatrick Rudolph                    {
742e61474dSPatrick Rudolph                        "Direction": "greater than",
75*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
762e61474dSPatrick Rudolph                        "Label": "in0",
772e61474dSPatrick Rudolph                        "Name": "upper critical",
782e61474dSPatrick Rudolph                        "Severity": 1,
792e61474dSPatrick Rudolph                        "Value": 13.3
802e61474dSPatrick Rudolph                    },
812e61474dSPatrick Rudolph                    {
822e61474dSPatrick Rudolph                        "Direction": "less than",
83*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
842e61474dSPatrick Rudolph                        "Label": "in1",
852e61474dSPatrick Rudolph                        "Name": "lower non critical",
862e61474dSPatrick Rudolph                        "Severity": 0,
872e61474dSPatrick Rudolph                        "Value": 3.14
882e61474dSPatrick Rudolph                    },
892e61474dSPatrick Rudolph                    {
902e61474dSPatrick Rudolph                        "Direction": "greater than",
91*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
922e61474dSPatrick Rudolph                        "Label": "in1",
932e61474dSPatrick Rudolph                        "Name": "upper non critical",
942e61474dSPatrick Rudolph                        "Severity": 0,
952e61474dSPatrick Rudolph                        "Value": 3.47
962e61474dSPatrick Rudolph                    },
972e61474dSPatrick Rudolph                    {
982e61474dSPatrick Rudolph                        "Direction": "less than",
99*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
1002e61474dSPatrick Rudolph                        "Label": "in1",
1012e61474dSPatrick Rudolph                        "Name": "lower critical",
1022e61474dSPatrick Rudolph                        "Severity": 1,
1032e61474dSPatrick Rudolph                        "Value": 2.97
1042e61474dSPatrick Rudolph                    },
1052e61474dSPatrick Rudolph                    {
1062e61474dSPatrick Rudolph                        "Direction": "greater than",
107*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
1082e61474dSPatrick Rudolph                        "Label": "in1",
1092e61474dSPatrick Rudolph                        "Name": "upper critical",
1102e61474dSPatrick Rudolph                        "Severity": 1,
1112e61474dSPatrick Rudolph                        "Value": 3.63
1122e61474dSPatrick Rudolph                    }
1132e61474dSPatrick Rudolph                ],
1142e61474dSPatrick Rudolph                "Type": "MAX5970",
1152e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD03 P12V Output Current",
1162e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD03 P3V3 Output Current",
1172e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD03 P12V Output Voltage",
1182e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD03 P3V3 Output Voltage"
1192e61474dSPatrick Rudolph            }
1202e61474dSPatrick Rudolph        ],
1212e61474dSPatrick Rudolph        "Name": "RSSD03",
1222e61474dSPatrick Rudolph        "Probe": [
1232e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
1242e61474dSPatrick Rudolph            "AND",
1252e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD03', 'Present': true})",
1262e61474dSPatrick Rudolph            "MATCH_ONE"
1272e61474dSPatrick Rudolph        ],
1282e61474dSPatrick Rudolph        "Type": "Chassis"
1292e61474dSPatrick Rudolph    },
1302e61474dSPatrick Rudolph    {
1312e61474dSPatrick Rudolph        "Exposes": [
1322e61474dSPatrick Rudolph            {
1332e61474dSPatrick Rudolph                "Address": "0x3a",
1342e61474dSPatrick Rudolph                "Bus": "133",
1352e61474dSPatrick Rudolph                "Labels": [
1362e61474dSPatrick Rudolph                    "in0",
1372e61474dSPatrick Rudolph                    "in1",
1382e61474dSPatrick Rudolph                    "curr1",
1392e61474dSPatrick Rudolph                    "curr2"
1402e61474dSPatrick Rudolph                ],
1412e61474dSPatrick Rudolph                "Name": "SSB_RSSD02",
1422e61474dSPatrick Rudolph                "PollRate": 5.0,
1432e61474dSPatrick Rudolph                "PowerState": "On",
1442e61474dSPatrick Rudolph                "Thresholds": [
1452e61474dSPatrick Rudolph                    {
1462e61474dSPatrick Rudolph                        "Direction": "greater than",
147*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
1482e61474dSPatrick Rudolph                        "Label": "curr1",
1492e61474dSPatrick Rudolph                        "Name": "upper non critical",
1502e61474dSPatrick Rudolph                        "Severity": 0,
1512e61474dSPatrick Rudolph                        "Value": 3.0
1522e61474dSPatrick Rudolph                    },
1532e61474dSPatrick Rudolph                    {
1542e61474dSPatrick Rudolph                        "Direction": "greater than",
155*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
1562e61474dSPatrick Rudolph                        "Label": "curr1",
1572e61474dSPatrick Rudolph                        "Name": "upper critical",
1582e61474dSPatrick Rudolph                        "Severity": 1,
1592e61474dSPatrick Rudolph                        "Value": 4.0
1602e61474dSPatrick Rudolph                    },
1612e61474dSPatrick Rudolph                    {
1622e61474dSPatrick Rudolph                        "Direction": "greater than",
163*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
1642e61474dSPatrick Rudolph                        "Label": "curr2",
1652e61474dSPatrick Rudolph                        "Name": "upper non critical",
1662e61474dSPatrick Rudolph                        "Severity": 0,
1672e61474dSPatrick Rudolph                        "Value": 0.1
1682e61474dSPatrick Rudolph                    },
1692e61474dSPatrick Rudolph                    {
1702e61474dSPatrick Rudolph                        "Direction": "greater than",
171*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
1722e61474dSPatrick Rudolph                        "Label": "curr2",
1732e61474dSPatrick Rudolph                        "Name": "upper critical",
1742e61474dSPatrick Rudolph                        "Severity": 1,
1752e61474dSPatrick Rudolph                        "Value": 0.15
1762e61474dSPatrick Rudolph                    },
1772e61474dSPatrick Rudolph                    {
1782e61474dSPatrick Rudolph                        "Direction": "less than",
179*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
1802e61474dSPatrick Rudolph                        "Label": "in0",
1812e61474dSPatrick Rudolph                        "Name": "lower non critical",
1822e61474dSPatrick Rudolph                        "Severity": 0,
1832e61474dSPatrick Rudolph                        "Value": 11.68
1842e61474dSPatrick Rudolph                    },
1852e61474dSPatrick Rudolph                    {
1862e61474dSPatrick Rudolph                        "Direction": "greater than",
187*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
1882e61474dSPatrick Rudolph                        "Label": "in0",
1892e61474dSPatrick Rudolph                        "Name": "upper non critical",
1902e61474dSPatrick Rudolph                        "Severity": 0,
1912e61474dSPatrick Rudolph                        "Value": 12.8
1922e61474dSPatrick Rudolph                    },
1932e61474dSPatrick Rudolph                    {
1942e61474dSPatrick Rudolph                        "Direction": "less than",
195*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
1962e61474dSPatrick Rudolph                        "Label": "in0",
1972e61474dSPatrick Rudolph                        "Name": "lower critical",
1982e61474dSPatrick Rudolph                        "Severity": 1,
1992e61474dSPatrick Rudolph                        "Value": 11.08
2002e61474dSPatrick Rudolph                    },
2012e61474dSPatrick Rudolph                    {
2022e61474dSPatrick Rudolph                        "Direction": "greater than",
203*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
2042e61474dSPatrick Rudolph                        "Label": "in0",
2052e61474dSPatrick Rudolph                        "Name": "upper critical",
2062e61474dSPatrick Rudolph                        "Severity": 1,
2072e61474dSPatrick Rudolph                        "Value": 13.3
2082e61474dSPatrick Rudolph                    },
2092e61474dSPatrick Rudolph                    {
2102e61474dSPatrick Rudolph                        "Direction": "less than",
211*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
2122e61474dSPatrick Rudolph                        "Label": "in1",
2132e61474dSPatrick Rudolph                        "Name": "lower non critical",
2142e61474dSPatrick Rudolph                        "Severity": 0,
2152e61474dSPatrick Rudolph                        "Value": 3.14
2162e61474dSPatrick Rudolph                    },
2172e61474dSPatrick Rudolph                    {
2182e61474dSPatrick Rudolph                        "Direction": "greater than",
219*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
2202e61474dSPatrick Rudolph                        "Label": "in1",
2212e61474dSPatrick Rudolph                        "Name": "upper non critical",
2222e61474dSPatrick Rudolph                        "Severity": 0,
2232e61474dSPatrick Rudolph                        "Value": 3.47
2242e61474dSPatrick Rudolph                    },
2252e61474dSPatrick Rudolph                    {
2262e61474dSPatrick Rudolph                        "Direction": "less than",
227*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
2282e61474dSPatrick Rudolph                        "Label": "in1",
2292e61474dSPatrick Rudolph                        "Name": "lower critical",
2302e61474dSPatrick Rudolph                        "Severity": 1,
2312e61474dSPatrick Rudolph                        "Value": 2.97
2322e61474dSPatrick Rudolph                    },
2332e61474dSPatrick Rudolph                    {
2342e61474dSPatrick Rudolph                        "Direction": "greater than",
235*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
2362e61474dSPatrick Rudolph                        "Label": "in1",
2372e61474dSPatrick Rudolph                        "Name": "upper critical",
2382e61474dSPatrick Rudolph                        "Severity": 1,
2392e61474dSPatrick Rudolph                        "Value": 3.63
2402e61474dSPatrick Rudolph                    }
2412e61474dSPatrick Rudolph                ],
2422e61474dSPatrick Rudolph                "Type": "MAX5970",
2432e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD02 P12V Output Current",
2442e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD02 P3V3 Output Current",
2452e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD02 P12V Output Voltage",
2462e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD02 P3V3 Output Voltage"
2472e61474dSPatrick Rudolph            }
2482e61474dSPatrick Rudolph        ],
2492e61474dSPatrick Rudolph        "Name": "RSSD02",
2502e61474dSPatrick Rudolph        "Probe": [
2512e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
2522e61474dSPatrick Rudolph            "AND",
2532e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD02', 'Present': true})",
2542e61474dSPatrick Rudolph            "MATCH_ONE"
2552e61474dSPatrick Rudolph        ],
2562e61474dSPatrick Rudolph        "Type": "Chassis"
2572e61474dSPatrick Rudolph    },
2582e61474dSPatrick Rudolph    {
2592e61474dSPatrick Rudolph        "Exposes": [
2602e61474dSPatrick Rudolph            {
2612e61474dSPatrick Rudolph                "Address": "0x3a",
2622e61474dSPatrick Rudolph                "Bus": "134",
2632e61474dSPatrick Rudolph                "Labels": [
2642e61474dSPatrick Rudolph                    "in0",
2652e61474dSPatrick Rudolph                    "in1",
2662e61474dSPatrick Rudolph                    "curr1",
2672e61474dSPatrick Rudolph                    "curr2"
2682e61474dSPatrick Rudolph                ],
2692e61474dSPatrick Rudolph                "Name": "SSB_RSSD01",
2702e61474dSPatrick Rudolph                "PollRate": 5.0,
2712e61474dSPatrick Rudolph                "PowerState": "On",
2722e61474dSPatrick Rudolph                "Thresholds": [
2732e61474dSPatrick Rudolph                    {
2742e61474dSPatrick Rudolph                        "Direction": "greater than",
275*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
2762e61474dSPatrick Rudolph                        "Label": "curr1",
2772e61474dSPatrick Rudolph                        "Name": "upper non critical",
2782e61474dSPatrick Rudolph                        "Severity": 0,
2792e61474dSPatrick Rudolph                        "Value": 3.0
2802e61474dSPatrick Rudolph                    },
2812e61474dSPatrick Rudolph                    {
2822e61474dSPatrick Rudolph                        "Direction": "greater than",
283*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
2842e61474dSPatrick Rudolph                        "Label": "curr1",
2852e61474dSPatrick Rudolph                        "Name": "upper critical",
2862e61474dSPatrick Rudolph                        "Severity": 1,
2872e61474dSPatrick Rudolph                        "Value": 4.0
2882e61474dSPatrick Rudolph                    },
2892e61474dSPatrick Rudolph                    {
2902e61474dSPatrick Rudolph                        "Direction": "greater than",
291*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
2922e61474dSPatrick Rudolph                        "Label": "curr2",
2932e61474dSPatrick Rudolph                        "Name": "upper non critical",
2942e61474dSPatrick Rudolph                        "Severity": 0,
2952e61474dSPatrick Rudolph                        "Value": 0.1
2962e61474dSPatrick Rudolph                    },
2972e61474dSPatrick Rudolph                    {
2982e61474dSPatrick Rudolph                        "Direction": "greater than",
299*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
3002e61474dSPatrick Rudolph                        "Label": "curr2",
3012e61474dSPatrick Rudolph                        "Name": "upper critical",
3022e61474dSPatrick Rudolph                        "Severity": 1,
3032e61474dSPatrick Rudolph                        "Value": 0.15
3042e61474dSPatrick Rudolph                    },
3052e61474dSPatrick Rudolph                    {
3062e61474dSPatrick Rudolph                        "Direction": "less than",
307*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
3082e61474dSPatrick Rudolph                        "Label": "in0",
3092e61474dSPatrick Rudolph                        "Name": "lower non critical",
3102e61474dSPatrick Rudolph                        "Severity": 0,
3112e61474dSPatrick Rudolph                        "Value": 11.68
3122e61474dSPatrick Rudolph                    },
3132e61474dSPatrick Rudolph                    {
3142e61474dSPatrick Rudolph                        "Direction": "greater than",
315*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
3162e61474dSPatrick Rudolph                        "Label": "in0",
3172e61474dSPatrick Rudolph                        "Name": "upper non critical",
3182e61474dSPatrick Rudolph                        "Severity": 0,
3192e61474dSPatrick Rudolph                        "Value": 12.8
3202e61474dSPatrick Rudolph                    },
3212e61474dSPatrick Rudolph                    {
3222e61474dSPatrick Rudolph                        "Direction": "less than",
323*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
3242e61474dSPatrick Rudolph                        "Label": "in0",
3252e61474dSPatrick Rudolph                        "Name": "lower critical",
3262e61474dSPatrick Rudolph                        "Severity": 1,
3272e61474dSPatrick Rudolph                        "Value": 11.08
3282e61474dSPatrick Rudolph                    },
3292e61474dSPatrick Rudolph                    {
3302e61474dSPatrick Rudolph                        "Direction": "greater than",
331*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
3322e61474dSPatrick Rudolph                        "Label": "in0",
3332e61474dSPatrick Rudolph                        "Name": "upper critical",
3342e61474dSPatrick Rudolph                        "Severity": 1,
3352e61474dSPatrick Rudolph                        "Value": 13.3
3362e61474dSPatrick Rudolph                    },
3372e61474dSPatrick Rudolph                    {
3382e61474dSPatrick Rudolph                        "Direction": "less than",
339*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
3402e61474dSPatrick Rudolph                        "Label": "in1",
3412e61474dSPatrick Rudolph                        "Name": "lower non critical",
3422e61474dSPatrick Rudolph                        "Severity": 0,
3432e61474dSPatrick Rudolph                        "Value": 3.14
3442e61474dSPatrick Rudolph                    },
3452e61474dSPatrick Rudolph                    {
3462e61474dSPatrick Rudolph                        "Direction": "greater than",
347*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
3482e61474dSPatrick Rudolph                        "Label": "in1",
3492e61474dSPatrick Rudolph                        "Name": "upper non critical",
3502e61474dSPatrick Rudolph                        "Severity": 0,
3512e61474dSPatrick Rudolph                        "Value": 3.47
3522e61474dSPatrick Rudolph                    },
3532e61474dSPatrick Rudolph                    {
3542e61474dSPatrick Rudolph                        "Direction": "less than",
355*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
3562e61474dSPatrick Rudolph                        "Label": "in1",
3572e61474dSPatrick Rudolph                        "Name": "lower critical",
3582e61474dSPatrick Rudolph                        "Severity": 1,
3592e61474dSPatrick Rudolph                        "Value": 2.97
3602e61474dSPatrick Rudolph                    },
3612e61474dSPatrick Rudolph                    {
3622e61474dSPatrick Rudolph                        "Direction": "greater than",
363*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
3642e61474dSPatrick Rudolph                        "Label": "in1",
3652e61474dSPatrick Rudolph                        "Name": "upper critical",
3662e61474dSPatrick Rudolph                        "Severity": 1,
3672e61474dSPatrick Rudolph                        "Value": 3.63
3682e61474dSPatrick Rudolph                    }
3692e61474dSPatrick Rudolph                ],
3702e61474dSPatrick Rudolph                "Type": "MAX5970",
3712e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD01 P12V Output Current",
3722e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD01 P3V3 Output Current",
3732e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD01 P12V Output Voltage",
3742e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD01 P3V3 Output Voltage"
3752e61474dSPatrick Rudolph            }
3762e61474dSPatrick Rudolph        ],
3772e61474dSPatrick Rudolph        "Name": "RSSD01",
3782e61474dSPatrick Rudolph        "Probe": [
3792e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
3802e61474dSPatrick Rudolph            "AND",
3812e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD01', 'Present': true})",
3822e61474dSPatrick Rudolph            "MATCH_ONE"
3832e61474dSPatrick Rudolph        ],
3842e61474dSPatrick Rudolph        "Type": "Chassis"
3852e61474dSPatrick Rudolph    },
3862e61474dSPatrick Rudolph    {
3872e61474dSPatrick Rudolph        "Exposes": [
3882e61474dSPatrick Rudolph            {
3892e61474dSPatrick Rudolph                "Address": "0x3a",
3902e61474dSPatrick Rudolph                "Bus": "135",
3912e61474dSPatrick Rudolph                "Labels": [
3922e61474dSPatrick Rudolph                    "in0",
3932e61474dSPatrick Rudolph                    "in1",
3942e61474dSPatrick Rudolph                    "curr1",
3952e61474dSPatrick Rudolph                    "curr2"
3962e61474dSPatrick Rudolph                ],
3972e61474dSPatrick Rudolph                "Name": "SSB_RSSD04",
3982e61474dSPatrick Rudolph                "PollRate": 5.0,
3992e61474dSPatrick Rudolph                "PowerState": "On",
4002e61474dSPatrick Rudolph                "Thresholds": [
4012e61474dSPatrick Rudolph                    {
4022e61474dSPatrick Rudolph                        "Direction": "greater than",
403*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
4042e61474dSPatrick Rudolph                        "Label": "curr1",
4052e61474dSPatrick Rudolph                        "Name": "upper non critical",
4062e61474dSPatrick Rudolph                        "Severity": 0,
4072e61474dSPatrick Rudolph                        "Value": 3.0
4082e61474dSPatrick Rudolph                    },
4092e61474dSPatrick Rudolph                    {
4102e61474dSPatrick Rudolph                        "Direction": "greater than",
411*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
4122e61474dSPatrick Rudolph                        "Label": "curr1",
4132e61474dSPatrick Rudolph                        "Name": "upper critical",
4142e61474dSPatrick Rudolph                        "Severity": 1,
4152e61474dSPatrick Rudolph                        "Value": 4.0
4162e61474dSPatrick Rudolph                    },
4172e61474dSPatrick Rudolph                    {
4182e61474dSPatrick Rudolph                        "Direction": "greater than",
419*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
4202e61474dSPatrick Rudolph                        "Label": "curr2",
4212e61474dSPatrick Rudolph                        "Name": "upper non critical",
4222e61474dSPatrick Rudolph                        "Severity": 0,
4232e61474dSPatrick Rudolph                        "Value": 0.1
4242e61474dSPatrick Rudolph                    },
4252e61474dSPatrick Rudolph                    {
4262e61474dSPatrick Rudolph                        "Direction": "greater than",
427*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
4282e61474dSPatrick Rudolph                        "Label": "curr2",
4292e61474dSPatrick Rudolph                        "Name": "upper critical",
4302e61474dSPatrick Rudolph                        "Severity": 1,
4312e61474dSPatrick Rudolph                        "Value": 0.15
4322e61474dSPatrick Rudolph                    },
4332e61474dSPatrick Rudolph                    {
4342e61474dSPatrick Rudolph                        "Direction": "less than",
435*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
4362e61474dSPatrick Rudolph                        "Label": "in0",
4372e61474dSPatrick Rudolph                        "Name": "lower non critical",
4382e61474dSPatrick Rudolph                        "Severity": 0,
4392e61474dSPatrick Rudolph                        "Value": 11.68
4402e61474dSPatrick Rudolph                    },
4412e61474dSPatrick Rudolph                    {
4422e61474dSPatrick Rudolph                        "Direction": "greater than",
443*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
4442e61474dSPatrick Rudolph                        "Label": "in0",
4452e61474dSPatrick Rudolph                        "Name": "upper non critical",
4462e61474dSPatrick Rudolph                        "Severity": 0,
4472e61474dSPatrick Rudolph                        "Value": 12.8
4482e61474dSPatrick Rudolph                    },
4492e61474dSPatrick Rudolph                    {
4502e61474dSPatrick Rudolph                        "Direction": "less than",
451*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
4522e61474dSPatrick Rudolph                        "Label": "in0",
4532e61474dSPatrick Rudolph                        "Name": "lower critical",
4542e61474dSPatrick Rudolph                        "Severity": 1,
4552e61474dSPatrick Rudolph                        "Value": 11.08
4562e61474dSPatrick Rudolph                    },
4572e61474dSPatrick Rudolph                    {
4582e61474dSPatrick Rudolph                        "Direction": "greater than",
459*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
4602e61474dSPatrick Rudolph                        "Label": "in0",
4612e61474dSPatrick Rudolph                        "Name": "upper critical",
4622e61474dSPatrick Rudolph                        "Severity": 1,
4632e61474dSPatrick Rudolph                        "Value": 13.3
4642e61474dSPatrick Rudolph                    },
4652e61474dSPatrick Rudolph                    {
4662e61474dSPatrick Rudolph                        "Direction": "less than",
467*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
4682e61474dSPatrick Rudolph                        "Label": "in1",
4692e61474dSPatrick Rudolph                        "Name": "lower non critical",
4702e61474dSPatrick Rudolph                        "Severity": 0,
4712e61474dSPatrick Rudolph                        "Value": 3.14
4722e61474dSPatrick Rudolph                    },
4732e61474dSPatrick Rudolph                    {
4742e61474dSPatrick Rudolph                        "Direction": "greater than",
475*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
4762e61474dSPatrick Rudolph                        "Label": "in1",
4772e61474dSPatrick Rudolph                        "Name": "upper non critical",
4782e61474dSPatrick Rudolph                        "Severity": 0,
4792e61474dSPatrick Rudolph                        "Value": 3.47
4802e61474dSPatrick Rudolph                    },
4812e61474dSPatrick Rudolph                    {
4822e61474dSPatrick Rudolph                        "Direction": "less than",
483*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
4842e61474dSPatrick Rudolph                        "Label": "in1",
4852e61474dSPatrick Rudolph                        "Name": "lower critical",
4862e61474dSPatrick Rudolph                        "Severity": 1,
4872e61474dSPatrick Rudolph                        "Value": 2.97
4882e61474dSPatrick Rudolph                    },
4892e61474dSPatrick Rudolph                    {
4902e61474dSPatrick Rudolph                        "Direction": "greater than",
491*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
4922e61474dSPatrick Rudolph                        "Label": "in1",
4932e61474dSPatrick Rudolph                        "Name": "upper critical",
4942e61474dSPatrick Rudolph                        "Severity": 1,
4952e61474dSPatrick Rudolph                        "Value": 3.63
4962e61474dSPatrick Rudolph                    }
4972e61474dSPatrick Rudolph                ],
4982e61474dSPatrick Rudolph                "Type": "MAX5970",
4992e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD04 P12V Output Current",
5002e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD04 P3V3 Output Current",
5012e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD04 P12V Output Voltage",
5022e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD04 P3V3 Output Voltage"
5032e61474dSPatrick Rudolph            }
5042e61474dSPatrick Rudolph        ],
5052e61474dSPatrick Rudolph        "Name": "RSSD04",
5062e61474dSPatrick Rudolph        "Probe": [
5072e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
5082e61474dSPatrick Rudolph            "AND",
5092e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD04', 'Present': true})",
5102e61474dSPatrick Rudolph            "MATCH_ONE"
5112e61474dSPatrick Rudolph        ],
5122e61474dSPatrick Rudolph        "Type": "Chassis"
5132e61474dSPatrick Rudolph    },
5142e61474dSPatrick Rudolph    {
5152e61474dSPatrick Rudolph        "Exposes": [
5162e61474dSPatrick Rudolph            {
5172e61474dSPatrick Rudolph                "Address": "0x3a",
5182e61474dSPatrick Rudolph                "Bus": "136",
5192e61474dSPatrick Rudolph                "Labels": [
5202e61474dSPatrick Rudolph                    "in0",
5212e61474dSPatrick Rudolph                    "in1",
5222e61474dSPatrick Rudolph                    "curr1",
5232e61474dSPatrick Rudolph                    "curr2"
5242e61474dSPatrick Rudolph                ],
5252e61474dSPatrick Rudolph                "Name": "SSB_RSSD05",
5262e61474dSPatrick Rudolph                "PollRate": 5.0,
5272e61474dSPatrick Rudolph                "PowerState": "On",
5282e61474dSPatrick Rudolph                "Thresholds": [
5292e61474dSPatrick Rudolph                    {
5302e61474dSPatrick Rudolph                        "Direction": "greater than",
531*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
5322e61474dSPatrick Rudolph                        "Label": "curr1",
5332e61474dSPatrick Rudolph                        "Name": "upper non critical",
5342e61474dSPatrick Rudolph                        "Severity": 0,
5352e61474dSPatrick Rudolph                        "Value": 3.0
5362e61474dSPatrick Rudolph                    },
5372e61474dSPatrick Rudolph                    {
5382e61474dSPatrick Rudolph                        "Direction": "greater than",
539*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
5402e61474dSPatrick Rudolph                        "Label": "curr1",
5412e61474dSPatrick Rudolph                        "Name": "upper critical",
5422e61474dSPatrick Rudolph                        "Severity": 1,
5432e61474dSPatrick Rudolph                        "Value": 4.0
5442e61474dSPatrick Rudolph                    },
5452e61474dSPatrick Rudolph                    {
5462e61474dSPatrick Rudolph                        "Direction": "greater than",
547*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
5482e61474dSPatrick Rudolph                        "Label": "curr2",
5492e61474dSPatrick Rudolph                        "Name": "upper non critical",
5502e61474dSPatrick Rudolph                        "Severity": 0,
5512e61474dSPatrick Rudolph                        "Value": 0.1
5522e61474dSPatrick Rudolph                    },
5532e61474dSPatrick Rudolph                    {
5542e61474dSPatrick Rudolph                        "Direction": "greater than",
555*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
5562e61474dSPatrick Rudolph                        "Label": "curr2",
5572e61474dSPatrick Rudolph                        "Name": "upper critical",
5582e61474dSPatrick Rudolph                        "Severity": 1,
5592e61474dSPatrick Rudolph                        "Value": 0.15
5602e61474dSPatrick Rudolph                    },
5612e61474dSPatrick Rudolph                    {
5622e61474dSPatrick Rudolph                        "Direction": "less than",
563*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
5642e61474dSPatrick Rudolph                        "Label": "in0",
5652e61474dSPatrick Rudolph                        "Name": "lower non critical",
5662e61474dSPatrick Rudolph                        "Severity": 0,
5672e61474dSPatrick Rudolph                        "Value": 11.68
5682e61474dSPatrick Rudolph                    },
5692e61474dSPatrick Rudolph                    {
5702e61474dSPatrick Rudolph                        "Direction": "greater than",
571*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
5722e61474dSPatrick Rudolph                        "Label": "in0",
5732e61474dSPatrick Rudolph                        "Name": "upper non critical",
5742e61474dSPatrick Rudolph                        "Severity": 0,
5752e61474dSPatrick Rudolph                        "Value": 12.8
5762e61474dSPatrick Rudolph                    },
5772e61474dSPatrick Rudolph                    {
5782e61474dSPatrick Rudolph                        "Direction": "less than",
579*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
5802e61474dSPatrick Rudolph                        "Label": "in0",
5812e61474dSPatrick Rudolph                        "Name": "lower critical",
5822e61474dSPatrick Rudolph                        "Severity": 1,
5832e61474dSPatrick Rudolph                        "Value": 11.08
5842e61474dSPatrick Rudolph                    },
5852e61474dSPatrick Rudolph                    {
5862e61474dSPatrick Rudolph                        "Direction": "greater than",
587*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
5882e61474dSPatrick Rudolph                        "Label": "in0",
5892e61474dSPatrick Rudolph                        "Name": "upper critical",
5902e61474dSPatrick Rudolph                        "Severity": 1,
5912e61474dSPatrick Rudolph                        "Value": 13.3
5922e61474dSPatrick Rudolph                    },
5932e61474dSPatrick Rudolph                    {
5942e61474dSPatrick Rudolph                        "Direction": "less than",
595*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
5962e61474dSPatrick Rudolph                        "Label": "in1",
5972e61474dSPatrick Rudolph                        "Name": "lower non critical",
5982e61474dSPatrick Rudolph                        "Severity": 0,
5992e61474dSPatrick Rudolph                        "Value": 3.14
6002e61474dSPatrick Rudolph                    },
6012e61474dSPatrick Rudolph                    {
6022e61474dSPatrick Rudolph                        "Direction": "greater than",
603*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
6042e61474dSPatrick Rudolph                        "Label": "in1",
6052e61474dSPatrick Rudolph                        "Name": "upper non critical",
6062e61474dSPatrick Rudolph                        "Severity": 0,
6072e61474dSPatrick Rudolph                        "Value": 3.47
6082e61474dSPatrick Rudolph                    },
6092e61474dSPatrick Rudolph                    {
6102e61474dSPatrick Rudolph                        "Direction": "less than",
611*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
6122e61474dSPatrick Rudolph                        "Label": "in1",
6132e61474dSPatrick Rudolph                        "Name": "lower critical",
6142e61474dSPatrick Rudolph                        "Severity": 1,
6152e61474dSPatrick Rudolph                        "Value": 2.97
6162e61474dSPatrick Rudolph                    },
6172e61474dSPatrick Rudolph                    {
6182e61474dSPatrick Rudolph                        "Direction": "greater than",
619*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
6202e61474dSPatrick Rudolph                        "Label": "in1",
6212e61474dSPatrick Rudolph                        "Name": "upper critical",
6222e61474dSPatrick Rudolph                        "Severity": 1,
6232e61474dSPatrick Rudolph                        "Value": 3.63
6242e61474dSPatrick Rudolph                    }
6252e61474dSPatrick Rudolph                ],
6262e61474dSPatrick Rudolph                "Type": "MAX5970",
6272e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD05 P12V Output Current",
6282e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD05 P3V3 Output Current",
6292e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD05 P12V Output Voltage",
6302e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD05 P3V3 Output Voltage"
6312e61474dSPatrick Rudolph            }
6322e61474dSPatrick Rudolph        ],
6332e61474dSPatrick Rudolph        "Name": "RSSD05",
6342e61474dSPatrick Rudolph        "Probe": [
6352e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
6362e61474dSPatrick Rudolph            "AND",
6372e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD05', 'Present': true})",
6382e61474dSPatrick Rudolph            "MATCH_ONE"
6392e61474dSPatrick Rudolph        ],
6402e61474dSPatrick Rudolph        "Type": "Chassis"
6412e61474dSPatrick Rudolph    },
6422e61474dSPatrick Rudolph    {
6432e61474dSPatrick Rudolph        "Exposes": [
6442e61474dSPatrick Rudolph            {
6452e61474dSPatrick Rudolph                "Address": "0x3a",
6462e61474dSPatrick Rudolph                "Bus": "137",
6472e61474dSPatrick Rudolph                "Labels": [
6482e61474dSPatrick Rudolph                    "in0",
6492e61474dSPatrick Rudolph                    "in1",
6502e61474dSPatrick Rudolph                    "curr1",
6512e61474dSPatrick Rudolph                    "curr2"
6522e61474dSPatrick Rudolph                ],
6532e61474dSPatrick Rudolph                "Name": "SSB_RSSD08",
6542e61474dSPatrick Rudolph                "PollRate": 5.0,
6552e61474dSPatrick Rudolph                "PowerState": "On",
6562e61474dSPatrick Rudolph                "Thresholds": [
6572e61474dSPatrick Rudolph                    {
6582e61474dSPatrick Rudolph                        "Direction": "greater than",
659*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
6602e61474dSPatrick Rudolph                        "Label": "curr1",
6612e61474dSPatrick Rudolph                        "Name": "upper non critical",
6622e61474dSPatrick Rudolph                        "Severity": 0,
6632e61474dSPatrick Rudolph                        "Value": 3.0
6642e61474dSPatrick Rudolph                    },
6652e61474dSPatrick Rudolph                    {
6662e61474dSPatrick Rudolph                        "Direction": "greater than",
667*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
6682e61474dSPatrick Rudolph                        "Label": "curr1",
6692e61474dSPatrick Rudolph                        "Name": "upper critical",
6702e61474dSPatrick Rudolph                        "Severity": 1,
6712e61474dSPatrick Rudolph                        "Value": 4.0
6722e61474dSPatrick Rudolph                    },
6732e61474dSPatrick Rudolph                    {
6742e61474dSPatrick Rudolph                        "Direction": "greater than",
675*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
6762e61474dSPatrick Rudolph                        "Label": "curr2",
6772e61474dSPatrick Rudolph                        "Name": "upper non critical",
6782e61474dSPatrick Rudolph                        "Severity": 0,
6792e61474dSPatrick Rudolph                        "Value": 0.1
6802e61474dSPatrick Rudolph                    },
6812e61474dSPatrick Rudolph                    {
6822e61474dSPatrick Rudolph                        "Direction": "greater than",
683*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
6842e61474dSPatrick Rudolph                        "Label": "curr2",
6852e61474dSPatrick Rudolph                        "Name": "upper critical",
6862e61474dSPatrick Rudolph                        "Severity": 1,
6872e61474dSPatrick Rudolph                        "Value": 0.15
6882e61474dSPatrick Rudolph                    },
6892e61474dSPatrick Rudolph                    {
6902e61474dSPatrick Rudolph                        "Direction": "less than",
691*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
6922e61474dSPatrick Rudolph                        "Label": "in0",
6932e61474dSPatrick Rudolph                        "Name": "lower non critical",
6942e61474dSPatrick Rudolph                        "Severity": 0,
6952e61474dSPatrick Rudolph                        "Value": 11.68
6962e61474dSPatrick Rudolph                    },
6972e61474dSPatrick Rudolph                    {
6982e61474dSPatrick Rudolph                        "Direction": "greater than",
699*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
7002e61474dSPatrick Rudolph                        "Label": "in0",
7012e61474dSPatrick Rudolph                        "Name": "upper non critical",
7022e61474dSPatrick Rudolph                        "Severity": 0,
7032e61474dSPatrick Rudolph                        "Value": 12.8
7042e61474dSPatrick Rudolph                    },
7052e61474dSPatrick Rudolph                    {
7062e61474dSPatrick Rudolph                        "Direction": "less than",
707*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
7082e61474dSPatrick Rudolph                        "Label": "in0",
7092e61474dSPatrick Rudolph                        "Name": "lower critical",
7102e61474dSPatrick Rudolph                        "Severity": 1,
7112e61474dSPatrick Rudolph                        "Value": 11.08
7122e61474dSPatrick Rudolph                    },
7132e61474dSPatrick Rudolph                    {
7142e61474dSPatrick Rudolph                        "Direction": "greater than",
715*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
7162e61474dSPatrick Rudolph                        "Label": "in0",
7172e61474dSPatrick Rudolph                        "Name": "upper critical",
7182e61474dSPatrick Rudolph                        "Severity": 1,
7192e61474dSPatrick Rudolph                        "Value": 13.3
7202e61474dSPatrick Rudolph                    },
7212e61474dSPatrick Rudolph                    {
7222e61474dSPatrick Rudolph                        "Direction": "less than",
723*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
7242e61474dSPatrick Rudolph                        "Label": "in1",
7252e61474dSPatrick Rudolph                        "Name": "lower non critical",
7262e61474dSPatrick Rudolph                        "Severity": 0,
7272e61474dSPatrick Rudolph                        "Value": 3.14
7282e61474dSPatrick Rudolph                    },
7292e61474dSPatrick Rudolph                    {
7302e61474dSPatrick Rudolph                        "Direction": "greater than",
731*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
7322e61474dSPatrick Rudolph                        "Label": "in1",
7332e61474dSPatrick Rudolph                        "Name": "upper non critical",
7342e61474dSPatrick Rudolph                        "Severity": 0,
7352e61474dSPatrick Rudolph                        "Value": 3.47
7362e61474dSPatrick Rudolph                    },
7372e61474dSPatrick Rudolph                    {
7382e61474dSPatrick Rudolph                        "Direction": "less than",
739*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
7402e61474dSPatrick Rudolph                        "Label": "in1",
7412e61474dSPatrick Rudolph                        "Name": "lower critical",
7422e61474dSPatrick Rudolph                        "Severity": 1,
7432e61474dSPatrick Rudolph                        "Value": 2.97
7442e61474dSPatrick Rudolph                    },
7452e61474dSPatrick Rudolph                    {
7462e61474dSPatrick Rudolph                        "Direction": "greater than",
747*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
7482e61474dSPatrick Rudolph                        "Label": "in1",
7492e61474dSPatrick Rudolph                        "Name": "upper critical",
7502e61474dSPatrick Rudolph                        "Severity": 1,
7512e61474dSPatrick Rudolph                        "Value": 3.63
7522e61474dSPatrick Rudolph                    }
7532e61474dSPatrick Rudolph                ],
7542e61474dSPatrick Rudolph                "Type": "MAX5970",
7552e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD08 P12V Output Current",
7562e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD08 P3V3 Output Current",
7572e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD08 P12V Output Voltage",
7582e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD08 P3V3 Output Voltage"
7592e61474dSPatrick Rudolph            }
7602e61474dSPatrick Rudolph        ],
7612e61474dSPatrick Rudolph        "Name": "RSSD08",
7622e61474dSPatrick Rudolph        "Probe": [
7632e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
7642e61474dSPatrick Rudolph            "AND",
7652e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD08', 'Present': true})",
7662e61474dSPatrick Rudolph            "MATCH_ONE"
7672e61474dSPatrick Rudolph        ],
7682e61474dSPatrick Rudolph        "Type": "Chassis"
7692e61474dSPatrick Rudolph    },
7702e61474dSPatrick Rudolph    {
7712e61474dSPatrick Rudolph        "Exposes": [
7722e61474dSPatrick Rudolph            {
7732e61474dSPatrick Rudolph                "Address": "0x3a",
7742e61474dSPatrick Rudolph                "Bus": "138",
7752e61474dSPatrick Rudolph                "Labels": [
7762e61474dSPatrick Rudolph                    "in0",
7772e61474dSPatrick Rudolph                    "in1",
7782e61474dSPatrick Rudolph                    "curr1",
7792e61474dSPatrick Rudolph                    "curr2"
7802e61474dSPatrick Rudolph                ],
7812e61474dSPatrick Rudolph                "Name": "SSB_RSSD07",
7822e61474dSPatrick Rudolph                "PollRate": 5.0,
7832e61474dSPatrick Rudolph                "PowerState": "On",
7842e61474dSPatrick Rudolph                "Thresholds": [
7852e61474dSPatrick Rudolph                    {
7862e61474dSPatrick Rudolph                        "Direction": "greater than",
787*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
7882e61474dSPatrick Rudolph                        "Label": "curr1",
7892e61474dSPatrick Rudolph                        "Name": "upper non critical",
7902e61474dSPatrick Rudolph                        "Severity": 0,
7912e61474dSPatrick Rudolph                        "Value": 3.0
7922e61474dSPatrick Rudolph                    },
7932e61474dSPatrick Rudolph                    {
7942e61474dSPatrick Rudolph                        "Direction": "greater than",
795*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
7962e61474dSPatrick Rudolph                        "Label": "curr1",
7972e61474dSPatrick Rudolph                        "Name": "upper critical",
7982e61474dSPatrick Rudolph                        "Severity": 1,
7992e61474dSPatrick Rudolph                        "Value": 4.0
8002e61474dSPatrick Rudolph                    },
8012e61474dSPatrick Rudolph                    {
8022e61474dSPatrick Rudolph                        "Direction": "greater than",
803*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
8042e61474dSPatrick Rudolph                        "Label": "curr2",
8052e61474dSPatrick Rudolph                        "Name": "upper non critical",
8062e61474dSPatrick Rudolph                        "Severity": 0,
8072e61474dSPatrick Rudolph                        "Value": 0.1
8082e61474dSPatrick Rudolph                    },
8092e61474dSPatrick Rudolph                    {
8102e61474dSPatrick Rudolph                        "Direction": "greater than",
811*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
8122e61474dSPatrick Rudolph                        "Label": "curr2",
8132e61474dSPatrick Rudolph                        "Name": "upper critical",
8142e61474dSPatrick Rudolph                        "Severity": 1,
8152e61474dSPatrick Rudolph                        "Value": 0.15
8162e61474dSPatrick Rudolph                    },
8172e61474dSPatrick Rudolph                    {
8182e61474dSPatrick Rudolph                        "Direction": "less than",
819*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
8202e61474dSPatrick Rudolph                        "Label": "in0",
8212e61474dSPatrick Rudolph                        "Name": "lower non critical",
8222e61474dSPatrick Rudolph                        "Severity": 0,
8232e61474dSPatrick Rudolph                        "Value": 11.68
8242e61474dSPatrick Rudolph                    },
8252e61474dSPatrick Rudolph                    {
8262e61474dSPatrick Rudolph                        "Direction": "greater than",
827*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
8282e61474dSPatrick Rudolph                        "Label": "in0",
8292e61474dSPatrick Rudolph                        "Name": "upper non critical",
8302e61474dSPatrick Rudolph                        "Severity": 0,
8312e61474dSPatrick Rudolph                        "Value": 12.8
8322e61474dSPatrick Rudolph                    },
8332e61474dSPatrick Rudolph                    {
8342e61474dSPatrick Rudolph                        "Direction": "less than",
835*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
8362e61474dSPatrick Rudolph                        "Label": "in0",
8372e61474dSPatrick Rudolph                        "Name": "lower critical",
8382e61474dSPatrick Rudolph                        "Severity": 1,
8392e61474dSPatrick Rudolph                        "Value": 11.08
8402e61474dSPatrick Rudolph                    },
8412e61474dSPatrick Rudolph                    {
8422e61474dSPatrick Rudolph                        "Direction": "greater than",
843*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
8442e61474dSPatrick Rudolph                        "Label": "in0",
8452e61474dSPatrick Rudolph                        "Name": "upper critical",
8462e61474dSPatrick Rudolph                        "Severity": 1,
8472e61474dSPatrick Rudolph                        "Value": 13.3
8482e61474dSPatrick Rudolph                    },
8492e61474dSPatrick Rudolph                    {
8502e61474dSPatrick Rudolph                        "Direction": "less than",
851*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
8522e61474dSPatrick Rudolph                        "Label": "in1",
8532e61474dSPatrick Rudolph                        "Name": "lower non critical",
8542e61474dSPatrick Rudolph                        "Severity": 0,
8552e61474dSPatrick Rudolph                        "Value": 3.14
8562e61474dSPatrick Rudolph                    },
8572e61474dSPatrick Rudolph                    {
8582e61474dSPatrick Rudolph                        "Direction": "greater than",
859*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
8602e61474dSPatrick Rudolph                        "Label": "in1",
8612e61474dSPatrick Rudolph                        "Name": "upper non critical",
8622e61474dSPatrick Rudolph                        "Severity": 0,
8632e61474dSPatrick Rudolph                        "Value": 3.47
8642e61474dSPatrick Rudolph                    },
8652e61474dSPatrick Rudolph                    {
8662e61474dSPatrick Rudolph                        "Direction": "less than",
867*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
8682e61474dSPatrick Rudolph                        "Label": "in1",
8692e61474dSPatrick Rudolph                        "Name": "lower critical",
8702e61474dSPatrick Rudolph                        "Severity": 1,
8712e61474dSPatrick Rudolph                        "Value": 2.97
8722e61474dSPatrick Rudolph                    },
8732e61474dSPatrick Rudolph                    {
8742e61474dSPatrick Rudolph                        "Direction": "greater than",
875*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
8762e61474dSPatrick Rudolph                        "Label": "in1",
8772e61474dSPatrick Rudolph                        "Name": "upper critical",
8782e61474dSPatrick Rudolph                        "Severity": 1,
8792e61474dSPatrick Rudolph                        "Value": 3.63
8802e61474dSPatrick Rudolph                    }
8812e61474dSPatrick Rudolph                ],
8822e61474dSPatrick Rudolph                "Type": "MAX5970",
8832e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD07 P12V Output Current",
8842e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD07 P3V3 Output Current",
8852e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD07 P12V Output Voltage",
8862e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD07 P3V3 Output Voltage"
8872e61474dSPatrick Rudolph            }
8882e61474dSPatrick Rudolph        ],
8892e61474dSPatrick Rudolph        "Name": "RSSD07",
8902e61474dSPatrick Rudolph        "Probe": [
8912e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
8922e61474dSPatrick Rudolph            "AND",
8932e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD07', 'Present': true})",
8942e61474dSPatrick Rudolph            "MATCH_ONE"
8952e61474dSPatrick Rudolph        ],
8962e61474dSPatrick Rudolph        "Type": "Chassis"
8972e61474dSPatrick Rudolph    },
8982e61474dSPatrick Rudolph    {
8992e61474dSPatrick Rudolph        "Exposes": [
9002e61474dSPatrick Rudolph            {
9012e61474dSPatrick Rudolph                "Address": "0x3a",
9022e61474dSPatrick Rudolph                "Bus": "139",
9032e61474dSPatrick Rudolph                "Labels": [
9042e61474dSPatrick Rudolph                    "in0",
9052e61474dSPatrick Rudolph                    "in1",
9062e61474dSPatrick Rudolph                    "curr1",
9072e61474dSPatrick Rudolph                    "curr2"
9082e61474dSPatrick Rudolph                ],
9092e61474dSPatrick Rudolph                "Name": "SSB_RSSD06",
9102e61474dSPatrick Rudolph                "PollRate": 5.0,
9112e61474dSPatrick Rudolph                "PowerState": "On",
9122e61474dSPatrick Rudolph                "Thresholds": [
9132e61474dSPatrick Rudolph                    {
9142e61474dSPatrick Rudolph                        "Direction": "greater than",
915*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
9162e61474dSPatrick Rudolph                        "Label": "curr1",
9172e61474dSPatrick Rudolph                        "Name": "upper non critical",
9182e61474dSPatrick Rudolph                        "Severity": 0,
9192e61474dSPatrick Rudolph                        "Value": 3.0
9202e61474dSPatrick Rudolph                    },
9212e61474dSPatrick Rudolph                    {
9222e61474dSPatrick Rudolph                        "Direction": "greater than",
923*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
9242e61474dSPatrick Rudolph                        "Label": "curr1",
9252e61474dSPatrick Rudolph                        "Name": "upper critical",
9262e61474dSPatrick Rudolph                        "Severity": 1,
9272e61474dSPatrick Rudolph                        "Value": 4.0
9282e61474dSPatrick Rudolph                    },
9292e61474dSPatrick Rudolph                    {
9302e61474dSPatrick Rudolph                        "Direction": "greater than",
931*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
9322e61474dSPatrick Rudolph                        "Label": "curr2",
9332e61474dSPatrick Rudolph                        "Name": "upper non critical",
9342e61474dSPatrick Rudolph                        "Severity": 0,
9352e61474dSPatrick Rudolph                        "Value": 0.1
9362e61474dSPatrick Rudolph                    },
9372e61474dSPatrick Rudolph                    {
9382e61474dSPatrick Rudolph                        "Direction": "greater than",
939*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
9402e61474dSPatrick Rudolph                        "Label": "curr2",
9412e61474dSPatrick Rudolph                        "Name": "upper critical",
9422e61474dSPatrick Rudolph                        "Severity": 1,
9432e61474dSPatrick Rudolph                        "Value": 0.15
9442e61474dSPatrick Rudolph                    },
9452e61474dSPatrick Rudolph                    {
9462e61474dSPatrick Rudolph                        "Direction": "less than",
947*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
9482e61474dSPatrick Rudolph                        "Label": "in0",
9492e61474dSPatrick Rudolph                        "Name": "lower non critical",
9502e61474dSPatrick Rudolph                        "Severity": 0,
9512e61474dSPatrick Rudolph                        "Value": 11.68
9522e61474dSPatrick Rudolph                    },
9532e61474dSPatrick Rudolph                    {
9542e61474dSPatrick Rudolph                        "Direction": "greater than",
955*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
9562e61474dSPatrick Rudolph                        "Label": "in0",
9572e61474dSPatrick Rudolph                        "Name": "upper non critical",
9582e61474dSPatrick Rudolph                        "Severity": 0,
9592e61474dSPatrick Rudolph                        "Value": 12.8
9602e61474dSPatrick Rudolph                    },
9612e61474dSPatrick Rudolph                    {
9622e61474dSPatrick Rudolph                        "Direction": "less than",
963*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
9642e61474dSPatrick Rudolph                        "Label": "in0",
9652e61474dSPatrick Rudolph                        "Name": "lower critical",
9662e61474dSPatrick Rudolph                        "Severity": 1,
9672e61474dSPatrick Rudolph                        "Value": 11.08
9682e61474dSPatrick Rudolph                    },
9692e61474dSPatrick Rudolph                    {
9702e61474dSPatrick Rudolph                        "Direction": "greater than",
971*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
9722e61474dSPatrick Rudolph                        "Label": "in0",
9732e61474dSPatrick Rudolph                        "Name": "upper critical",
9742e61474dSPatrick Rudolph                        "Severity": 1,
9752e61474dSPatrick Rudolph                        "Value": 13.3
9762e61474dSPatrick Rudolph                    },
9772e61474dSPatrick Rudolph                    {
9782e61474dSPatrick Rudolph                        "Direction": "less than",
979*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
9802e61474dSPatrick Rudolph                        "Label": "in1",
9812e61474dSPatrick Rudolph                        "Name": "lower non critical",
9822e61474dSPatrick Rudolph                        "Severity": 0,
9832e61474dSPatrick Rudolph                        "Value": 3.14
9842e61474dSPatrick Rudolph                    },
9852e61474dSPatrick Rudolph                    {
9862e61474dSPatrick Rudolph                        "Direction": "greater than",
987*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
9882e61474dSPatrick Rudolph                        "Label": "in1",
9892e61474dSPatrick Rudolph                        "Name": "upper non critical",
9902e61474dSPatrick Rudolph                        "Severity": 0,
9912e61474dSPatrick Rudolph                        "Value": 3.47
9922e61474dSPatrick Rudolph                    },
9932e61474dSPatrick Rudolph                    {
9942e61474dSPatrick Rudolph                        "Direction": "less than",
995*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
9962e61474dSPatrick Rudolph                        "Label": "in1",
9972e61474dSPatrick Rudolph                        "Name": "lower critical",
9982e61474dSPatrick Rudolph                        "Severity": 1,
9992e61474dSPatrick Rudolph                        "Value": 2.97
10002e61474dSPatrick Rudolph                    },
10012e61474dSPatrick Rudolph                    {
10022e61474dSPatrick Rudolph                        "Direction": "greater than",
1003*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
10042e61474dSPatrick Rudolph                        "Label": "in1",
10052e61474dSPatrick Rudolph                        "Name": "upper critical",
10062e61474dSPatrick Rudolph                        "Severity": 1,
10072e61474dSPatrick Rudolph                        "Value": 3.63
10082e61474dSPatrick Rudolph                    }
10092e61474dSPatrick Rudolph                ],
10102e61474dSPatrick Rudolph                "Type": "MAX5970",
10112e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD06 P12V Output Current",
10122e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD06 P3V3 Output Current",
10132e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD06 P12V Output Voltage",
10142e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD06 P3V3 Output Voltage"
10152e61474dSPatrick Rudolph            }
10162e61474dSPatrick Rudolph        ],
10172e61474dSPatrick Rudolph        "Name": "RSSD06",
10182e61474dSPatrick Rudolph        "Probe": [
10192e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
10202e61474dSPatrick Rudolph            "AND",
10212e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD06', 'Present': true})",
10222e61474dSPatrick Rudolph            "MATCH_ONE"
10232e61474dSPatrick Rudolph        ],
10242e61474dSPatrick Rudolph        "Type": "Chassis"
10252e61474dSPatrick Rudolph    },
10262e61474dSPatrick Rudolph    {
10272e61474dSPatrick Rudolph        "Exposes": [
10282e61474dSPatrick Rudolph            {
10292e61474dSPatrick Rudolph                "Address": "0x3a",
10302e61474dSPatrick Rudolph                "Bus": "141",
10312e61474dSPatrick Rudolph                "Labels": [
10322e61474dSPatrick Rudolph                    "in0",
10332e61474dSPatrick Rudolph                    "in1",
10342e61474dSPatrick Rudolph                    "curr1",
10352e61474dSPatrick Rudolph                    "curr2"
10362e61474dSPatrick Rudolph                ],
10372e61474dSPatrick Rudolph                "Name": "SSB_RSSD14",
10382e61474dSPatrick Rudolph                "PollRate": 5.0,
10392e61474dSPatrick Rudolph                "PowerState": "On",
10402e61474dSPatrick Rudolph                "Thresholds": [
10412e61474dSPatrick Rudolph                    {
10422e61474dSPatrick Rudolph                        "Direction": "greater than",
1043*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
10442e61474dSPatrick Rudolph                        "Label": "curr1",
10452e61474dSPatrick Rudolph                        "Name": "upper non critical",
10462e61474dSPatrick Rudolph                        "Severity": 0,
10472e61474dSPatrick Rudolph                        "Value": 3.0
10482e61474dSPatrick Rudolph                    },
10492e61474dSPatrick Rudolph                    {
10502e61474dSPatrick Rudolph                        "Direction": "greater than",
1051*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
10522e61474dSPatrick Rudolph                        "Label": "curr1",
10532e61474dSPatrick Rudolph                        "Name": "upper critical",
10542e61474dSPatrick Rudolph                        "Severity": 1,
10552e61474dSPatrick Rudolph                        "Value": 4.0
10562e61474dSPatrick Rudolph                    },
10572e61474dSPatrick Rudolph                    {
10582e61474dSPatrick Rudolph                        "Direction": "greater than",
1059*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
10602e61474dSPatrick Rudolph                        "Label": "curr2",
10612e61474dSPatrick Rudolph                        "Name": "upper non critical",
10622e61474dSPatrick Rudolph                        "Severity": 0,
10632e61474dSPatrick Rudolph                        "Value": 0.1
10642e61474dSPatrick Rudolph                    },
10652e61474dSPatrick Rudolph                    {
10662e61474dSPatrick Rudolph                        "Direction": "greater than",
1067*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
10682e61474dSPatrick Rudolph                        "Label": "curr2",
10692e61474dSPatrick Rudolph                        "Name": "upper critical",
10702e61474dSPatrick Rudolph                        "Severity": 1,
10712e61474dSPatrick Rudolph                        "Value": 0.15
10722e61474dSPatrick Rudolph                    },
10732e61474dSPatrick Rudolph                    {
10742e61474dSPatrick Rudolph                        "Direction": "less than",
1075*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
10762e61474dSPatrick Rudolph                        "Label": "in0",
10772e61474dSPatrick Rudolph                        "Name": "lower non critical",
10782e61474dSPatrick Rudolph                        "Severity": 0,
10792e61474dSPatrick Rudolph                        "Value": 11.68
10802e61474dSPatrick Rudolph                    },
10812e61474dSPatrick Rudolph                    {
10822e61474dSPatrick Rudolph                        "Direction": "greater than",
1083*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
10842e61474dSPatrick Rudolph                        "Label": "in0",
10852e61474dSPatrick Rudolph                        "Name": "upper non critical",
10862e61474dSPatrick Rudolph                        "Severity": 0,
10872e61474dSPatrick Rudolph                        "Value": 12.8
10882e61474dSPatrick Rudolph                    },
10892e61474dSPatrick Rudolph                    {
10902e61474dSPatrick Rudolph                        "Direction": "less than",
1091*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
10922e61474dSPatrick Rudolph                        "Label": "in0",
10932e61474dSPatrick Rudolph                        "Name": "lower critical",
10942e61474dSPatrick Rudolph                        "Severity": 1,
10952e61474dSPatrick Rudolph                        "Value": 11.08
10962e61474dSPatrick Rudolph                    },
10972e61474dSPatrick Rudolph                    {
10982e61474dSPatrick Rudolph                        "Direction": "greater than",
1099*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
11002e61474dSPatrick Rudolph                        "Label": "in0",
11012e61474dSPatrick Rudolph                        "Name": "upper critical",
11022e61474dSPatrick Rudolph                        "Severity": 1,
11032e61474dSPatrick Rudolph                        "Value": 13.3
11042e61474dSPatrick Rudolph                    },
11052e61474dSPatrick Rudolph                    {
11062e61474dSPatrick Rudolph                        "Direction": "less than",
1107*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
11082e61474dSPatrick Rudolph                        "Label": "in1",
11092e61474dSPatrick Rudolph                        "Name": "lower non critical",
11102e61474dSPatrick Rudolph                        "Severity": 0,
11112e61474dSPatrick Rudolph                        "Value": 3.14
11122e61474dSPatrick Rudolph                    },
11132e61474dSPatrick Rudolph                    {
11142e61474dSPatrick Rudolph                        "Direction": "greater than",
1115*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
11162e61474dSPatrick Rudolph                        "Label": "in1",
11172e61474dSPatrick Rudolph                        "Name": "upper non critical",
11182e61474dSPatrick Rudolph                        "Severity": 0,
11192e61474dSPatrick Rudolph                        "Value": 3.47
11202e61474dSPatrick Rudolph                    },
11212e61474dSPatrick Rudolph                    {
11222e61474dSPatrick Rudolph                        "Direction": "less than",
1123*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
11242e61474dSPatrick Rudolph                        "Label": "in1",
11252e61474dSPatrick Rudolph                        "Name": "lower critical",
11262e61474dSPatrick Rudolph                        "Severity": 1,
11272e61474dSPatrick Rudolph                        "Value": 2.97
11282e61474dSPatrick Rudolph                    },
11292e61474dSPatrick Rudolph                    {
11302e61474dSPatrick Rudolph                        "Direction": "greater than",
1131*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
11322e61474dSPatrick Rudolph                        "Label": "in1",
11332e61474dSPatrick Rudolph                        "Name": "upper critical",
11342e61474dSPatrick Rudolph                        "Severity": 1,
11352e61474dSPatrick Rudolph                        "Value": 3.63
11362e61474dSPatrick Rudolph                    }
11372e61474dSPatrick Rudolph                ],
11382e61474dSPatrick Rudolph                "Type": "MAX5970",
11392e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD14 P12V Output Current",
11402e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD14 P3V3 Output Current",
11412e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD14 P12V Output Voltage",
11422e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD14 P3V3 Output Voltage"
11432e61474dSPatrick Rudolph            }
11442e61474dSPatrick Rudolph        ],
11452e61474dSPatrick Rudolph        "Name": "RSSD14",
11462e61474dSPatrick Rudolph        "Probe": [
11472e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
11482e61474dSPatrick Rudolph            "AND",
11492e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD14', 'Present': true})",
11502e61474dSPatrick Rudolph            "MATCH_ONE"
11512e61474dSPatrick Rudolph        ],
11522e61474dSPatrick Rudolph        "Type": "Chassis"
11532e61474dSPatrick Rudolph    },
11542e61474dSPatrick Rudolph    {
11552e61474dSPatrick Rudolph        "Exposes": [
11562e61474dSPatrick Rudolph            {
11572e61474dSPatrick Rudolph                "Address": "0x3a",
11582e61474dSPatrick Rudolph                "Bus": "142",
11592e61474dSPatrick Rudolph                "Labels": [
11602e61474dSPatrick Rudolph                    "in0",
11612e61474dSPatrick Rudolph                    "in1",
11622e61474dSPatrick Rudolph                    "curr1",
11632e61474dSPatrick Rudolph                    "curr2"
11642e61474dSPatrick Rudolph                ],
11652e61474dSPatrick Rudolph                "Name": "SSB_RSSD13",
11662e61474dSPatrick Rudolph                "PollRate": 5.0,
11672e61474dSPatrick Rudolph                "PowerState": "On",
11682e61474dSPatrick Rudolph                "Thresholds": [
11692e61474dSPatrick Rudolph                    {
11702e61474dSPatrick Rudolph                        "Direction": "greater than",
1171*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
11722e61474dSPatrick Rudolph                        "Label": "curr1",
11732e61474dSPatrick Rudolph                        "Name": "upper non critical",
11742e61474dSPatrick Rudolph                        "Severity": 0,
11752e61474dSPatrick Rudolph                        "Value": 3.0
11762e61474dSPatrick Rudolph                    },
11772e61474dSPatrick Rudolph                    {
11782e61474dSPatrick Rudolph                        "Direction": "greater than",
1179*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
11802e61474dSPatrick Rudolph                        "Label": "curr1",
11812e61474dSPatrick Rudolph                        "Name": "upper critical",
11822e61474dSPatrick Rudolph                        "Severity": 1,
11832e61474dSPatrick Rudolph                        "Value": 4.0
11842e61474dSPatrick Rudolph                    },
11852e61474dSPatrick Rudolph                    {
11862e61474dSPatrick Rudolph                        "Direction": "greater than",
1187*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
11882e61474dSPatrick Rudolph                        "Label": "curr2",
11892e61474dSPatrick Rudolph                        "Name": "upper non critical",
11902e61474dSPatrick Rudolph                        "Severity": 0,
11912e61474dSPatrick Rudolph                        "Value": 0.1
11922e61474dSPatrick Rudolph                    },
11932e61474dSPatrick Rudolph                    {
11942e61474dSPatrick Rudolph                        "Direction": "greater than",
1195*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
11962e61474dSPatrick Rudolph                        "Label": "curr2",
11972e61474dSPatrick Rudolph                        "Name": "upper critical",
11982e61474dSPatrick Rudolph                        "Severity": 1,
11992e61474dSPatrick Rudolph                        "Value": 0.15
12002e61474dSPatrick Rudolph                    },
12012e61474dSPatrick Rudolph                    {
12022e61474dSPatrick Rudolph                        "Direction": "less than",
1203*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
12042e61474dSPatrick Rudolph                        "Label": "in0",
12052e61474dSPatrick Rudolph                        "Name": "lower non critical",
12062e61474dSPatrick Rudolph                        "Severity": 0,
12072e61474dSPatrick Rudolph                        "Value": 11.68
12082e61474dSPatrick Rudolph                    },
12092e61474dSPatrick Rudolph                    {
12102e61474dSPatrick Rudolph                        "Direction": "greater than",
1211*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
12122e61474dSPatrick Rudolph                        "Label": "in0",
12132e61474dSPatrick Rudolph                        "Name": "upper non critical",
12142e61474dSPatrick Rudolph                        "Severity": 0,
12152e61474dSPatrick Rudolph                        "Value": 12.8
12162e61474dSPatrick Rudolph                    },
12172e61474dSPatrick Rudolph                    {
12182e61474dSPatrick Rudolph                        "Direction": "less than",
1219*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
12202e61474dSPatrick Rudolph                        "Label": "in0",
12212e61474dSPatrick Rudolph                        "Name": "lower critical",
12222e61474dSPatrick Rudolph                        "Severity": 1,
12232e61474dSPatrick Rudolph                        "Value": 11.08
12242e61474dSPatrick Rudolph                    },
12252e61474dSPatrick Rudolph                    {
12262e61474dSPatrick Rudolph                        "Direction": "greater than",
1227*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
12282e61474dSPatrick Rudolph                        "Label": "in0",
12292e61474dSPatrick Rudolph                        "Name": "upper critical",
12302e61474dSPatrick Rudolph                        "Severity": 1,
12312e61474dSPatrick Rudolph                        "Value": 13.3
12322e61474dSPatrick Rudolph                    },
12332e61474dSPatrick Rudolph                    {
12342e61474dSPatrick Rudolph                        "Direction": "less than",
1235*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
12362e61474dSPatrick Rudolph                        "Label": "in1",
12372e61474dSPatrick Rudolph                        "Name": "lower non critical",
12382e61474dSPatrick Rudolph                        "Severity": 0,
12392e61474dSPatrick Rudolph                        "Value": 3.14
12402e61474dSPatrick Rudolph                    },
12412e61474dSPatrick Rudolph                    {
12422e61474dSPatrick Rudolph                        "Direction": "greater than",
1243*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
12442e61474dSPatrick Rudolph                        "Label": "in1",
12452e61474dSPatrick Rudolph                        "Name": "upper non critical",
12462e61474dSPatrick Rudolph                        "Severity": 0,
12472e61474dSPatrick Rudolph                        "Value": 3.47
12482e61474dSPatrick Rudolph                    },
12492e61474dSPatrick Rudolph                    {
12502e61474dSPatrick Rudolph                        "Direction": "less than",
1251*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
12522e61474dSPatrick Rudolph                        "Label": "in1",
12532e61474dSPatrick Rudolph                        "Name": "lower critical",
12542e61474dSPatrick Rudolph                        "Severity": 1,
12552e61474dSPatrick Rudolph                        "Value": 2.97
12562e61474dSPatrick Rudolph                    },
12572e61474dSPatrick Rudolph                    {
12582e61474dSPatrick Rudolph                        "Direction": "greater than",
1259*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
12602e61474dSPatrick Rudolph                        "Label": "in1",
12612e61474dSPatrick Rudolph                        "Name": "upper critical",
12622e61474dSPatrick Rudolph                        "Severity": 1,
12632e61474dSPatrick Rudolph                        "Value": 3.63
12642e61474dSPatrick Rudolph                    }
12652e61474dSPatrick Rudolph                ],
12662e61474dSPatrick Rudolph                "Type": "MAX5970",
12672e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD13 P12V Output Current",
12682e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD13 P3V3 Output Current",
12692e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD13 P12V Output Voltage",
12702e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD13 P3V3 Output Voltage"
12712e61474dSPatrick Rudolph            }
12722e61474dSPatrick Rudolph        ],
12732e61474dSPatrick Rudolph        "Name": "RSSD13",
12742e61474dSPatrick Rudolph        "Probe": [
12752e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
12762e61474dSPatrick Rudolph            "AND",
12772e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD13', 'Present': true})",
12782e61474dSPatrick Rudolph            "MATCH_ONE"
12792e61474dSPatrick Rudolph        ],
12802e61474dSPatrick Rudolph        "Type": "Chassis"
12812e61474dSPatrick Rudolph    },
12822e61474dSPatrick Rudolph    {
12832e61474dSPatrick Rudolph        "Exposes": [
12842e61474dSPatrick Rudolph            {
12852e61474dSPatrick Rudolph                "Address": "0x3a",
12862e61474dSPatrick Rudolph                "Bus": "143",
12872e61474dSPatrick Rudolph                "Labels": [
12882e61474dSPatrick Rudolph                    "in0",
12892e61474dSPatrick Rudolph                    "in1",
12902e61474dSPatrick Rudolph                    "curr1",
12912e61474dSPatrick Rudolph                    "curr2"
12922e61474dSPatrick Rudolph                ],
12932e61474dSPatrick Rudolph                "Name": "SSB_RSSD12",
12942e61474dSPatrick Rudolph                "PollRate": 5.0,
12952e61474dSPatrick Rudolph                "PowerState": "On",
12962e61474dSPatrick Rudolph                "Thresholds": [
12972e61474dSPatrick Rudolph                    {
12982e61474dSPatrick Rudolph                        "Direction": "greater than",
1299*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
13002e61474dSPatrick Rudolph                        "Label": "curr1",
13012e61474dSPatrick Rudolph                        "Name": "upper non critical",
13022e61474dSPatrick Rudolph                        "Severity": 0,
13032e61474dSPatrick Rudolph                        "Value": 3.0
13042e61474dSPatrick Rudolph                    },
13052e61474dSPatrick Rudolph                    {
13062e61474dSPatrick Rudolph                        "Direction": "greater than",
1307*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
13082e61474dSPatrick Rudolph                        "Label": "curr1",
13092e61474dSPatrick Rudolph                        "Name": "upper critical",
13102e61474dSPatrick Rudolph                        "Severity": 1,
13112e61474dSPatrick Rudolph                        "Value": 4.0
13122e61474dSPatrick Rudolph                    },
13132e61474dSPatrick Rudolph                    {
13142e61474dSPatrick Rudolph                        "Direction": "greater than",
1315*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
13162e61474dSPatrick Rudolph                        "Label": "curr2",
13172e61474dSPatrick Rudolph                        "Name": "upper non critical",
13182e61474dSPatrick Rudolph                        "Severity": 0,
13192e61474dSPatrick Rudolph                        "Value": 0.1
13202e61474dSPatrick Rudolph                    },
13212e61474dSPatrick Rudolph                    {
13222e61474dSPatrick Rudolph                        "Direction": "greater than",
1323*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
13242e61474dSPatrick Rudolph                        "Label": "curr2",
13252e61474dSPatrick Rudolph                        "Name": "upper critical",
13262e61474dSPatrick Rudolph                        "Severity": 1,
13272e61474dSPatrick Rudolph                        "Value": 0.15
13282e61474dSPatrick Rudolph                    },
13292e61474dSPatrick Rudolph                    {
13302e61474dSPatrick Rudolph                        "Direction": "less than",
1331*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
13322e61474dSPatrick Rudolph                        "Label": "in0",
13332e61474dSPatrick Rudolph                        "Name": "lower non critical",
13342e61474dSPatrick Rudolph                        "Severity": 0,
13352e61474dSPatrick Rudolph                        "Value": 11.68
13362e61474dSPatrick Rudolph                    },
13372e61474dSPatrick Rudolph                    {
13382e61474dSPatrick Rudolph                        "Direction": "greater than",
1339*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
13402e61474dSPatrick Rudolph                        "Label": "in0",
13412e61474dSPatrick Rudolph                        "Name": "upper non critical",
13422e61474dSPatrick Rudolph                        "Severity": 0,
13432e61474dSPatrick Rudolph                        "Value": 12.8
13442e61474dSPatrick Rudolph                    },
13452e61474dSPatrick Rudolph                    {
13462e61474dSPatrick Rudolph                        "Direction": "less than",
1347*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
13482e61474dSPatrick Rudolph                        "Label": "in0",
13492e61474dSPatrick Rudolph                        "Name": "lower critical",
13502e61474dSPatrick Rudolph                        "Severity": 1,
13512e61474dSPatrick Rudolph                        "Value": 11.08
13522e61474dSPatrick Rudolph                    },
13532e61474dSPatrick Rudolph                    {
13542e61474dSPatrick Rudolph                        "Direction": "greater than",
1355*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
13562e61474dSPatrick Rudolph                        "Label": "in0",
13572e61474dSPatrick Rudolph                        "Name": "upper critical",
13582e61474dSPatrick Rudolph                        "Severity": 1,
13592e61474dSPatrick Rudolph                        "Value": 13.3
13602e61474dSPatrick Rudolph                    },
13612e61474dSPatrick Rudolph                    {
13622e61474dSPatrick Rudolph                        "Direction": "less than",
1363*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
13642e61474dSPatrick Rudolph                        "Label": "in1",
13652e61474dSPatrick Rudolph                        "Name": "lower non critical",
13662e61474dSPatrick Rudolph                        "Severity": 0,
13672e61474dSPatrick Rudolph                        "Value": 3.14
13682e61474dSPatrick Rudolph                    },
13692e61474dSPatrick Rudolph                    {
13702e61474dSPatrick Rudolph                        "Direction": "greater than",
1371*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
13722e61474dSPatrick Rudolph                        "Label": "in1",
13732e61474dSPatrick Rudolph                        "Name": "upper non critical",
13742e61474dSPatrick Rudolph                        "Severity": 0,
13752e61474dSPatrick Rudolph                        "Value": 3.47
13762e61474dSPatrick Rudolph                    },
13772e61474dSPatrick Rudolph                    {
13782e61474dSPatrick Rudolph                        "Direction": "less than",
1379*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
13802e61474dSPatrick Rudolph                        "Label": "in1",
13812e61474dSPatrick Rudolph                        "Name": "lower critical",
13822e61474dSPatrick Rudolph                        "Severity": 1,
13832e61474dSPatrick Rudolph                        "Value": 2.97
13842e61474dSPatrick Rudolph                    },
13852e61474dSPatrick Rudolph                    {
13862e61474dSPatrick Rudolph                        "Direction": "greater than",
1387*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
13882e61474dSPatrick Rudolph                        "Label": "in1",
13892e61474dSPatrick Rudolph                        "Name": "upper critical",
13902e61474dSPatrick Rudolph                        "Severity": 1,
13912e61474dSPatrick Rudolph                        "Value": 3.63
13922e61474dSPatrick Rudolph                    }
13932e61474dSPatrick Rudolph                ],
13942e61474dSPatrick Rudolph                "Type": "MAX5970",
13952e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD12 P12V Output Current",
13962e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD12 P3V3 Output Current",
13972e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD12 P12V Output Voltage",
13982e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD12 P3V3 Output Voltage"
13992e61474dSPatrick Rudolph            }
14002e61474dSPatrick Rudolph        ],
14012e61474dSPatrick Rudolph        "Name": "RSSD12",
14022e61474dSPatrick Rudolph        "Probe": [
14032e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
14042e61474dSPatrick Rudolph            "AND",
14052e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD12', 'Present': true})",
14062e61474dSPatrick Rudolph            "MATCH_ONE"
14072e61474dSPatrick Rudolph        ],
14082e61474dSPatrick Rudolph        "Type": "Chassis"
14092e61474dSPatrick Rudolph    },
14102e61474dSPatrick Rudolph    {
14112e61474dSPatrick Rudolph        "Exposes": [
14122e61474dSPatrick Rudolph            {
14132e61474dSPatrick Rudolph                "Address": "0x3a",
14142e61474dSPatrick Rudolph                "Bus": "144",
14152e61474dSPatrick Rudolph                "Labels": [
14162e61474dSPatrick Rudolph                    "in0",
14172e61474dSPatrick Rudolph                    "in1",
14182e61474dSPatrick Rudolph                    "curr1",
14192e61474dSPatrick Rudolph                    "curr2"
14202e61474dSPatrick Rudolph                ],
14212e61474dSPatrick Rudolph                "Name": "SSB_RSSD11",
14222e61474dSPatrick Rudolph                "PollRate": 5.0,
14232e61474dSPatrick Rudolph                "PowerState": "On",
14242e61474dSPatrick Rudolph                "Thresholds": [
14252e61474dSPatrick Rudolph                    {
14262e61474dSPatrick Rudolph                        "Direction": "greater than",
1427*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
14282e61474dSPatrick Rudolph                        "Label": "curr1",
14292e61474dSPatrick Rudolph                        "Name": "upper non critical",
14302e61474dSPatrick Rudolph                        "Severity": 0,
14312e61474dSPatrick Rudolph                        "Value": 3.0
14322e61474dSPatrick Rudolph                    },
14332e61474dSPatrick Rudolph                    {
14342e61474dSPatrick Rudolph                        "Direction": "greater than",
1435*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
14362e61474dSPatrick Rudolph                        "Label": "curr1",
14372e61474dSPatrick Rudolph                        "Name": "upper critical",
14382e61474dSPatrick Rudolph                        "Severity": 1,
14392e61474dSPatrick Rudolph                        "Value": 4.0
14402e61474dSPatrick Rudolph                    },
14412e61474dSPatrick Rudolph                    {
14422e61474dSPatrick Rudolph                        "Direction": "greater than",
1443*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
14442e61474dSPatrick Rudolph                        "Label": "curr2",
14452e61474dSPatrick Rudolph                        "Name": "upper non critical",
14462e61474dSPatrick Rudolph                        "Severity": 0,
14472e61474dSPatrick Rudolph                        "Value": 0.1
14482e61474dSPatrick Rudolph                    },
14492e61474dSPatrick Rudolph                    {
14502e61474dSPatrick Rudolph                        "Direction": "greater than",
1451*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
14522e61474dSPatrick Rudolph                        "Label": "curr2",
14532e61474dSPatrick Rudolph                        "Name": "upper critical",
14542e61474dSPatrick Rudolph                        "Severity": 1,
14552e61474dSPatrick Rudolph                        "Value": 0.15
14562e61474dSPatrick Rudolph                    },
14572e61474dSPatrick Rudolph                    {
14582e61474dSPatrick Rudolph                        "Direction": "less than",
1459*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
14602e61474dSPatrick Rudolph                        "Label": "in0",
14612e61474dSPatrick Rudolph                        "Name": "lower non critical",
14622e61474dSPatrick Rudolph                        "Severity": 0,
14632e61474dSPatrick Rudolph                        "Value": 11.68
14642e61474dSPatrick Rudolph                    },
14652e61474dSPatrick Rudolph                    {
14662e61474dSPatrick Rudolph                        "Direction": "greater than",
1467*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
14682e61474dSPatrick Rudolph                        "Label": "in0",
14692e61474dSPatrick Rudolph                        "Name": "upper non critical",
14702e61474dSPatrick Rudolph                        "Severity": 0,
14712e61474dSPatrick Rudolph                        "Value": 12.8
14722e61474dSPatrick Rudolph                    },
14732e61474dSPatrick Rudolph                    {
14742e61474dSPatrick Rudolph                        "Direction": "less than",
1475*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
14762e61474dSPatrick Rudolph                        "Label": "in0",
14772e61474dSPatrick Rudolph                        "Name": "lower critical",
14782e61474dSPatrick Rudolph                        "Severity": 1,
14792e61474dSPatrick Rudolph                        "Value": 11.08
14802e61474dSPatrick Rudolph                    },
14812e61474dSPatrick Rudolph                    {
14822e61474dSPatrick Rudolph                        "Direction": "greater than",
1483*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
14842e61474dSPatrick Rudolph                        "Label": "in0",
14852e61474dSPatrick Rudolph                        "Name": "upper critical",
14862e61474dSPatrick Rudolph                        "Severity": 1,
14872e61474dSPatrick Rudolph                        "Value": 13.3
14882e61474dSPatrick Rudolph                    },
14892e61474dSPatrick Rudolph                    {
14902e61474dSPatrick Rudolph                        "Direction": "less than",
1491*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
14922e61474dSPatrick Rudolph                        "Label": "in1",
14932e61474dSPatrick Rudolph                        "Name": "lower non critical",
14942e61474dSPatrick Rudolph                        "Severity": 0,
14952e61474dSPatrick Rudolph                        "Value": 3.14
14962e61474dSPatrick Rudolph                    },
14972e61474dSPatrick Rudolph                    {
14982e61474dSPatrick Rudolph                        "Direction": "greater than",
1499*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
15002e61474dSPatrick Rudolph                        "Label": "in1",
15012e61474dSPatrick Rudolph                        "Name": "upper non critical",
15022e61474dSPatrick Rudolph                        "Severity": 0,
15032e61474dSPatrick Rudolph                        "Value": 3.47
15042e61474dSPatrick Rudolph                    },
15052e61474dSPatrick Rudolph                    {
15062e61474dSPatrick Rudolph                        "Direction": "less than",
1507*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
15082e61474dSPatrick Rudolph                        "Label": "in1",
15092e61474dSPatrick Rudolph                        "Name": "lower critical",
15102e61474dSPatrick Rudolph                        "Severity": 1,
15112e61474dSPatrick Rudolph                        "Value": 2.97
15122e61474dSPatrick Rudolph                    },
15132e61474dSPatrick Rudolph                    {
15142e61474dSPatrick Rudolph                        "Direction": "greater than",
1515*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
15162e61474dSPatrick Rudolph                        "Label": "in1",
15172e61474dSPatrick Rudolph                        "Name": "upper critical",
15182e61474dSPatrick Rudolph                        "Severity": 1,
15192e61474dSPatrick Rudolph                        "Value": 3.63
15202e61474dSPatrick Rudolph                    }
15212e61474dSPatrick Rudolph                ],
15222e61474dSPatrick Rudolph                "Type": "MAX5970",
15232e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD11 P12V Output Current",
15242e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD11 P3V3 Output Current",
15252e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD11 P12V Output Voltage",
15262e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD11 P3V3 Output Voltage"
15272e61474dSPatrick Rudolph            }
15282e61474dSPatrick Rudolph        ],
15292e61474dSPatrick Rudolph        "Name": "RSSD11",
15302e61474dSPatrick Rudolph        "Probe": [
15312e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
15322e61474dSPatrick Rudolph            "AND",
15332e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD11', 'Present': true})",
15342e61474dSPatrick Rudolph            "MATCH_ONE"
15352e61474dSPatrick Rudolph        ],
15362e61474dSPatrick Rudolph        "Type": "Chassis"
15372e61474dSPatrick Rudolph    },
15382e61474dSPatrick Rudolph    {
15392e61474dSPatrick Rudolph        "Exposes": [
15402e61474dSPatrick Rudolph            {
15412e61474dSPatrick Rudolph                "Address": "0x3a",
15422e61474dSPatrick Rudolph                "Bus": "145",
15432e61474dSPatrick Rudolph                "Labels": [
15442e61474dSPatrick Rudolph                    "in0",
15452e61474dSPatrick Rudolph                    "in1",
15462e61474dSPatrick Rudolph                    "curr1",
15472e61474dSPatrick Rudolph                    "curr2"
15482e61474dSPatrick Rudolph                ],
15492e61474dSPatrick Rudolph                "Name": "SSB_RSSD10",
15502e61474dSPatrick Rudolph                "PollRate": 5.0,
15512e61474dSPatrick Rudolph                "PowerState": "On",
15522e61474dSPatrick Rudolph                "Thresholds": [
15532e61474dSPatrick Rudolph                    {
15542e61474dSPatrick Rudolph                        "Direction": "greater than",
1555*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
15562e61474dSPatrick Rudolph                        "Label": "curr1",
15572e61474dSPatrick Rudolph                        "Name": "upper non critical",
15582e61474dSPatrick Rudolph                        "Severity": 0,
15592e61474dSPatrick Rudolph                        "Value": 3.0
15602e61474dSPatrick Rudolph                    },
15612e61474dSPatrick Rudolph                    {
15622e61474dSPatrick Rudolph                        "Direction": "greater than",
1563*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
15642e61474dSPatrick Rudolph                        "Label": "curr1",
15652e61474dSPatrick Rudolph                        "Name": "upper critical",
15662e61474dSPatrick Rudolph                        "Severity": 1,
15672e61474dSPatrick Rudolph                        "Value": 4.0
15682e61474dSPatrick Rudolph                    },
15692e61474dSPatrick Rudolph                    {
15702e61474dSPatrick Rudolph                        "Direction": "greater than",
1571*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
15722e61474dSPatrick Rudolph                        "Label": "curr2",
15732e61474dSPatrick Rudolph                        "Name": "upper non critical",
15742e61474dSPatrick Rudolph                        "Severity": 0,
15752e61474dSPatrick Rudolph                        "Value": 0.1
15762e61474dSPatrick Rudolph                    },
15772e61474dSPatrick Rudolph                    {
15782e61474dSPatrick Rudolph                        "Direction": "greater than",
1579*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
15802e61474dSPatrick Rudolph                        "Label": "curr2",
15812e61474dSPatrick Rudolph                        "Name": "upper critical",
15822e61474dSPatrick Rudolph                        "Severity": 1,
15832e61474dSPatrick Rudolph                        "Value": 0.15
15842e61474dSPatrick Rudolph                    },
15852e61474dSPatrick Rudolph                    {
15862e61474dSPatrick Rudolph                        "Direction": "less than",
1587*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
15882e61474dSPatrick Rudolph                        "Label": "in0",
15892e61474dSPatrick Rudolph                        "Name": "lower non critical",
15902e61474dSPatrick Rudolph                        "Severity": 0,
15912e61474dSPatrick Rudolph                        "Value": 11.68
15922e61474dSPatrick Rudolph                    },
15932e61474dSPatrick Rudolph                    {
15942e61474dSPatrick Rudolph                        "Direction": "greater than",
1595*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
15962e61474dSPatrick Rudolph                        "Label": "in0",
15972e61474dSPatrick Rudolph                        "Name": "upper non critical",
15982e61474dSPatrick Rudolph                        "Severity": 0,
15992e61474dSPatrick Rudolph                        "Value": 12.8
16002e61474dSPatrick Rudolph                    },
16012e61474dSPatrick Rudolph                    {
16022e61474dSPatrick Rudolph                        "Direction": "less than",
1603*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
16042e61474dSPatrick Rudolph                        "Label": "in0",
16052e61474dSPatrick Rudolph                        "Name": "lower critical",
16062e61474dSPatrick Rudolph                        "Severity": 1,
16072e61474dSPatrick Rudolph                        "Value": 11.08
16082e61474dSPatrick Rudolph                    },
16092e61474dSPatrick Rudolph                    {
16102e61474dSPatrick Rudolph                        "Direction": "greater than",
1611*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
16122e61474dSPatrick Rudolph                        "Label": "in0",
16132e61474dSPatrick Rudolph                        "Name": "upper critical",
16142e61474dSPatrick Rudolph                        "Severity": 1,
16152e61474dSPatrick Rudolph                        "Value": 13.3
16162e61474dSPatrick Rudolph                    },
16172e61474dSPatrick Rudolph                    {
16182e61474dSPatrick Rudolph                        "Direction": "less than",
1619*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
16202e61474dSPatrick Rudolph                        "Label": "in1",
16212e61474dSPatrick Rudolph                        "Name": "lower non critical",
16222e61474dSPatrick Rudolph                        "Severity": 0,
16232e61474dSPatrick Rudolph                        "Value": 3.14
16242e61474dSPatrick Rudolph                    },
16252e61474dSPatrick Rudolph                    {
16262e61474dSPatrick Rudolph                        "Direction": "greater than",
1627*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
16282e61474dSPatrick Rudolph                        "Label": "in1",
16292e61474dSPatrick Rudolph                        "Name": "upper non critical",
16302e61474dSPatrick Rudolph                        "Severity": 0,
16312e61474dSPatrick Rudolph                        "Value": 3.47
16322e61474dSPatrick Rudolph                    },
16332e61474dSPatrick Rudolph                    {
16342e61474dSPatrick Rudolph                        "Direction": "less than",
1635*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
16362e61474dSPatrick Rudolph                        "Label": "in1",
16372e61474dSPatrick Rudolph                        "Name": "lower critical",
16382e61474dSPatrick Rudolph                        "Severity": 1,
16392e61474dSPatrick Rudolph                        "Value": 2.97
16402e61474dSPatrick Rudolph                    },
16412e61474dSPatrick Rudolph                    {
16422e61474dSPatrick Rudolph                        "Direction": "greater than",
1643*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
16442e61474dSPatrick Rudolph                        "Label": "in1",
16452e61474dSPatrick Rudolph                        "Name": "upper critical",
16462e61474dSPatrick Rudolph                        "Severity": 1,
16472e61474dSPatrick Rudolph                        "Value": 3.63
16482e61474dSPatrick Rudolph                    }
16492e61474dSPatrick Rudolph                ],
16502e61474dSPatrick Rudolph                "Type": "MAX5970",
16512e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD10 P12V Output Current",
16522e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD10 P3V3 Output Current",
16532e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD10 P12V Output Voltage",
16542e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD10 P3V3 Output Voltage"
16552e61474dSPatrick Rudolph            }
16562e61474dSPatrick Rudolph        ],
16572e61474dSPatrick Rudolph        "Name": "RSSD10",
16582e61474dSPatrick Rudolph        "Probe": [
16592e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
16602e61474dSPatrick Rudolph            "AND",
16612e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD10', 'Present': true})",
16622e61474dSPatrick Rudolph            "MATCH_ONE"
16632e61474dSPatrick Rudolph        ],
16642e61474dSPatrick Rudolph        "Type": "Chassis"
16652e61474dSPatrick Rudolph    },
16662e61474dSPatrick Rudolph    {
16672e61474dSPatrick Rudolph        "Exposes": [
16682e61474dSPatrick Rudolph            {
16692e61474dSPatrick Rudolph                "Address": "0x3a",
16702e61474dSPatrick Rudolph                "Bus": "146",
16712e61474dSPatrick Rudolph                "Labels": [
16722e61474dSPatrick Rudolph                    "in0",
16732e61474dSPatrick Rudolph                    "in1",
16742e61474dSPatrick Rudolph                    "curr1",
16752e61474dSPatrick Rudolph                    "curr2"
16762e61474dSPatrick Rudolph                ],
16772e61474dSPatrick Rudolph                "Name": "SSB_RSSD09",
16782e61474dSPatrick Rudolph                "PollRate": 5.0,
16792e61474dSPatrick Rudolph                "PowerState": "On",
16802e61474dSPatrick Rudolph                "Thresholds": [
16812e61474dSPatrick Rudolph                    {
16822e61474dSPatrick Rudolph                        "Direction": "greater than",
1683*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
16842e61474dSPatrick Rudolph                        "Label": "curr1",
16852e61474dSPatrick Rudolph                        "Name": "upper non critical",
16862e61474dSPatrick Rudolph                        "Severity": 0,
16872e61474dSPatrick Rudolph                        "Value": 3.0
16882e61474dSPatrick Rudolph                    },
16892e61474dSPatrick Rudolph                    {
16902e61474dSPatrick Rudolph                        "Direction": "greater than",
1691*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
16922e61474dSPatrick Rudolph                        "Label": "curr1",
16932e61474dSPatrick Rudolph                        "Name": "upper critical",
16942e61474dSPatrick Rudolph                        "Severity": 1,
16952e61474dSPatrick Rudolph                        "Value": 4.0
16962e61474dSPatrick Rudolph                    },
16972e61474dSPatrick Rudolph                    {
16982e61474dSPatrick Rudolph                        "Direction": "greater than",
1699*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
17002e61474dSPatrick Rudolph                        "Label": "curr2",
17012e61474dSPatrick Rudolph                        "Name": "upper non critical",
17022e61474dSPatrick Rudolph                        "Severity": 0,
17032e61474dSPatrick Rudolph                        "Value": 0.1
17042e61474dSPatrick Rudolph                    },
17052e61474dSPatrick Rudolph                    {
17062e61474dSPatrick Rudolph                        "Direction": "greater than",
1707*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
17082e61474dSPatrick Rudolph                        "Label": "curr2",
17092e61474dSPatrick Rudolph                        "Name": "upper critical",
17102e61474dSPatrick Rudolph                        "Severity": 1,
17112e61474dSPatrick Rudolph                        "Value": 0.15
17122e61474dSPatrick Rudolph                    },
17132e61474dSPatrick Rudolph                    {
17142e61474dSPatrick Rudolph                        "Direction": "less than",
1715*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
17162e61474dSPatrick Rudolph                        "Label": "in0",
17172e61474dSPatrick Rudolph                        "Name": "lower non critical",
17182e61474dSPatrick Rudolph                        "Severity": 0,
17192e61474dSPatrick Rudolph                        "Value": 11.68
17202e61474dSPatrick Rudolph                    },
17212e61474dSPatrick Rudolph                    {
17222e61474dSPatrick Rudolph                        "Direction": "greater than",
1723*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
17242e61474dSPatrick Rudolph                        "Label": "in0",
17252e61474dSPatrick Rudolph                        "Name": "upper non critical",
17262e61474dSPatrick Rudolph                        "Severity": 0,
17272e61474dSPatrick Rudolph                        "Value": 12.8
17282e61474dSPatrick Rudolph                    },
17292e61474dSPatrick Rudolph                    {
17302e61474dSPatrick Rudolph                        "Direction": "less than",
1731*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
17322e61474dSPatrick Rudolph                        "Label": "in0",
17332e61474dSPatrick Rudolph                        "Name": "lower critical",
17342e61474dSPatrick Rudolph                        "Severity": 1,
17352e61474dSPatrick Rudolph                        "Value": 11.08
17362e61474dSPatrick Rudolph                    },
17372e61474dSPatrick Rudolph                    {
17382e61474dSPatrick Rudolph                        "Direction": "greater than",
1739*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
17402e61474dSPatrick Rudolph                        "Label": "in0",
17412e61474dSPatrick Rudolph                        "Name": "upper critical",
17422e61474dSPatrick Rudolph                        "Severity": 1,
17432e61474dSPatrick Rudolph                        "Value": 13.3
17442e61474dSPatrick Rudolph                    },
17452e61474dSPatrick Rudolph                    {
17462e61474dSPatrick Rudolph                        "Direction": "less than",
1747*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
17482e61474dSPatrick Rudolph                        "Label": "in1",
17492e61474dSPatrick Rudolph                        "Name": "lower non critical",
17502e61474dSPatrick Rudolph                        "Severity": 0,
17512e61474dSPatrick Rudolph                        "Value": 3.14
17522e61474dSPatrick Rudolph                    },
17532e61474dSPatrick Rudolph                    {
17542e61474dSPatrick Rudolph                        "Direction": "greater than",
1755*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
17562e61474dSPatrick Rudolph                        "Label": "in1",
17572e61474dSPatrick Rudolph                        "Name": "upper non critical",
17582e61474dSPatrick Rudolph                        "Severity": 0,
17592e61474dSPatrick Rudolph                        "Value": 3.47
17602e61474dSPatrick Rudolph                    },
17612e61474dSPatrick Rudolph                    {
17622e61474dSPatrick Rudolph                        "Direction": "less than",
1763*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
17642e61474dSPatrick Rudolph                        "Label": "in1",
17652e61474dSPatrick Rudolph                        "Name": "lower critical",
17662e61474dSPatrick Rudolph                        "Severity": 1,
17672e61474dSPatrick Rudolph                        "Value": 2.97
17682e61474dSPatrick Rudolph                    },
17692e61474dSPatrick Rudolph                    {
17702e61474dSPatrick Rudolph                        "Direction": "greater than",
1771*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
17722e61474dSPatrick Rudolph                        "Label": "in1",
17732e61474dSPatrick Rudolph                        "Name": "upper critical",
17742e61474dSPatrick Rudolph                        "Severity": 1,
17752e61474dSPatrick Rudolph                        "Value": 3.63
17762e61474dSPatrick Rudolph                    }
17772e61474dSPatrick Rudolph                ],
17782e61474dSPatrick Rudolph                "Type": "MAX5970",
17792e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD09 P12V Output Current",
17802e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD09 P3V3 Output Current",
17812e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD09 P12V Output Voltage",
17822e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD09 P3V3 Output Voltage"
17832e61474dSPatrick Rudolph            }
17842e61474dSPatrick Rudolph        ],
17852e61474dSPatrick Rudolph        "Name": "RSSD09",
17862e61474dSPatrick Rudolph        "Probe": [
17872e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
17882e61474dSPatrick Rudolph            "AND",
17892e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD09', 'Present': true})",
17902e61474dSPatrick Rudolph            "MATCH_ONE"
17912e61474dSPatrick Rudolph        ],
17922e61474dSPatrick Rudolph        "Type": "Chassis"
17932e61474dSPatrick Rudolph    },
17942e61474dSPatrick Rudolph    {
17952e61474dSPatrick Rudolph        "Exposes": [
17962e61474dSPatrick Rudolph            {
17972e61474dSPatrick Rudolph                "Address": "0x3a",
17982e61474dSPatrick Rudolph                "Bus": "147",
17992e61474dSPatrick Rudolph                "Labels": [
18002e61474dSPatrick Rudolph                    "in0",
18012e61474dSPatrick Rudolph                    "in1",
18022e61474dSPatrick Rudolph                    "curr1",
18032e61474dSPatrick Rudolph                    "curr2"
18042e61474dSPatrick Rudolph                ],
18052e61474dSPatrick Rudolph                "Name": "SSB_RSSD15",
18062e61474dSPatrick Rudolph                "PollRate": 5.0,
18072e61474dSPatrick Rudolph                "PowerState": "On",
18082e61474dSPatrick Rudolph                "Thresholds": [
18092e61474dSPatrick Rudolph                    {
18102e61474dSPatrick Rudolph                        "Direction": "greater than",
1811*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
18122e61474dSPatrick Rudolph                        "Label": "curr1",
18132e61474dSPatrick Rudolph                        "Name": "upper non critical",
18142e61474dSPatrick Rudolph                        "Severity": 0,
18152e61474dSPatrick Rudolph                        "Value": 3.0
18162e61474dSPatrick Rudolph                    },
18172e61474dSPatrick Rudolph                    {
18182e61474dSPatrick Rudolph                        "Direction": "greater than",
1819*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
18202e61474dSPatrick Rudolph                        "Label": "curr1",
18212e61474dSPatrick Rudolph                        "Name": "upper critical",
18222e61474dSPatrick Rudolph                        "Severity": 1,
18232e61474dSPatrick Rudolph                        "Value": 4.0
18242e61474dSPatrick Rudolph                    },
18252e61474dSPatrick Rudolph                    {
18262e61474dSPatrick Rudolph                        "Direction": "greater than",
1827*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
18282e61474dSPatrick Rudolph                        "Label": "curr2",
18292e61474dSPatrick Rudolph                        "Name": "upper non critical",
18302e61474dSPatrick Rudolph                        "Severity": 0,
18312e61474dSPatrick Rudolph                        "Value": 0.1
18322e61474dSPatrick Rudolph                    },
18332e61474dSPatrick Rudolph                    {
18342e61474dSPatrick Rudolph                        "Direction": "greater than",
1835*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
18362e61474dSPatrick Rudolph                        "Label": "curr2",
18372e61474dSPatrick Rudolph                        "Name": "upper critical",
18382e61474dSPatrick Rudolph                        "Severity": 1,
18392e61474dSPatrick Rudolph                        "Value": 0.15
18402e61474dSPatrick Rudolph                    },
18412e61474dSPatrick Rudolph                    {
18422e61474dSPatrick Rudolph                        "Direction": "less than",
1843*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
18442e61474dSPatrick Rudolph                        "Label": "in0",
18452e61474dSPatrick Rudolph                        "Name": "lower non critical",
18462e61474dSPatrick Rudolph                        "Severity": 0,
18472e61474dSPatrick Rudolph                        "Value": 11.68
18482e61474dSPatrick Rudolph                    },
18492e61474dSPatrick Rudolph                    {
18502e61474dSPatrick Rudolph                        "Direction": "greater than",
1851*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
18522e61474dSPatrick Rudolph                        "Label": "in0",
18532e61474dSPatrick Rudolph                        "Name": "upper non critical",
18542e61474dSPatrick Rudolph                        "Severity": 0,
18552e61474dSPatrick Rudolph                        "Value": 12.8
18562e61474dSPatrick Rudolph                    },
18572e61474dSPatrick Rudolph                    {
18582e61474dSPatrick Rudolph                        "Direction": "less than",
1859*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
18602e61474dSPatrick Rudolph                        "Label": "in0",
18612e61474dSPatrick Rudolph                        "Name": "lower critical",
18622e61474dSPatrick Rudolph                        "Severity": 1,
18632e61474dSPatrick Rudolph                        "Value": 11.08
18642e61474dSPatrick Rudolph                    },
18652e61474dSPatrick Rudolph                    {
18662e61474dSPatrick Rudolph                        "Direction": "greater than",
1867*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
18682e61474dSPatrick Rudolph                        "Label": "in0",
18692e61474dSPatrick Rudolph                        "Name": "upper critical",
18702e61474dSPatrick Rudolph                        "Severity": 1,
18712e61474dSPatrick Rudolph                        "Value": 13.3
18722e61474dSPatrick Rudolph                    },
18732e61474dSPatrick Rudolph                    {
18742e61474dSPatrick Rudolph                        "Direction": "less than",
1875*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
18762e61474dSPatrick Rudolph                        "Label": "in1",
18772e61474dSPatrick Rudolph                        "Name": "lower non critical",
18782e61474dSPatrick Rudolph                        "Severity": 0,
18792e61474dSPatrick Rudolph                        "Value": 3.14
18802e61474dSPatrick Rudolph                    },
18812e61474dSPatrick Rudolph                    {
18822e61474dSPatrick Rudolph                        "Direction": "greater than",
1883*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
18842e61474dSPatrick Rudolph                        "Label": "in1",
18852e61474dSPatrick Rudolph                        "Name": "upper non critical",
18862e61474dSPatrick Rudolph                        "Severity": 0,
18872e61474dSPatrick Rudolph                        "Value": 3.47
18882e61474dSPatrick Rudolph                    },
18892e61474dSPatrick Rudolph                    {
18902e61474dSPatrick Rudolph                        "Direction": "less than",
1891*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
18922e61474dSPatrick Rudolph                        "Label": "in1",
18932e61474dSPatrick Rudolph                        "Name": "lower critical",
18942e61474dSPatrick Rudolph                        "Severity": 1,
18952e61474dSPatrick Rudolph                        "Value": 2.97
18962e61474dSPatrick Rudolph                    },
18972e61474dSPatrick Rudolph                    {
18982e61474dSPatrick Rudolph                        "Direction": "greater than",
1899*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
19002e61474dSPatrick Rudolph                        "Label": "in1",
19012e61474dSPatrick Rudolph                        "Name": "upper critical",
19022e61474dSPatrick Rudolph                        "Severity": 1,
19032e61474dSPatrick Rudolph                        "Value": 3.63
19042e61474dSPatrick Rudolph                    }
19052e61474dSPatrick Rudolph                ],
19062e61474dSPatrick Rudolph                "Type": "MAX5970",
19072e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD15 P12V Output Current",
19082e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD15 P3V3 Output Current",
19092e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD15 P12V Output Voltage",
19102e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD15 P3V3 Output Voltage"
19112e61474dSPatrick Rudolph            }
19122e61474dSPatrick Rudolph        ],
19132e61474dSPatrick Rudolph        "Name": "RSSD15",
19142e61474dSPatrick Rudolph        "Probe": [
19152e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
19162e61474dSPatrick Rudolph            "AND",
19172e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD15', 'Present': true})",
19182e61474dSPatrick Rudolph            "MATCH_ONE"
19192e61474dSPatrick Rudolph        ],
19202e61474dSPatrick Rudolph        "Type": "Chassis"
19212e61474dSPatrick Rudolph    },
19222e61474dSPatrick Rudolph    {
19232e61474dSPatrick Rudolph        "Exposes": [
19242e61474dSPatrick Rudolph            {
19252e61474dSPatrick Rudolph                "Address": "0x3a",
19262e61474dSPatrick Rudolph                "Bus": "148",
19272e61474dSPatrick Rudolph                "Labels": [
19282e61474dSPatrick Rudolph                    "in0",
19292e61474dSPatrick Rudolph                    "in1",
19302e61474dSPatrick Rudolph                    "curr1",
19312e61474dSPatrick Rudolph                    "curr2"
19322e61474dSPatrick Rudolph                ],
19332e61474dSPatrick Rudolph                "Name": "SSB_RSSD16",
19342e61474dSPatrick Rudolph                "PollRate": 5.0,
19352e61474dSPatrick Rudolph                "PowerState": "On",
19362e61474dSPatrick Rudolph                "Thresholds": [
19372e61474dSPatrick Rudolph                    {
19382e61474dSPatrick Rudolph                        "Direction": "greater than",
1939*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
19402e61474dSPatrick Rudolph                        "Label": "curr1",
19412e61474dSPatrick Rudolph                        "Name": "upper non critical",
19422e61474dSPatrick Rudolph                        "Severity": 0,
19432e61474dSPatrick Rudolph                        "Value": 3.0
19442e61474dSPatrick Rudolph                    },
19452e61474dSPatrick Rudolph                    {
19462e61474dSPatrick Rudolph                        "Direction": "greater than",
1947*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
19482e61474dSPatrick Rudolph                        "Label": "curr1",
19492e61474dSPatrick Rudolph                        "Name": "upper critical",
19502e61474dSPatrick Rudolph                        "Severity": 1,
19512e61474dSPatrick Rudolph                        "Value": 4.0
19522e61474dSPatrick Rudolph                    },
19532e61474dSPatrick Rudolph                    {
19542e61474dSPatrick Rudolph                        "Direction": "greater than",
1955*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
19562e61474dSPatrick Rudolph                        "Label": "curr2",
19572e61474dSPatrick Rudolph                        "Name": "upper non critical",
19582e61474dSPatrick Rudolph                        "Severity": 0,
19592e61474dSPatrick Rudolph                        "Value": 0.1
19602e61474dSPatrick Rudolph                    },
19612e61474dSPatrick Rudolph                    {
19622e61474dSPatrick Rudolph                        "Direction": "greater than",
1963*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
19642e61474dSPatrick Rudolph                        "Label": "curr2",
19652e61474dSPatrick Rudolph                        "Name": "upper critical",
19662e61474dSPatrick Rudolph                        "Severity": 1,
19672e61474dSPatrick Rudolph                        "Value": 0.15
19682e61474dSPatrick Rudolph                    },
19692e61474dSPatrick Rudolph                    {
19702e61474dSPatrick Rudolph                        "Direction": "less than",
1971*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
19722e61474dSPatrick Rudolph                        "Label": "in0",
19732e61474dSPatrick Rudolph                        "Name": "lower non critical",
19742e61474dSPatrick Rudolph                        "Severity": 0,
19752e61474dSPatrick Rudolph                        "Value": 11.68
19762e61474dSPatrick Rudolph                    },
19772e61474dSPatrick Rudolph                    {
19782e61474dSPatrick Rudolph                        "Direction": "greater than",
1979*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
19802e61474dSPatrick Rudolph                        "Label": "in0",
19812e61474dSPatrick Rudolph                        "Name": "upper non critical",
19822e61474dSPatrick Rudolph                        "Severity": 0,
19832e61474dSPatrick Rudolph                        "Value": 12.8
19842e61474dSPatrick Rudolph                    },
19852e61474dSPatrick Rudolph                    {
19862e61474dSPatrick Rudolph                        "Direction": "less than",
1987*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
19882e61474dSPatrick Rudolph                        "Label": "in0",
19892e61474dSPatrick Rudolph                        "Name": "lower critical",
19902e61474dSPatrick Rudolph                        "Severity": 1,
19912e61474dSPatrick Rudolph                        "Value": 11.08
19922e61474dSPatrick Rudolph                    },
19932e61474dSPatrick Rudolph                    {
19942e61474dSPatrick Rudolph                        "Direction": "greater than",
1995*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
19962e61474dSPatrick Rudolph                        "Label": "in0",
19972e61474dSPatrick Rudolph                        "Name": "upper critical",
19982e61474dSPatrick Rudolph                        "Severity": 1,
19992e61474dSPatrick Rudolph                        "Value": 13.3
20002e61474dSPatrick Rudolph                    },
20012e61474dSPatrick Rudolph                    {
20022e61474dSPatrick Rudolph                        "Direction": "less than",
2003*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
20042e61474dSPatrick Rudolph                        "Label": "in1",
20052e61474dSPatrick Rudolph                        "Name": "lower non critical",
20062e61474dSPatrick Rudolph                        "Severity": 0,
20072e61474dSPatrick Rudolph                        "Value": 3.14
20082e61474dSPatrick Rudolph                    },
20092e61474dSPatrick Rudolph                    {
20102e61474dSPatrick Rudolph                        "Direction": "greater than",
2011*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
20122e61474dSPatrick Rudolph                        "Label": "in1",
20132e61474dSPatrick Rudolph                        "Name": "upper non critical",
20142e61474dSPatrick Rudolph                        "Severity": 0,
20152e61474dSPatrick Rudolph                        "Value": 3.47
20162e61474dSPatrick Rudolph                    },
20172e61474dSPatrick Rudolph                    {
20182e61474dSPatrick Rudolph                        "Direction": "less than",
2019*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
20202e61474dSPatrick Rudolph                        "Label": "in1",
20212e61474dSPatrick Rudolph                        "Name": "lower critical",
20222e61474dSPatrick Rudolph                        "Severity": 1,
20232e61474dSPatrick Rudolph                        "Value": 2.97
20242e61474dSPatrick Rudolph                    },
20252e61474dSPatrick Rudolph                    {
20262e61474dSPatrick Rudolph                        "Direction": "greater than",
2027*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
20282e61474dSPatrick Rudolph                        "Label": "in1",
20292e61474dSPatrick Rudolph                        "Name": "upper critical",
20302e61474dSPatrick Rudolph                        "Severity": 1,
20312e61474dSPatrick Rudolph                        "Value": 3.63
20322e61474dSPatrick Rudolph                    }
20332e61474dSPatrick Rudolph                ],
20342e61474dSPatrick Rudolph                "Type": "MAX5970",
20352e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD16 P12V Output Current",
20362e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD16 P3V3 Output Current",
20372e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD16 P12V Output Voltage",
20382e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD16 P3V3 Output Voltage"
20392e61474dSPatrick Rudolph            }
20402e61474dSPatrick Rudolph        ],
20412e61474dSPatrick Rudolph        "Name": "RSSD16",
20422e61474dSPatrick Rudolph        "Probe": [
20432e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
20442e61474dSPatrick Rudolph            "AND",
20452e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD16', 'Present': true})",
20462e61474dSPatrick Rudolph            "MATCH_ONE"
20472e61474dSPatrick Rudolph        ],
20482e61474dSPatrick Rudolph        "Type": "Chassis"
20492e61474dSPatrick Rudolph    },
20502e61474dSPatrick Rudolph    {
20512e61474dSPatrick Rudolph        "Exposes": [
20522e61474dSPatrick Rudolph            {
20532e61474dSPatrick Rudolph                "Address": "0x3a",
20542e61474dSPatrick Rudolph                "Bus": "192",
20552e61474dSPatrick Rudolph                "Labels": [
20562e61474dSPatrick Rudolph                    "in0",
20572e61474dSPatrick Rudolph                    "in1",
20582e61474dSPatrick Rudolph                    "curr1",
20592e61474dSPatrick Rudolph                    "curr2"
20602e61474dSPatrick Rudolph                ],
20612e61474dSPatrick Rudolph                "Name": "SSB_RSSD19",
20622e61474dSPatrick Rudolph                "PollRate": 5.0,
20632e61474dSPatrick Rudolph                "PowerState": "On",
20642e61474dSPatrick Rudolph                "Thresholds": [
20652e61474dSPatrick Rudolph                    {
20662e61474dSPatrick Rudolph                        "Direction": "greater than",
2067*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
20682e61474dSPatrick Rudolph                        "Label": "curr1",
20692e61474dSPatrick Rudolph                        "Name": "upper non critical",
20702e61474dSPatrick Rudolph                        "Severity": 0,
20712e61474dSPatrick Rudolph                        "Value": 3.0
20722e61474dSPatrick Rudolph                    },
20732e61474dSPatrick Rudolph                    {
20742e61474dSPatrick Rudolph                        "Direction": "greater than",
2075*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
20762e61474dSPatrick Rudolph                        "Label": "curr1",
20772e61474dSPatrick Rudolph                        "Name": "upper critical",
20782e61474dSPatrick Rudolph                        "Severity": 1,
20792e61474dSPatrick Rudolph                        "Value": 4.0
20802e61474dSPatrick Rudolph                    },
20812e61474dSPatrick Rudolph                    {
20822e61474dSPatrick Rudolph                        "Direction": "greater than",
2083*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
20842e61474dSPatrick Rudolph                        "Label": "curr2",
20852e61474dSPatrick Rudolph                        "Name": "upper non critical",
20862e61474dSPatrick Rudolph                        "Severity": 0,
20872e61474dSPatrick Rudolph                        "Value": 0.1
20882e61474dSPatrick Rudolph                    },
20892e61474dSPatrick Rudolph                    {
20902e61474dSPatrick Rudolph                        "Direction": "greater than",
2091*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
20922e61474dSPatrick Rudolph                        "Label": "curr2",
20932e61474dSPatrick Rudolph                        "Name": "upper critical",
20942e61474dSPatrick Rudolph                        "Severity": 1,
20952e61474dSPatrick Rudolph                        "Value": 0.15
20962e61474dSPatrick Rudolph                    },
20972e61474dSPatrick Rudolph                    {
20982e61474dSPatrick Rudolph                        "Direction": "less than",
2099*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
21002e61474dSPatrick Rudolph                        "Label": "in0",
21012e61474dSPatrick Rudolph                        "Name": "lower non critical",
21022e61474dSPatrick Rudolph                        "Severity": 0,
21032e61474dSPatrick Rudolph                        "Value": 11.68
21042e61474dSPatrick Rudolph                    },
21052e61474dSPatrick Rudolph                    {
21062e61474dSPatrick Rudolph                        "Direction": "greater than",
2107*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
21082e61474dSPatrick Rudolph                        "Label": "in0",
21092e61474dSPatrick Rudolph                        "Name": "upper non critical",
21102e61474dSPatrick Rudolph                        "Severity": 0,
21112e61474dSPatrick Rudolph                        "Value": 12.8
21122e61474dSPatrick Rudolph                    },
21132e61474dSPatrick Rudolph                    {
21142e61474dSPatrick Rudolph                        "Direction": "less than",
2115*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
21162e61474dSPatrick Rudolph                        "Label": "in0",
21172e61474dSPatrick Rudolph                        "Name": "lower critical",
21182e61474dSPatrick Rudolph                        "Severity": 1,
21192e61474dSPatrick Rudolph                        "Value": 11.08
21202e61474dSPatrick Rudolph                    },
21212e61474dSPatrick Rudolph                    {
21222e61474dSPatrick Rudolph                        "Direction": "greater than",
2123*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
21242e61474dSPatrick Rudolph                        "Label": "in0",
21252e61474dSPatrick Rudolph                        "Name": "upper critical",
21262e61474dSPatrick Rudolph                        "Severity": 1,
21272e61474dSPatrick Rudolph                        "Value": 13.3
21282e61474dSPatrick Rudolph                    },
21292e61474dSPatrick Rudolph                    {
21302e61474dSPatrick Rudolph                        "Direction": "less than",
2131*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
21322e61474dSPatrick Rudolph                        "Label": "in1",
21332e61474dSPatrick Rudolph                        "Name": "lower non critical",
21342e61474dSPatrick Rudolph                        "Severity": 0,
21352e61474dSPatrick Rudolph                        "Value": 3.14
21362e61474dSPatrick Rudolph                    },
21372e61474dSPatrick Rudolph                    {
21382e61474dSPatrick Rudolph                        "Direction": "greater than",
2139*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
21402e61474dSPatrick Rudolph                        "Label": "in1",
21412e61474dSPatrick Rudolph                        "Name": "upper non critical",
21422e61474dSPatrick Rudolph                        "Severity": 0,
21432e61474dSPatrick Rudolph                        "Value": 3.47
21442e61474dSPatrick Rudolph                    },
21452e61474dSPatrick Rudolph                    {
21462e61474dSPatrick Rudolph                        "Direction": "less than",
2147*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
21482e61474dSPatrick Rudolph                        "Label": "in1",
21492e61474dSPatrick Rudolph                        "Name": "lower critical",
21502e61474dSPatrick Rudolph                        "Severity": 1,
21512e61474dSPatrick Rudolph                        "Value": 2.97
21522e61474dSPatrick Rudolph                    },
21532e61474dSPatrick Rudolph                    {
21542e61474dSPatrick Rudolph                        "Direction": "greater than",
2155*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
21562e61474dSPatrick Rudolph                        "Label": "in1",
21572e61474dSPatrick Rudolph                        "Name": "upper critical",
21582e61474dSPatrick Rudolph                        "Severity": 1,
21592e61474dSPatrick Rudolph                        "Value": 3.63
21602e61474dSPatrick Rudolph                    }
21612e61474dSPatrick Rudolph                ],
21622e61474dSPatrick Rudolph                "Type": "MAX5970",
21632e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD19 P12V Output Current",
21642e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD19 P3V3 Output Current",
21652e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD19 P12V Output Voltage",
21662e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD19 P3V3 Output Voltage"
21672e61474dSPatrick Rudolph            }
21682e61474dSPatrick Rudolph        ],
21692e61474dSPatrick Rudolph        "Name": "RSSD19",
21702e61474dSPatrick Rudolph        "Probe": [
21712e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
21722e61474dSPatrick Rudolph            "AND",
21732e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD19', 'Present': true})",
21742e61474dSPatrick Rudolph            "MATCH_ONE"
21752e61474dSPatrick Rudolph        ],
21762e61474dSPatrick Rudolph        "Type": "Chassis"
21772e61474dSPatrick Rudolph    },
21782e61474dSPatrick Rudolph    {
21792e61474dSPatrick Rudolph        "Exposes": [
21802e61474dSPatrick Rudolph            {
21812e61474dSPatrick Rudolph                "Address": "0x3a",
21822e61474dSPatrick Rudolph                "Bus": "193",
21832e61474dSPatrick Rudolph                "Labels": [
21842e61474dSPatrick Rudolph                    "in0",
21852e61474dSPatrick Rudolph                    "in1",
21862e61474dSPatrick Rudolph                    "curr1",
21872e61474dSPatrick Rudolph                    "curr2"
21882e61474dSPatrick Rudolph                ],
21892e61474dSPatrick Rudolph                "Name": "SSB_RSSD18",
21902e61474dSPatrick Rudolph                "PollRate": 5.0,
21912e61474dSPatrick Rudolph                "PowerState": "On",
21922e61474dSPatrick Rudolph                "Thresholds": [
21932e61474dSPatrick Rudolph                    {
21942e61474dSPatrick Rudolph                        "Direction": "greater than",
2195*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
21962e61474dSPatrick Rudolph                        "Label": "curr1",
21972e61474dSPatrick Rudolph                        "Name": "upper non critical",
21982e61474dSPatrick Rudolph                        "Severity": 0,
21992e61474dSPatrick Rudolph                        "Value": 3.0
22002e61474dSPatrick Rudolph                    },
22012e61474dSPatrick Rudolph                    {
22022e61474dSPatrick Rudolph                        "Direction": "greater than",
2203*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
22042e61474dSPatrick Rudolph                        "Label": "curr1",
22052e61474dSPatrick Rudolph                        "Name": "upper critical",
22062e61474dSPatrick Rudolph                        "Severity": 1,
22072e61474dSPatrick Rudolph                        "Value": 4.0
22082e61474dSPatrick Rudolph                    },
22092e61474dSPatrick Rudolph                    {
22102e61474dSPatrick Rudolph                        "Direction": "greater than",
2211*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
22122e61474dSPatrick Rudolph                        "Label": "curr2",
22132e61474dSPatrick Rudolph                        "Name": "upper non critical",
22142e61474dSPatrick Rudolph                        "Severity": 0,
22152e61474dSPatrick Rudolph                        "Value": 0.1
22162e61474dSPatrick Rudolph                    },
22172e61474dSPatrick Rudolph                    {
22182e61474dSPatrick Rudolph                        "Direction": "greater than",
2219*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
22202e61474dSPatrick Rudolph                        "Label": "curr2",
22212e61474dSPatrick Rudolph                        "Name": "upper critical",
22222e61474dSPatrick Rudolph                        "Severity": 1,
22232e61474dSPatrick Rudolph                        "Value": 0.15
22242e61474dSPatrick Rudolph                    },
22252e61474dSPatrick Rudolph                    {
22262e61474dSPatrick Rudolph                        "Direction": "less than",
2227*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
22282e61474dSPatrick Rudolph                        "Label": "in0",
22292e61474dSPatrick Rudolph                        "Name": "lower non critical",
22302e61474dSPatrick Rudolph                        "Severity": 0,
22312e61474dSPatrick Rudolph                        "Value": 11.68
22322e61474dSPatrick Rudolph                    },
22332e61474dSPatrick Rudolph                    {
22342e61474dSPatrick Rudolph                        "Direction": "greater than",
2235*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
22362e61474dSPatrick Rudolph                        "Label": "in0",
22372e61474dSPatrick Rudolph                        "Name": "upper non critical",
22382e61474dSPatrick Rudolph                        "Severity": 0,
22392e61474dSPatrick Rudolph                        "Value": 12.8
22402e61474dSPatrick Rudolph                    },
22412e61474dSPatrick Rudolph                    {
22422e61474dSPatrick Rudolph                        "Direction": "less than",
2243*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
22442e61474dSPatrick Rudolph                        "Label": "in0",
22452e61474dSPatrick Rudolph                        "Name": "lower critical",
22462e61474dSPatrick Rudolph                        "Severity": 1,
22472e61474dSPatrick Rudolph                        "Value": 11.08
22482e61474dSPatrick Rudolph                    },
22492e61474dSPatrick Rudolph                    {
22502e61474dSPatrick Rudolph                        "Direction": "greater than",
2251*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
22522e61474dSPatrick Rudolph                        "Label": "in0",
22532e61474dSPatrick Rudolph                        "Name": "upper critical",
22542e61474dSPatrick Rudolph                        "Severity": 1,
22552e61474dSPatrick Rudolph                        "Value": 13.3
22562e61474dSPatrick Rudolph                    },
22572e61474dSPatrick Rudolph                    {
22582e61474dSPatrick Rudolph                        "Direction": "less than",
2259*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
22602e61474dSPatrick Rudolph                        "Label": "in1",
22612e61474dSPatrick Rudolph                        "Name": "lower non critical",
22622e61474dSPatrick Rudolph                        "Severity": 0,
22632e61474dSPatrick Rudolph                        "Value": 3.14
22642e61474dSPatrick Rudolph                    },
22652e61474dSPatrick Rudolph                    {
22662e61474dSPatrick Rudolph                        "Direction": "greater than",
2267*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
22682e61474dSPatrick Rudolph                        "Label": "in1",
22692e61474dSPatrick Rudolph                        "Name": "upper non critical",
22702e61474dSPatrick Rudolph                        "Severity": 0,
22712e61474dSPatrick Rudolph                        "Value": 3.47
22722e61474dSPatrick Rudolph                    },
22732e61474dSPatrick Rudolph                    {
22742e61474dSPatrick Rudolph                        "Direction": "less than",
2275*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
22762e61474dSPatrick Rudolph                        "Label": "in1",
22772e61474dSPatrick Rudolph                        "Name": "lower critical",
22782e61474dSPatrick Rudolph                        "Severity": 1,
22792e61474dSPatrick Rudolph                        "Value": 2.97
22802e61474dSPatrick Rudolph                    },
22812e61474dSPatrick Rudolph                    {
22822e61474dSPatrick Rudolph                        "Direction": "greater than",
2283*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
22842e61474dSPatrick Rudolph                        "Label": "in1",
22852e61474dSPatrick Rudolph                        "Name": "upper critical",
22862e61474dSPatrick Rudolph                        "Severity": 1,
22872e61474dSPatrick Rudolph                        "Value": 3.63
22882e61474dSPatrick Rudolph                    }
22892e61474dSPatrick Rudolph                ],
22902e61474dSPatrick Rudolph                "Type": "MAX5970",
22912e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD18 P12V Output Current",
22922e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD18 P3V3 Output Current",
22932e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD18 P12V Output Voltage",
22942e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD18 P3V3 Output Voltage"
22952e61474dSPatrick Rudolph            }
22962e61474dSPatrick Rudolph        ],
22972e61474dSPatrick Rudolph        "Name": "RSSD18",
22982e61474dSPatrick Rudolph        "Probe": [
22992e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
23002e61474dSPatrick Rudolph            "AND",
23012e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD18', 'Present': true})",
23022e61474dSPatrick Rudolph            "MATCH_ONE"
23032e61474dSPatrick Rudolph        ],
23042e61474dSPatrick Rudolph        "Type": "Chassis"
23052e61474dSPatrick Rudolph    },
23062e61474dSPatrick Rudolph    {
23072e61474dSPatrick Rudolph        "Exposes": [
23082e61474dSPatrick Rudolph            {
23092e61474dSPatrick Rudolph                "Address": "0x3a",
23102e61474dSPatrick Rudolph                "Bus": "194",
23112e61474dSPatrick Rudolph                "Labels": [
23122e61474dSPatrick Rudolph                    "in0",
23132e61474dSPatrick Rudolph                    "in1",
23142e61474dSPatrick Rudolph                    "curr1",
23152e61474dSPatrick Rudolph                    "curr2"
23162e61474dSPatrick Rudolph                ],
23172e61474dSPatrick Rudolph                "Name": "SSB_RSSD17",
23182e61474dSPatrick Rudolph                "PollRate": 5.0,
23192e61474dSPatrick Rudolph                "PowerState": "On",
23202e61474dSPatrick Rudolph                "Thresholds": [
23212e61474dSPatrick Rudolph                    {
23222e61474dSPatrick Rudolph                        "Direction": "greater than",
2323*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
23242e61474dSPatrick Rudolph                        "Label": "curr1",
23252e61474dSPatrick Rudolph                        "Name": "upper non critical",
23262e61474dSPatrick Rudolph                        "Severity": 0,
23272e61474dSPatrick Rudolph                        "Value": 3.0
23282e61474dSPatrick Rudolph                    },
23292e61474dSPatrick Rudolph                    {
23302e61474dSPatrick Rudolph                        "Direction": "greater than",
2331*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
23322e61474dSPatrick Rudolph                        "Label": "curr1",
23332e61474dSPatrick Rudolph                        "Name": "upper critical",
23342e61474dSPatrick Rudolph                        "Severity": 1,
23352e61474dSPatrick Rudolph                        "Value": 4.0
23362e61474dSPatrick Rudolph                    },
23372e61474dSPatrick Rudolph                    {
23382e61474dSPatrick Rudolph                        "Direction": "greater than",
2339*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
23402e61474dSPatrick Rudolph                        "Label": "curr2",
23412e61474dSPatrick Rudolph                        "Name": "upper non critical",
23422e61474dSPatrick Rudolph                        "Severity": 0,
23432e61474dSPatrick Rudolph                        "Value": 0.1
23442e61474dSPatrick Rudolph                    },
23452e61474dSPatrick Rudolph                    {
23462e61474dSPatrick Rudolph                        "Direction": "greater than",
2347*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
23482e61474dSPatrick Rudolph                        "Label": "curr2",
23492e61474dSPatrick Rudolph                        "Name": "upper critical",
23502e61474dSPatrick Rudolph                        "Severity": 1,
23512e61474dSPatrick Rudolph                        "Value": 0.15
23522e61474dSPatrick Rudolph                    },
23532e61474dSPatrick Rudolph                    {
23542e61474dSPatrick Rudolph                        "Direction": "less than",
2355*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
23562e61474dSPatrick Rudolph                        "Label": "in0",
23572e61474dSPatrick Rudolph                        "Name": "lower non critical",
23582e61474dSPatrick Rudolph                        "Severity": 0,
23592e61474dSPatrick Rudolph                        "Value": 11.68
23602e61474dSPatrick Rudolph                    },
23612e61474dSPatrick Rudolph                    {
23622e61474dSPatrick Rudolph                        "Direction": "greater than",
2363*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
23642e61474dSPatrick Rudolph                        "Label": "in0",
23652e61474dSPatrick Rudolph                        "Name": "upper non critical",
23662e61474dSPatrick Rudolph                        "Severity": 0,
23672e61474dSPatrick Rudolph                        "Value": 12.8
23682e61474dSPatrick Rudolph                    },
23692e61474dSPatrick Rudolph                    {
23702e61474dSPatrick Rudolph                        "Direction": "less than",
2371*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
23722e61474dSPatrick Rudolph                        "Label": "in0",
23732e61474dSPatrick Rudolph                        "Name": "lower critical",
23742e61474dSPatrick Rudolph                        "Severity": 1,
23752e61474dSPatrick Rudolph                        "Value": 11.08
23762e61474dSPatrick Rudolph                    },
23772e61474dSPatrick Rudolph                    {
23782e61474dSPatrick Rudolph                        "Direction": "greater than",
2379*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
23802e61474dSPatrick Rudolph                        "Label": "in0",
23812e61474dSPatrick Rudolph                        "Name": "upper critical",
23822e61474dSPatrick Rudolph                        "Severity": 1,
23832e61474dSPatrick Rudolph                        "Value": 13.3
23842e61474dSPatrick Rudolph                    },
23852e61474dSPatrick Rudolph                    {
23862e61474dSPatrick Rudolph                        "Direction": "less than",
2387*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
23882e61474dSPatrick Rudolph                        "Label": "in1",
23892e61474dSPatrick Rudolph                        "Name": "lower non critical",
23902e61474dSPatrick Rudolph                        "Severity": 0,
23912e61474dSPatrick Rudolph                        "Value": 3.14
23922e61474dSPatrick Rudolph                    },
23932e61474dSPatrick Rudolph                    {
23942e61474dSPatrick Rudolph                        "Direction": "greater than",
2395*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
23962e61474dSPatrick Rudolph                        "Label": "in1",
23972e61474dSPatrick Rudolph                        "Name": "upper non critical",
23982e61474dSPatrick Rudolph                        "Severity": 0,
23992e61474dSPatrick Rudolph                        "Value": 3.47
24002e61474dSPatrick Rudolph                    },
24012e61474dSPatrick Rudolph                    {
24022e61474dSPatrick Rudolph                        "Direction": "less than",
2403*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
24042e61474dSPatrick Rudolph                        "Label": "in1",
24052e61474dSPatrick Rudolph                        "Name": "lower critical",
24062e61474dSPatrick Rudolph                        "Severity": 1,
24072e61474dSPatrick Rudolph                        "Value": 2.97
24082e61474dSPatrick Rudolph                    },
24092e61474dSPatrick Rudolph                    {
24102e61474dSPatrick Rudolph                        "Direction": "greater than",
2411*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
24122e61474dSPatrick Rudolph                        "Label": "in1",
24132e61474dSPatrick Rudolph                        "Name": "upper critical",
24142e61474dSPatrick Rudolph                        "Severity": 1,
24152e61474dSPatrick Rudolph                        "Value": 3.63
24162e61474dSPatrick Rudolph                    }
24172e61474dSPatrick Rudolph                ],
24182e61474dSPatrick Rudolph                "Type": "MAX5970",
24192e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD17 P12V Output Current",
24202e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD17 P3V3 Output Current",
24212e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD17 P12V Output Voltage",
24222e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD17 P3V3 Output Voltage"
24232e61474dSPatrick Rudolph            }
24242e61474dSPatrick Rudolph        ],
24252e61474dSPatrick Rudolph        "Name": "RSSD17",
24262e61474dSPatrick Rudolph        "Probe": [
24272e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
24282e61474dSPatrick Rudolph            "AND",
24292e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD17', 'Present': true})",
24302e61474dSPatrick Rudolph            "MATCH_ONE"
24312e61474dSPatrick Rudolph        ],
24322e61474dSPatrick Rudolph        "Type": "Chassis"
24332e61474dSPatrick Rudolph    },
24342e61474dSPatrick Rudolph    {
24352e61474dSPatrick Rudolph        "Exposes": [
24362e61474dSPatrick Rudolph            {
24372e61474dSPatrick Rudolph                "Address": "0x3a",
24382e61474dSPatrick Rudolph                "Bus": "195",
24392e61474dSPatrick Rudolph                "Labels": [
24402e61474dSPatrick Rudolph                    "in0",
24412e61474dSPatrick Rudolph                    "in1",
24422e61474dSPatrick Rudolph                    "curr1",
24432e61474dSPatrick Rudolph                    "curr2"
24442e61474dSPatrick Rudolph                ],
24452e61474dSPatrick Rudolph                "Name": "SSB_RSSD20",
24462e61474dSPatrick Rudolph                "PollRate": 5.0,
24472e61474dSPatrick Rudolph                "PowerState": "On",
24482e61474dSPatrick Rudolph                "Thresholds": [
24492e61474dSPatrick Rudolph                    {
24502e61474dSPatrick Rudolph                        "Direction": "greater than",
2451*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
24522e61474dSPatrick Rudolph                        "Label": "curr1",
24532e61474dSPatrick Rudolph                        "Name": "upper non critical",
24542e61474dSPatrick Rudolph                        "Severity": 0,
24552e61474dSPatrick Rudolph                        "Value": 3.0
24562e61474dSPatrick Rudolph                    },
24572e61474dSPatrick Rudolph                    {
24582e61474dSPatrick Rudolph                        "Direction": "greater than",
2459*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
24602e61474dSPatrick Rudolph                        "Label": "curr1",
24612e61474dSPatrick Rudolph                        "Name": "upper critical",
24622e61474dSPatrick Rudolph                        "Severity": 1,
24632e61474dSPatrick Rudolph                        "Value": 4.0
24642e61474dSPatrick Rudolph                    },
24652e61474dSPatrick Rudolph                    {
24662e61474dSPatrick Rudolph                        "Direction": "greater than",
2467*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
24682e61474dSPatrick Rudolph                        "Label": "curr2",
24692e61474dSPatrick Rudolph                        "Name": "upper non critical",
24702e61474dSPatrick Rudolph                        "Severity": 0,
24712e61474dSPatrick Rudolph                        "Value": 0.1
24722e61474dSPatrick Rudolph                    },
24732e61474dSPatrick Rudolph                    {
24742e61474dSPatrick Rudolph                        "Direction": "greater than",
2475*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
24762e61474dSPatrick Rudolph                        "Label": "curr2",
24772e61474dSPatrick Rudolph                        "Name": "upper critical",
24782e61474dSPatrick Rudolph                        "Severity": 1,
24792e61474dSPatrick Rudolph                        "Value": 0.15
24802e61474dSPatrick Rudolph                    },
24812e61474dSPatrick Rudolph                    {
24822e61474dSPatrick Rudolph                        "Direction": "less than",
2483*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
24842e61474dSPatrick Rudolph                        "Label": "in0",
24852e61474dSPatrick Rudolph                        "Name": "lower non critical",
24862e61474dSPatrick Rudolph                        "Severity": 0,
24872e61474dSPatrick Rudolph                        "Value": 11.68
24882e61474dSPatrick Rudolph                    },
24892e61474dSPatrick Rudolph                    {
24902e61474dSPatrick Rudolph                        "Direction": "greater than",
2491*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
24922e61474dSPatrick Rudolph                        "Label": "in0",
24932e61474dSPatrick Rudolph                        "Name": "upper non critical",
24942e61474dSPatrick Rudolph                        "Severity": 0,
24952e61474dSPatrick Rudolph                        "Value": 12.8
24962e61474dSPatrick Rudolph                    },
24972e61474dSPatrick Rudolph                    {
24982e61474dSPatrick Rudolph                        "Direction": "less than",
2499*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
25002e61474dSPatrick Rudolph                        "Label": "in0",
25012e61474dSPatrick Rudolph                        "Name": "lower critical",
25022e61474dSPatrick Rudolph                        "Severity": 1,
25032e61474dSPatrick Rudolph                        "Value": 11.08
25042e61474dSPatrick Rudolph                    },
25052e61474dSPatrick Rudolph                    {
25062e61474dSPatrick Rudolph                        "Direction": "greater than",
2507*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
25082e61474dSPatrick Rudolph                        "Label": "in0",
25092e61474dSPatrick Rudolph                        "Name": "upper critical",
25102e61474dSPatrick Rudolph                        "Severity": 1,
25112e61474dSPatrick Rudolph                        "Value": 13.3
25122e61474dSPatrick Rudolph                    },
25132e61474dSPatrick Rudolph                    {
25142e61474dSPatrick Rudolph                        "Direction": "less than",
2515*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
25162e61474dSPatrick Rudolph                        "Label": "in1",
25172e61474dSPatrick Rudolph                        "Name": "lower non critical",
25182e61474dSPatrick Rudolph                        "Severity": 0,
25192e61474dSPatrick Rudolph                        "Value": 3.14
25202e61474dSPatrick Rudolph                    },
25212e61474dSPatrick Rudolph                    {
25222e61474dSPatrick Rudolph                        "Direction": "greater than",
2523*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
25242e61474dSPatrick Rudolph                        "Label": "in1",
25252e61474dSPatrick Rudolph                        "Name": "upper non critical",
25262e61474dSPatrick Rudolph                        "Severity": 0,
25272e61474dSPatrick Rudolph                        "Value": 3.47
25282e61474dSPatrick Rudolph                    },
25292e61474dSPatrick Rudolph                    {
25302e61474dSPatrick Rudolph                        "Direction": "less than",
2531*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
25322e61474dSPatrick Rudolph                        "Label": "in1",
25332e61474dSPatrick Rudolph                        "Name": "lower critical",
25342e61474dSPatrick Rudolph                        "Severity": 1,
25352e61474dSPatrick Rudolph                        "Value": 2.97
25362e61474dSPatrick Rudolph                    },
25372e61474dSPatrick Rudolph                    {
25382e61474dSPatrick Rudolph                        "Direction": "greater than",
2539*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
25402e61474dSPatrick Rudolph                        "Label": "in1",
25412e61474dSPatrick Rudolph                        "Name": "upper critical",
25422e61474dSPatrick Rudolph                        "Severity": 1,
25432e61474dSPatrick Rudolph                        "Value": 3.63
25442e61474dSPatrick Rudolph                    }
25452e61474dSPatrick Rudolph                ],
25462e61474dSPatrick Rudolph                "Type": "MAX5970",
25472e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD20 P12V Output Current",
25482e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD20 P3V3 Output Current",
25492e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD20 P12V Output Voltage",
25502e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD20 P3V3 Output Voltage"
25512e61474dSPatrick Rudolph            }
25522e61474dSPatrick Rudolph        ],
25532e61474dSPatrick Rudolph        "Name": "RSSD20",
25542e61474dSPatrick Rudolph        "Probe": [
25552e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
25562e61474dSPatrick Rudolph            "AND",
25572e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD20', 'Present': true})",
25582e61474dSPatrick Rudolph            "MATCH_ONE"
25592e61474dSPatrick Rudolph        ],
25602e61474dSPatrick Rudolph        "Type": "Chassis"
25612e61474dSPatrick Rudolph    },
25622e61474dSPatrick Rudolph    {
25632e61474dSPatrick Rudolph        "Exposes": [
25642e61474dSPatrick Rudolph            {
25652e61474dSPatrick Rudolph                "Address": "0x3a",
25662e61474dSPatrick Rudolph                "Bus": "196",
25672e61474dSPatrick Rudolph                "Labels": [
25682e61474dSPatrick Rudolph                    "in0",
25692e61474dSPatrick Rudolph                    "in1",
25702e61474dSPatrick Rudolph                    "curr1",
25712e61474dSPatrick Rudolph                    "curr2"
25722e61474dSPatrick Rudolph                ],
25732e61474dSPatrick Rudolph                "Name": "SSB_RSSD21",
25742e61474dSPatrick Rudolph                "PollRate": 5.0,
25752e61474dSPatrick Rudolph                "PowerState": "On",
25762e61474dSPatrick Rudolph                "Thresholds": [
25772e61474dSPatrick Rudolph                    {
25782e61474dSPatrick Rudolph                        "Direction": "greater than",
2579*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
25802e61474dSPatrick Rudolph                        "Label": "curr1",
25812e61474dSPatrick Rudolph                        "Name": "upper non critical",
25822e61474dSPatrick Rudolph                        "Severity": 0,
25832e61474dSPatrick Rudolph                        "Value": 3.0
25842e61474dSPatrick Rudolph                    },
25852e61474dSPatrick Rudolph                    {
25862e61474dSPatrick Rudolph                        "Direction": "greater than",
2587*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
25882e61474dSPatrick Rudolph                        "Label": "curr1",
25892e61474dSPatrick Rudolph                        "Name": "upper critical",
25902e61474dSPatrick Rudolph                        "Severity": 1,
25912e61474dSPatrick Rudolph                        "Value": 4.0
25922e61474dSPatrick Rudolph                    },
25932e61474dSPatrick Rudolph                    {
25942e61474dSPatrick Rudolph                        "Direction": "greater than",
2595*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
25962e61474dSPatrick Rudolph                        "Label": "curr2",
25972e61474dSPatrick Rudolph                        "Name": "upper non critical",
25982e61474dSPatrick Rudolph                        "Severity": 0,
25992e61474dSPatrick Rudolph                        "Value": 0.1
26002e61474dSPatrick Rudolph                    },
26012e61474dSPatrick Rudolph                    {
26022e61474dSPatrick Rudolph                        "Direction": "greater than",
2603*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
26042e61474dSPatrick Rudolph                        "Label": "curr2",
26052e61474dSPatrick Rudolph                        "Name": "upper critical",
26062e61474dSPatrick Rudolph                        "Severity": 1,
26072e61474dSPatrick Rudolph                        "Value": 0.15
26082e61474dSPatrick Rudolph                    },
26092e61474dSPatrick Rudolph                    {
26102e61474dSPatrick Rudolph                        "Direction": "less than",
2611*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
26122e61474dSPatrick Rudolph                        "Label": "in0",
26132e61474dSPatrick Rudolph                        "Name": "lower non critical",
26142e61474dSPatrick Rudolph                        "Severity": 0,
26152e61474dSPatrick Rudolph                        "Value": 11.68
26162e61474dSPatrick Rudolph                    },
26172e61474dSPatrick Rudolph                    {
26182e61474dSPatrick Rudolph                        "Direction": "greater than",
2619*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
26202e61474dSPatrick Rudolph                        "Label": "in0",
26212e61474dSPatrick Rudolph                        "Name": "upper non critical",
26222e61474dSPatrick Rudolph                        "Severity": 0,
26232e61474dSPatrick Rudolph                        "Value": 12.8
26242e61474dSPatrick Rudolph                    },
26252e61474dSPatrick Rudolph                    {
26262e61474dSPatrick Rudolph                        "Direction": "less than",
2627*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
26282e61474dSPatrick Rudolph                        "Label": "in0",
26292e61474dSPatrick Rudolph                        "Name": "lower critical",
26302e61474dSPatrick Rudolph                        "Severity": 1,
26312e61474dSPatrick Rudolph                        "Value": 11.08
26322e61474dSPatrick Rudolph                    },
26332e61474dSPatrick Rudolph                    {
26342e61474dSPatrick Rudolph                        "Direction": "greater than",
2635*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
26362e61474dSPatrick Rudolph                        "Label": "in0",
26372e61474dSPatrick Rudolph                        "Name": "upper critical",
26382e61474dSPatrick Rudolph                        "Severity": 1,
26392e61474dSPatrick Rudolph                        "Value": 13.3
26402e61474dSPatrick Rudolph                    },
26412e61474dSPatrick Rudolph                    {
26422e61474dSPatrick Rudolph                        "Direction": "less than",
2643*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
26442e61474dSPatrick Rudolph                        "Label": "in1",
26452e61474dSPatrick Rudolph                        "Name": "lower non critical",
26462e61474dSPatrick Rudolph                        "Severity": 0,
26472e61474dSPatrick Rudolph                        "Value": 3.14
26482e61474dSPatrick Rudolph                    },
26492e61474dSPatrick Rudolph                    {
26502e61474dSPatrick Rudolph                        "Direction": "greater than",
2651*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
26522e61474dSPatrick Rudolph                        "Label": "in1",
26532e61474dSPatrick Rudolph                        "Name": "upper non critical",
26542e61474dSPatrick Rudolph                        "Severity": 0,
26552e61474dSPatrick Rudolph                        "Value": 3.47
26562e61474dSPatrick Rudolph                    },
26572e61474dSPatrick Rudolph                    {
26582e61474dSPatrick Rudolph                        "Direction": "less than",
2659*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
26602e61474dSPatrick Rudolph                        "Label": "in1",
26612e61474dSPatrick Rudolph                        "Name": "lower critical",
26622e61474dSPatrick Rudolph                        "Severity": 1,
26632e61474dSPatrick Rudolph                        "Value": 2.97
26642e61474dSPatrick Rudolph                    },
26652e61474dSPatrick Rudolph                    {
26662e61474dSPatrick Rudolph                        "Direction": "greater than",
2667*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
26682e61474dSPatrick Rudolph                        "Label": "in1",
26692e61474dSPatrick Rudolph                        "Name": "upper critical",
26702e61474dSPatrick Rudolph                        "Severity": 1,
26712e61474dSPatrick Rudolph                        "Value": 3.63
26722e61474dSPatrick Rudolph                    }
26732e61474dSPatrick Rudolph                ],
26742e61474dSPatrick Rudolph                "Type": "MAX5970",
26752e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD21 P12V Output Current",
26762e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD21 P3V3 Output Current",
26772e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD21 P12V Output Voltage",
26782e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD21 P3V3 Output Voltage"
26792e61474dSPatrick Rudolph            }
26802e61474dSPatrick Rudolph        ],
26812e61474dSPatrick Rudolph        "Name": "RSSD21",
26822e61474dSPatrick Rudolph        "Probe": [
26832e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
26842e61474dSPatrick Rudolph            "AND",
26852e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD21', 'Present': true})",
26862e61474dSPatrick Rudolph            "MATCH_ONE"
26872e61474dSPatrick Rudolph        ],
26882e61474dSPatrick Rudolph        "Type": "Chassis"
26892e61474dSPatrick Rudolph    },
26902e61474dSPatrick Rudolph    {
26912e61474dSPatrick Rudolph        "Exposes": [
26922e61474dSPatrick Rudolph            {
26932e61474dSPatrick Rudolph                "Address": "0x3a",
26942e61474dSPatrick Rudolph                "Bus": "197",
26952e61474dSPatrick Rudolph                "Labels": [
26962e61474dSPatrick Rudolph                    "in0",
26972e61474dSPatrick Rudolph                    "in1",
26982e61474dSPatrick Rudolph                    "curr1",
26992e61474dSPatrick Rudolph                    "curr2"
27002e61474dSPatrick Rudolph                ],
27012e61474dSPatrick Rudolph                "Name": "SSB_RSSD22",
27022e61474dSPatrick Rudolph                "PollRate": 5.0,
27032e61474dSPatrick Rudolph                "PowerState": "On",
27042e61474dSPatrick Rudolph                "Thresholds": [
27052e61474dSPatrick Rudolph                    {
27062e61474dSPatrick Rudolph                        "Direction": "greater than",
2707*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
27082e61474dSPatrick Rudolph                        "Label": "curr1",
27092e61474dSPatrick Rudolph                        "Name": "upper non critical",
27102e61474dSPatrick Rudolph                        "Severity": 0,
27112e61474dSPatrick Rudolph                        "Value": 3.0
27122e61474dSPatrick Rudolph                    },
27132e61474dSPatrick Rudolph                    {
27142e61474dSPatrick Rudolph                        "Direction": "greater than",
2715*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
27162e61474dSPatrick Rudolph                        "Label": "curr1",
27172e61474dSPatrick Rudolph                        "Name": "upper critical",
27182e61474dSPatrick Rudolph                        "Severity": 1,
27192e61474dSPatrick Rudolph                        "Value": 4.0
27202e61474dSPatrick Rudolph                    },
27212e61474dSPatrick Rudolph                    {
27222e61474dSPatrick Rudolph                        "Direction": "greater than",
2723*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
27242e61474dSPatrick Rudolph                        "Label": "curr2",
27252e61474dSPatrick Rudolph                        "Name": "upper non critical",
27262e61474dSPatrick Rudolph                        "Severity": 0,
27272e61474dSPatrick Rudolph                        "Value": 0.1
27282e61474dSPatrick Rudolph                    },
27292e61474dSPatrick Rudolph                    {
27302e61474dSPatrick Rudolph                        "Direction": "greater than",
2731*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
27322e61474dSPatrick Rudolph                        "Label": "curr2",
27332e61474dSPatrick Rudolph                        "Name": "upper critical",
27342e61474dSPatrick Rudolph                        "Severity": 1,
27352e61474dSPatrick Rudolph                        "Value": 0.15
27362e61474dSPatrick Rudolph                    },
27372e61474dSPatrick Rudolph                    {
27382e61474dSPatrick Rudolph                        "Direction": "less than",
2739*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
27402e61474dSPatrick Rudolph                        "Label": "in0",
27412e61474dSPatrick Rudolph                        "Name": "lower non critical",
27422e61474dSPatrick Rudolph                        "Severity": 0,
27432e61474dSPatrick Rudolph                        "Value": 11.68
27442e61474dSPatrick Rudolph                    },
27452e61474dSPatrick Rudolph                    {
27462e61474dSPatrick Rudolph                        "Direction": "greater than",
2747*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
27482e61474dSPatrick Rudolph                        "Label": "in0",
27492e61474dSPatrick Rudolph                        "Name": "upper non critical",
27502e61474dSPatrick Rudolph                        "Severity": 0,
27512e61474dSPatrick Rudolph                        "Value": 12.8
27522e61474dSPatrick Rudolph                    },
27532e61474dSPatrick Rudolph                    {
27542e61474dSPatrick Rudolph                        "Direction": "less than",
2755*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
27562e61474dSPatrick Rudolph                        "Label": "in0",
27572e61474dSPatrick Rudolph                        "Name": "lower critical",
27582e61474dSPatrick Rudolph                        "Severity": 1,
27592e61474dSPatrick Rudolph                        "Value": 11.08
27602e61474dSPatrick Rudolph                    },
27612e61474dSPatrick Rudolph                    {
27622e61474dSPatrick Rudolph                        "Direction": "greater than",
2763*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
27642e61474dSPatrick Rudolph                        "Label": "in0",
27652e61474dSPatrick Rudolph                        "Name": "upper critical",
27662e61474dSPatrick Rudolph                        "Severity": 1,
27672e61474dSPatrick Rudolph                        "Value": 13.3
27682e61474dSPatrick Rudolph                    },
27692e61474dSPatrick Rudolph                    {
27702e61474dSPatrick Rudolph                        "Direction": "less than",
2771*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
27722e61474dSPatrick Rudolph                        "Label": "in1",
27732e61474dSPatrick Rudolph                        "Name": "lower non critical",
27742e61474dSPatrick Rudolph                        "Severity": 0,
27752e61474dSPatrick Rudolph                        "Value": 3.14
27762e61474dSPatrick Rudolph                    },
27772e61474dSPatrick Rudolph                    {
27782e61474dSPatrick Rudolph                        "Direction": "greater than",
2779*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
27802e61474dSPatrick Rudolph                        "Label": "in1",
27812e61474dSPatrick Rudolph                        "Name": "upper non critical",
27822e61474dSPatrick Rudolph                        "Severity": 0,
27832e61474dSPatrick Rudolph                        "Value": 3.47
27842e61474dSPatrick Rudolph                    },
27852e61474dSPatrick Rudolph                    {
27862e61474dSPatrick Rudolph                        "Direction": "less than",
2787*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
27882e61474dSPatrick Rudolph                        "Label": "in1",
27892e61474dSPatrick Rudolph                        "Name": "lower critical",
27902e61474dSPatrick Rudolph                        "Severity": 1,
27912e61474dSPatrick Rudolph                        "Value": 2.97
27922e61474dSPatrick Rudolph                    },
27932e61474dSPatrick Rudolph                    {
27942e61474dSPatrick Rudolph                        "Direction": "greater than",
2795*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
27962e61474dSPatrick Rudolph                        "Label": "in1",
27972e61474dSPatrick Rudolph                        "Name": "upper critical",
27982e61474dSPatrick Rudolph                        "Severity": 1,
27992e61474dSPatrick Rudolph                        "Value": 3.63
28002e61474dSPatrick Rudolph                    }
28012e61474dSPatrick Rudolph                ],
28022e61474dSPatrick Rudolph                "Type": "MAX5970",
28032e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD22 P12V Output Current",
28042e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD22 P3V3 Output Current",
28052e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD22 P12V Output Voltage",
28062e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD22 P3V3 Output Voltage"
28072e61474dSPatrick Rudolph            }
28082e61474dSPatrick Rudolph        ],
28092e61474dSPatrick Rudolph        "Name": "RSSD22",
28102e61474dSPatrick Rudolph        "Probe": [
28112e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
28122e61474dSPatrick Rudolph            "AND",
28132e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD22', 'Present': true})",
28142e61474dSPatrick Rudolph            "MATCH_ONE"
28152e61474dSPatrick Rudolph        ],
28162e61474dSPatrick Rudolph        "Type": "Chassis"
28172e61474dSPatrick Rudolph    },
28182e61474dSPatrick Rudolph    {
28192e61474dSPatrick Rudolph        "Exposes": [
28202e61474dSPatrick Rudolph            {
28212e61474dSPatrick Rudolph                "Address": "0x3a",
28222e61474dSPatrick Rudolph                "Bus": "198",
28232e61474dSPatrick Rudolph                "Labels": [
28242e61474dSPatrick Rudolph                    "in0",
28252e61474dSPatrick Rudolph                    "in1",
28262e61474dSPatrick Rudolph                    "curr1",
28272e61474dSPatrick Rudolph                    "curr2"
28282e61474dSPatrick Rudolph                ],
28292e61474dSPatrick Rudolph                "Name": "SSB_RSSD24",
28302e61474dSPatrick Rudolph                "PollRate": 5.0,
28312e61474dSPatrick Rudolph                "PowerState": "On",
28322e61474dSPatrick Rudolph                "Thresholds": [
28332e61474dSPatrick Rudolph                    {
28342e61474dSPatrick Rudolph                        "Direction": "greater than",
2835*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
28362e61474dSPatrick Rudolph                        "Label": "curr1",
28372e61474dSPatrick Rudolph                        "Name": "upper non critical",
28382e61474dSPatrick Rudolph                        "Severity": 0,
28392e61474dSPatrick Rudolph                        "Value": 3.0
28402e61474dSPatrick Rudolph                    },
28412e61474dSPatrick Rudolph                    {
28422e61474dSPatrick Rudolph                        "Direction": "greater than",
2843*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
28442e61474dSPatrick Rudolph                        "Label": "curr1",
28452e61474dSPatrick Rudolph                        "Name": "upper critical",
28462e61474dSPatrick Rudolph                        "Severity": 1,
28472e61474dSPatrick Rudolph                        "Value": 4.0
28482e61474dSPatrick Rudolph                    },
28492e61474dSPatrick Rudolph                    {
28502e61474dSPatrick Rudolph                        "Direction": "greater than",
2851*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
28522e61474dSPatrick Rudolph                        "Label": "curr2",
28532e61474dSPatrick Rudolph                        "Name": "upper non critical",
28542e61474dSPatrick Rudolph                        "Severity": 0,
28552e61474dSPatrick Rudolph                        "Value": 0.1
28562e61474dSPatrick Rudolph                    },
28572e61474dSPatrick Rudolph                    {
28582e61474dSPatrick Rudolph                        "Direction": "greater than",
2859*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
28602e61474dSPatrick Rudolph                        "Label": "curr2",
28612e61474dSPatrick Rudolph                        "Name": "upper critical",
28622e61474dSPatrick Rudolph                        "Severity": 1,
28632e61474dSPatrick Rudolph                        "Value": 0.15
28642e61474dSPatrick Rudolph                    },
28652e61474dSPatrick Rudolph                    {
28662e61474dSPatrick Rudolph                        "Direction": "less than",
2867*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
28682e61474dSPatrick Rudolph                        "Label": "in0",
28692e61474dSPatrick Rudolph                        "Name": "lower non critical",
28702e61474dSPatrick Rudolph                        "Severity": 0,
28712e61474dSPatrick Rudolph                        "Value": 11.68
28722e61474dSPatrick Rudolph                    },
28732e61474dSPatrick Rudolph                    {
28742e61474dSPatrick Rudolph                        "Direction": "greater than",
2875*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
28762e61474dSPatrick Rudolph                        "Label": "in0",
28772e61474dSPatrick Rudolph                        "Name": "upper non critical",
28782e61474dSPatrick Rudolph                        "Severity": 0,
28792e61474dSPatrick Rudolph                        "Value": 12.8
28802e61474dSPatrick Rudolph                    },
28812e61474dSPatrick Rudolph                    {
28822e61474dSPatrick Rudolph                        "Direction": "less than",
2883*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
28842e61474dSPatrick Rudolph                        "Label": "in0",
28852e61474dSPatrick Rudolph                        "Name": "lower critical",
28862e61474dSPatrick Rudolph                        "Severity": 1,
28872e61474dSPatrick Rudolph                        "Value": 11.08
28882e61474dSPatrick Rudolph                    },
28892e61474dSPatrick Rudolph                    {
28902e61474dSPatrick Rudolph                        "Direction": "greater than",
2891*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
28922e61474dSPatrick Rudolph                        "Label": "in0",
28932e61474dSPatrick Rudolph                        "Name": "upper critical",
28942e61474dSPatrick Rudolph                        "Severity": 1,
28952e61474dSPatrick Rudolph                        "Value": 13.3
28962e61474dSPatrick Rudolph                    },
28972e61474dSPatrick Rudolph                    {
28982e61474dSPatrick Rudolph                        "Direction": "less than",
2899*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
29002e61474dSPatrick Rudolph                        "Label": "in1",
29012e61474dSPatrick Rudolph                        "Name": "lower non critical",
29022e61474dSPatrick Rudolph                        "Severity": 0,
29032e61474dSPatrick Rudolph                        "Value": 3.14
29042e61474dSPatrick Rudolph                    },
29052e61474dSPatrick Rudolph                    {
29062e61474dSPatrick Rudolph                        "Direction": "greater than",
2907*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
29082e61474dSPatrick Rudolph                        "Label": "in1",
29092e61474dSPatrick Rudolph                        "Name": "upper non critical",
29102e61474dSPatrick Rudolph                        "Severity": 0,
29112e61474dSPatrick Rudolph                        "Value": 3.47
29122e61474dSPatrick Rudolph                    },
29132e61474dSPatrick Rudolph                    {
29142e61474dSPatrick Rudolph                        "Direction": "less than",
2915*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
29162e61474dSPatrick Rudolph                        "Label": "in1",
29172e61474dSPatrick Rudolph                        "Name": "lower critical",
29182e61474dSPatrick Rudolph                        "Severity": 1,
29192e61474dSPatrick Rudolph                        "Value": 2.97
29202e61474dSPatrick Rudolph                    },
29212e61474dSPatrick Rudolph                    {
29222e61474dSPatrick Rudolph                        "Direction": "greater than",
2923*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
29242e61474dSPatrick Rudolph                        "Label": "in1",
29252e61474dSPatrick Rudolph                        "Name": "upper critical",
29262e61474dSPatrick Rudolph                        "Severity": 1,
29272e61474dSPatrick Rudolph                        "Value": 3.63
29282e61474dSPatrick Rudolph                    }
29292e61474dSPatrick Rudolph                ],
29302e61474dSPatrick Rudolph                "Type": "MAX5970",
29312e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD24 P12V Output Current",
29322e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD24 P3V3 Output Current",
29332e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD24 P12V Output Voltage",
29342e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD24 P3V3 Output Voltage"
29352e61474dSPatrick Rudolph            }
29362e61474dSPatrick Rudolph        ],
29372e61474dSPatrick Rudolph        "Name": "RSSD24",
29382e61474dSPatrick Rudolph        "Probe": [
29392e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
29402e61474dSPatrick Rudolph            "AND",
29412e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD24', 'Present': true})",
29422e61474dSPatrick Rudolph            "MATCH_ONE"
29432e61474dSPatrick Rudolph        ],
29442e61474dSPatrick Rudolph        "Type": "Chassis"
29452e61474dSPatrick Rudolph    },
29462e61474dSPatrick Rudolph    {
29472e61474dSPatrick Rudolph        "Exposes": [
29482e61474dSPatrick Rudolph            {
29492e61474dSPatrick Rudolph                "Address": "0x3a",
29502e61474dSPatrick Rudolph                "Bus": "199",
29512e61474dSPatrick Rudolph                "Labels": [
29522e61474dSPatrick Rudolph                    "in0",
29532e61474dSPatrick Rudolph                    "in1",
29542e61474dSPatrick Rudolph                    "curr1",
29552e61474dSPatrick Rudolph                    "curr2"
29562e61474dSPatrick Rudolph                ],
29572e61474dSPatrick Rudolph                "Name": "SSB_RSSD23",
29582e61474dSPatrick Rudolph                "PollRate": 5.0,
29592e61474dSPatrick Rudolph                "PowerState": "On",
29602e61474dSPatrick Rudolph                "Thresholds": [
29612e61474dSPatrick Rudolph                    {
29622e61474dSPatrick Rudolph                        "Direction": "greater than",
2963*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
29642e61474dSPatrick Rudolph                        "Label": "curr1",
29652e61474dSPatrick Rudolph                        "Name": "upper non critical",
29662e61474dSPatrick Rudolph                        "Severity": 0,
29672e61474dSPatrick Rudolph                        "Value": 3.0
29682e61474dSPatrick Rudolph                    },
29692e61474dSPatrick Rudolph                    {
29702e61474dSPatrick Rudolph                        "Direction": "greater than",
2971*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
29722e61474dSPatrick Rudolph                        "Label": "curr1",
29732e61474dSPatrick Rudolph                        "Name": "upper critical",
29742e61474dSPatrick Rudolph                        "Severity": 1,
29752e61474dSPatrick Rudolph                        "Value": 4.0
29762e61474dSPatrick Rudolph                    },
29772e61474dSPatrick Rudolph                    {
29782e61474dSPatrick Rudolph                        "Direction": "greater than",
2979*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
29802e61474dSPatrick Rudolph                        "Label": "curr2",
29812e61474dSPatrick Rudolph                        "Name": "upper non critical",
29822e61474dSPatrick Rudolph                        "Severity": 0,
29832e61474dSPatrick Rudolph                        "Value": 0.1
29842e61474dSPatrick Rudolph                    },
29852e61474dSPatrick Rudolph                    {
29862e61474dSPatrick Rudolph                        "Direction": "greater than",
2987*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
29882e61474dSPatrick Rudolph                        "Label": "curr2",
29892e61474dSPatrick Rudolph                        "Name": "upper critical",
29902e61474dSPatrick Rudolph                        "Severity": 1,
29912e61474dSPatrick Rudolph                        "Value": 0.15
29922e61474dSPatrick Rudolph                    },
29932e61474dSPatrick Rudolph                    {
29942e61474dSPatrick Rudolph                        "Direction": "less than",
2995*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
29962e61474dSPatrick Rudolph                        "Label": "in0",
29972e61474dSPatrick Rudolph                        "Name": "lower non critical",
29982e61474dSPatrick Rudolph                        "Severity": 0,
29992e61474dSPatrick Rudolph                        "Value": 11.68
30002e61474dSPatrick Rudolph                    },
30012e61474dSPatrick Rudolph                    {
30022e61474dSPatrick Rudolph                        "Direction": "greater than",
3003*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
30042e61474dSPatrick Rudolph                        "Label": "in0",
30052e61474dSPatrick Rudolph                        "Name": "upper non critical",
30062e61474dSPatrick Rudolph                        "Severity": 0,
30072e61474dSPatrick Rudolph                        "Value": 12.8
30082e61474dSPatrick Rudolph                    },
30092e61474dSPatrick Rudolph                    {
30102e61474dSPatrick Rudolph                        "Direction": "less than",
3011*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
30122e61474dSPatrick Rudolph                        "Label": "in0",
30132e61474dSPatrick Rudolph                        "Name": "lower critical",
30142e61474dSPatrick Rudolph                        "Severity": 1,
30152e61474dSPatrick Rudolph                        "Value": 11.08
30162e61474dSPatrick Rudolph                    },
30172e61474dSPatrick Rudolph                    {
30182e61474dSPatrick Rudolph                        "Direction": "greater than",
3019*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
30202e61474dSPatrick Rudolph                        "Label": "in0",
30212e61474dSPatrick Rudolph                        "Name": "upper critical",
30222e61474dSPatrick Rudolph                        "Severity": 1,
30232e61474dSPatrick Rudolph                        "Value": 13.3
30242e61474dSPatrick Rudolph                    },
30252e61474dSPatrick Rudolph                    {
30262e61474dSPatrick Rudolph                        "Direction": "less than",
3027*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
30282e61474dSPatrick Rudolph                        "Label": "in1",
30292e61474dSPatrick Rudolph                        "Name": "lower non critical",
30302e61474dSPatrick Rudolph                        "Severity": 0,
30312e61474dSPatrick Rudolph                        "Value": 3.14
30322e61474dSPatrick Rudolph                    },
30332e61474dSPatrick Rudolph                    {
30342e61474dSPatrick Rudolph                        "Direction": "greater than",
3035*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
30362e61474dSPatrick Rudolph                        "Label": "in1",
30372e61474dSPatrick Rudolph                        "Name": "upper non critical",
30382e61474dSPatrick Rudolph                        "Severity": 0,
30392e61474dSPatrick Rudolph                        "Value": 3.47
30402e61474dSPatrick Rudolph                    },
30412e61474dSPatrick Rudolph                    {
30422e61474dSPatrick Rudolph                        "Direction": "less than",
3043*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
30442e61474dSPatrick Rudolph                        "Label": "in1",
30452e61474dSPatrick Rudolph                        "Name": "lower critical",
30462e61474dSPatrick Rudolph                        "Severity": 1,
30472e61474dSPatrick Rudolph                        "Value": 2.97
30482e61474dSPatrick Rudolph                    },
30492e61474dSPatrick Rudolph                    {
30502e61474dSPatrick Rudolph                        "Direction": "greater than",
3051*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
30522e61474dSPatrick Rudolph                        "Label": "in1",
30532e61474dSPatrick Rudolph                        "Name": "upper critical",
30542e61474dSPatrick Rudolph                        "Severity": 1,
30552e61474dSPatrick Rudolph                        "Value": 3.63
30562e61474dSPatrick Rudolph                    }
30572e61474dSPatrick Rudolph                ],
30582e61474dSPatrick Rudolph                "Type": "MAX5970",
30592e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD23 P12V Output Current",
30602e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD23 P3V3 Output Current",
30612e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD23 P12V Output Voltage",
30622e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD23 P3V3 Output Voltage"
30632e61474dSPatrick Rudolph            }
30642e61474dSPatrick Rudolph        ],
30652e61474dSPatrick Rudolph        "Name": "RSSD23",
30662e61474dSPatrick Rudolph        "Probe": [
30672e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
30682e61474dSPatrick Rudolph            "AND",
30692e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD23', 'Present': true})",
30702e61474dSPatrick Rudolph            "MATCH_ONE"
30712e61474dSPatrick Rudolph        ],
30722e61474dSPatrick Rudolph        "Type": "Chassis"
30732e61474dSPatrick Rudolph    },
30742e61474dSPatrick Rudolph    {
30752e61474dSPatrick Rudolph        "Exposes": [
30762e61474dSPatrick Rudolph            {
30772e61474dSPatrick Rudolph                "Address": "0x3a",
30782e61474dSPatrick Rudolph                "Bus": "200",
30792e61474dSPatrick Rudolph                "Labels": [
30802e61474dSPatrick Rudolph                    "in0",
30812e61474dSPatrick Rudolph                    "in1",
30822e61474dSPatrick Rudolph                    "curr1",
30832e61474dSPatrick Rudolph                    "curr2"
30842e61474dSPatrick Rudolph                ],
30852e61474dSPatrick Rudolph                "Name": "SSB_RSSD25",
30862e61474dSPatrick Rudolph                "PollRate": 5.0,
30872e61474dSPatrick Rudolph                "PowerState": "On",
30882e61474dSPatrick Rudolph                "Thresholds": [
30892e61474dSPatrick Rudolph                    {
30902e61474dSPatrick Rudolph                        "Direction": "greater than",
3091*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
30922e61474dSPatrick Rudolph                        "Label": "curr1",
30932e61474dSPatrick Rudolph                        "Name": "upper non critical",
30942e61474dSPatrick Rudolph                        "Severity": 0,
30952e61474dSPatrick Rudolph                        "Value": 3.0
30962e61474dSPatrick Rudolph                    },
30972e61474dSPatrick Rudolph                    {
30982e61474dSPatrick Rudolph                        "Direction": "greater than",
3099*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
31002e61474dSPatrick Rudolph                        "Label": "curr1",
31012e61474dSPatrick Rudolph                        "Name": "upper critical",
31022e61474dSPatrick Rudolph                        "Severity": 1,
31032e61474dSPatrick Rudolph                        "Value": 4.0
31042e61474dSPatrick Rudolph                    },
31052e61474dSPatrick Rudolph                    {
31062e61474dSPatrick Rudolph                        "Direction": "greater than",
3107*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
31082e61474dSPatrick Rudolph                        "Label": "curr2",
31092e61474dSPatrick Rudolph                        "Name": "upper non critical",
31102e61474dSPatrick Rudolph                        "Severity": 0,
31112e61474dSPatrick Rudolph                        "Value": 0.1
31122e61474dSPatrick Rudolph                    },
31132e61474dSPatrick Rudolph                    {
31142e61474dSPatrick Rudolph                        "Direction": "greater than",
3115*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
31162e61474dSPatrick Rudolph                        "Label": "curr2",
31172e61474dSPatrick Rudolph                        "Name": "upper critical",
31182e61474dSPatrick Rudolph                        "Severity": 1,
31192e61474dSPatrick Rudolph                        "Value": 0.15
31202e61474dSPatrick Rudolph                    },
31212e61474dSPatrick Rudolph                    {
31222e61474dSPatrick Rudolph                        "Direction": "less than",
3123*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
31242e61474dSPatrick Rudolph                        "Label": "in0",
31252e61474dSPatrick Rudolph                        "Name": "lower non critical",
31262e61474dSPatrick Rudolph                        "Severity": 0,
31272e61474dSPatrick Rudolph                        "Value": 11.68
31282e61474dSPatrick Rudolph                    },
31292e61474dSPatrick Rudolph                    {
31302e61474dSPatrick Rudolph                        "Direction": "greater than",
3131*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
31322e61474dSPatrick Rudolph                        "Label": "in0",
31332e61474dSPatrick Rudolph                        "Name": "upper non critical",
31342e61474dSPatrick Rudolph                        "Severity": 0,
31352e61474dSPatrick Rudolph                        "Value": 12.8
31362e61474dSPatrick Rudolph                    },
31372e61474dSPatrick Rudolph                    {
31382e61474dSPatrick Rudolph                        "Direction": "less than",
3139*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
31402e61474dSPatrick Rudolph                        "Label": "in0",
31412e61474dSPatrick Rudolph                        "Name": "lower critical",
31422e61474dSPatrick Rudolph                        "Severity": 1,
31432e61474dSPatrick Rudolph                        "Value": 11.08
31442e61474dSPatrick Rudolph                    },
31452e61474dSPatrick Rudolph                    {
31462e61474dSPatrick Rudolph                        "Direction": "greater than",
3147*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
31482e61474dSPatrick Rudolph                        "Label": "in0",
31492e61474dSPatrick Rudolph                        "Name": "upper critical",
31502e61474dSPatrick Rudolph                        "Severity": 1,
31512e61474dSPatrick Rudolph                        "Value": 13.3
31522e61474dSPatrick Rudolph                    },
31532e61474dSPatrick Rudolph                    {
31542e61474dSPatrick Rudolph                        "Direction": "less than",
3155*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
31562e61474dSPatrick Rudolph                        "Label": "in1",
31572e61474dSPatrick Rudolph                        "Name": "lower non critical",
31582e61474dSPatrick Rudolph                        "Severity": 0,
31592e61474dSPatrick Rudolph                        "Value": 3.14
31602e61474dSPatrick Rudolph                    },
31612e61474dSPatrick Rudolph                    {
31622e61474dSPatrick Rudolph                        "Direction": "greater than",
3163*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
31642e61474dSPatrick Rudolph                        "Label": "in1",
31652e61474dSPatrick Rudolph                        "Name": "upper non critical",
31662e61474dSPatrick Rudolph                        "Severity": 0,
31672e61474dSPatrick Rudolph                        "Value": 3.47
31682e61474dSPatrick Rudolph                    },
31692e61474dSPatrick Rudolph                    {
31702e61474dSPatrick Rudolph                        "Direction": "less than",
3171*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
31722e61474dSPatrick Rudolph                        "Label": "in1",
31732e61474dSPatrick Rudolph                        "Name": "lower critical",
31742e61474dSPatrick Rudolph                        "Severity": 1,
31752e61474dSPatrick Rudolph                        "Value": 2.97
31762e61474dSPatrick Rudolph                    },
31772e61474dSPatrick Rudolph                    {
31782e61474dSPatrick Rudolph                        "Direction": "greater than",
3179*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
31802e61474dSPatrick Rudolph                        "Label": "in1",
31812e61474dSPatrick Rudolph                        "Name": "upper critical",
31822e61474dSPatrick Rudolph                        "Severity": 1,
31832e61474dSPatrick Rudolph                        "Value": 3.63
31842e61474dSPatrick Rudolph                    }
31852e61474dSPatrick Rudolph                ],
31862e61474dSPatrick Rudolph                "Type": "MAX5970",
31872e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD25 P12V Output Current",
31882e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD25 P3V3 Output Current",
31892e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD25 P12V Output Voltage",
31902e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD25 P3V3 Output Voltage"
31912e61474dSPatrick Rudolph            }
31922e61474dSPatrick Rudolph        ],
31932e61474dSPatrick Rudolph        "Name": "RSSD25",
31942e61474dSPatrick Rudolph        "Probe": [
31952e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
31962e61474dSPatrick Rudolph            "AND",
31972e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD25', 'Present': true})",
31982e61474dSPatrick Rudolph            "MATCH_ONE"
31992e61474dSPatrick Rudolph        ],
32002e61474dSPatrick Rudolph        "Type": "Chassis"
32012e61474dSPatrick Rudolph    },
32022e61474dSPatrick Rudolph    {
32032e61474dSPatrick Rudolph        "Exposes": [
32042e61474dSPatrick Rudolph            {
32052e61474dSPatrick Rudolph                "Address": "0x3a",
32062e61474dSPatrick Rudolph                "Bus": "201",
32072e61474dSPatrick Rudolph                "Labels": [
32082e61474dSPatrick Rudolph                    "in0",
32092e61474dSPatrick Rudolph                    "in1",
32102e61474dSPatrick Rudolph                    "curr1",
32112e61474dSPatrick Rudolph                    "curr2"
32122e61474dSPatrick Rudolph                ],
32132e61474dSPatrick Rudolph                "Name": "SSB_RSSD26",
32142e61474dSPatrick Rudolph                "PollRate": 5.0,
32152e61474dSPatrick Rudolph                "PowerState": "On",
32162e61474dSPatrick Rudolph                "Thresholds": [
32172e61474dSPatrick Rudolph                    {
32182e61474dSPatrick Rudolph                        "Direction": "greater than",
3219*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
32202e61474dSPatrick Rudolph                        "Label": "curr1",
32212e61474dSPatrick Rudolph                        "Name": "upper non critical",
32222e61474dSPatrick Rudolph                        "Severity": 0,
32232e61474dSPatrick Rudolph                        "Value": 3.0
32242e61474dSPatrick Rudolph                    },
32252e61474dSPatrick Rudolph                    {
32262e61474dSPatrick Rudolph                        "Direction": "greater than",
3227*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
32282e61474dSPatrick Rudolph                        "Label": "curr1",
32292e61474dSPatrick Rudolph                        "Name": "upper critical",
32302e61474dSPatrick Rudolph                        "Severity": 1,
32312e61474dSPatrick Rudolph                        "Value": 4.0
32322e61474dSPatrick Rudolph                    },
32332e61474dSPatrick Rudolph                    {
32342e61474dSPatrick Rudolph                        "Direction": "greater than",
3235*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
32362e61474dSPatrick Rudolph                        "Label": "curr2",
32372e61474dSPatrick Rudolph                        "Name": "upper non critical",
32382e61474dSPatrick Rudolph                        "Severity": 0,
32392e61474dSPatrick Rudolph                        "Value": 0.1
32402e61474dSPatrick Rudolph                    },
32412e61474dSPatrick Rudolph                    {
32422e61474dSPatrick Rudolph                        "Direction": "greater than",
3243*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
32442e61474dSPatrick Rudolph                        "Label": "curr2",
32452e61474dSPatrick Rudolph                        "Name": "upper critical",
32462e61474dSPatrick Rudolph                        "Severity": 1,
32472e61474dSPatrick Rudolph                        "Value": 0.15
32482e61474dSPatrick Rudolph                    },
32492e61474dSPatrick Rudolph                    {
32502e61474dSPatrick Rudolph                        "Direction": "less than",
3251*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
32522e61474dSPatrick Rudolph                        "Label": "in0",
32532e61474dSPatrick Rudolph                        "Name": "lower non critical",
32542e61474dSPatrick Rudolph                        "Severity": 0,
32552e61474dSPatrick Rudolph                        "Value": 11.68
32562e61474dSPatrick Rudolph                    },
32572e61474dSPatrick Rudolph                    {
32582e61474dSPatrick Rudolph                        "Direction": "greater than",
3259*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
32602e61474dSPatrick Rudolph                        "Label": "in0",
32612e61474dSPatrick Rudolph                        "Name": "upper non critical",
32622e61474dSPatrick Rudolph                        "Severity": 0,
32632e61474dSPatrick Rudolph                        "Value": 12.8
32642e61474dSPatrick Rudolph                    },
32652e61474dSPatrick Rudolph                    {
32662e61474dSPatrick Rudolph                        "Direction": "less than",
3267*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
32682e61474dSPatrick Rudolph                        "Label": "in0",
32692e61474dSPatrick Rudolph                        "Name": "lower critical",
32702e61474dSPatrick Rudolph                        "Severity": 1,
32712e61474dSPatrick Rudolph                        "Value": 11.08
32722e61474dSPatrick Rudolph                    },
32732e61474dSPatrick Rudolph                    {
32742e61474dSPatrick Rudolph                        "Direction": "greater than",
3275*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
32762e61474dSPatrick Rudolph                        "Label": "in0",
32772e61474dSPatrick Rudolph                        "Name": "upper critical",
32782e61474dSPatrick Rudolph                        "Severity": 1,
32792e61474dSPatrick Rudolph                        "Value": 13.3
32802e61474dSPatrick Rudolph                    },
32812e61474dSPatrick Rudolph                    {
32822e61474dSPatrick Rudolph                        "Direction": "less than",
3283*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
32842e61474dSPatrick Rudolph                        "Label": "in1",
32852e61474dSPatrick Rudolph                        "Name": "lower non critical",
32862e61474dSPatrick Rudolph                        "Severity": 0,
32872e61474dSPatrick Rudolph                        "Value": 3.14
32882e61474dSPatrick Rudolph                    },
32892e61474dSPatrick Rudolph                    {
32902e61474dSPatrick Rudolph                        "Direction": "greater than",
3291*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
32922e61474dSPatrick Rudolph                        "Label": "in1",
32932e61474dSPatrick Rudolph                        "Name": "upper non critical",
32942e61474dSPatrick Rudolph                        "Severity": 0,
32952e61474dSPatrick Rudolph                        "Value": 3.47
32962e61474dSPatrick Rudolph                    },
32972e61474dSPatrick Rudolph                    {
32982e61474dSPatrick Rudolph                        "Direction": "less than",
3299*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
33002e61474dSPatrick Rudolph                        "Label": "in1",
33012e61474dSPatrick Rudolph                        "Name": "lower critical",
33022e61474dSPatrick Rudolph                        "Severity": 1,
33032e61474dSPatrick Rudolph                        "Value": 2.97
33042e61474dSPatrick Rudolph                    },
33052e61474dSPatrick Rudolph                    {
33062e61474dSPatrick Rudolph                        "Direction": "greater than",
3307*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
33082e61474dSPatrick Rudolph                        "Label": "in1",
33092e61474dSPatrick Rudolph                        "Name": "upper critical",
33102e61474dSPatrick Rudolph                        "Severity": 1,
33112e61474dSPatrick Rudolph                        "Value": 3.63
33122e61474dSPatrick Rudolph                    }
33132e61474dSPatrick Rudolph                ],
33142e61474dSPatrick Rudolph                "Type": "MAX5970",
33152e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD26 P12V Output Current",
33162e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD26 P3V3 Output Current",
33172e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD26 P12V Output Voltage",
33182e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD26 P3V3 Output Voltage"
33192e61474dSPatrick Rudolph            }
33202e61474dSPatrick Rudolph        ],
33212e61474dSPatrick Rudolph        "Name": "RSSD26",
33222e61474dSPatrick Rudolph        "Probe": [
33232e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
33242e61474dSPatrick Rudolph            "AND",
33252e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD26', 'Present': true})",
33262e61474dSPatrick Rudolph            "MATCH_ONE"
33272e61474dSPatrick Rudolph        ],
33282e61474dSPatrick Rudolph        "Type": "Chassis"
33292e61474dSPatrick Rudolph    },
33302e61474dSPatrick Rudolph    {
33312e61474dSPatrick Rudolph        "Exposes": [
33322e61474dSPatrick Rudolph            {
33332e61474dSPatrick Rudolph                "Address": "0x3a",
33342e61474dSPatrick Rudolph                "Bus": "202",
33352e61474dSPatrick Rudolph                "Labels": [
33362e61474dSPatrick Rudolph                    "in0",
33372e61474dSPatrick Rudolph                    "in1",
33382e61474dSPatrick Rudolph                    "curr1",
33392e61474dSPatrick Rudolph                    "curr2"
33402e61474dSPatrick Rudolph                ],
33412e61474dSPatrick Rudolph                "Name": "SSB_RSSD27",
33422e61474dSPatrick Rudolph                "PollRate": 5.0,
33432e61474dSPatrick Rudolph                "PowerState": "On",
33442e61474dSPatrick Rudolph                "Thresholds": [
33452e61474dSPatrick Rudolph                    {
33462e61474dSPatrick Rudolph                        "Direction": "greater than",
3347*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
33482e61474dSPatrick Rudolph                        "Label": "curr1",
33492e61474dSPatrick Rudolph                        "Name": "upper non critical",
33502e61474dSPatrick Rudolph                        "Severity": 0,
33512e61474dSPatrick Rudolph                        "Value": 3.0
33522e61474dSPatrick Rudolph                    },
33532e61474dSPatrick Rudolph                    {
33542e61474dSPatrick Rudolph                        "Direction": "greater than",
3355*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
33562e61474dSPatrick Rudolph                        "Label": "curr1",
33572e61474dSPatrick Rudolph                        "Name": "upper critical",
33582e61474dSPatrick Rudolph                        "Severity": 1,
33592e61474dSPatrick Rudolph                        "Value": 4.0
33602e61474dSPatrick Rudolph                    },
33612e61474dSPatrick Rudolph                    {
33622e61474dSPatrick Rudolph                        "Direction": "greater than",
3363*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
33642e61474dSPatrick Rudolph                        "Label": "curr2",
33652e61474dSPatrick Rudolph                        "Name": "upper non critical",
33662e61474dSPatrick Rudolph                        "Severity": 0,
33672e61474dSPatrick Rudolph                        "Value": 0.1
33682e61474dSPatrick Rudolph                    },
33692e61474dSPatrick Rudolph                    {
33702e61474dSPatrick Rudolph                        "Direction": "greater than",
3371*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
33722e61474dSPatrick Rudolph                        "Label": "curr2",
33732e61474dSPatrick Rudolph                        "Name": "upper critical",
33742e61474dSPatrick Rudolph                        "Severity": 1,
33752e61474dSPatrick Rudolph                        "Value": 0.15
33762e61474dSPatrick Rudolph                    },
33772e61474dSPatrick Rudolph                    {
33782e61474dSPatrick Rudolph                        "Direction": "less than",
3379*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
33802e61474dSPatrick Rudolph                        "Label": "in0",
33812e61474dSPatrick Rudolph                        "Name": "lower non critical",
33822e61474dSPatrick Rudolph                        "Severity": 0,
33832e61474dSPatrick Rudolph                        "Value": 11.68
33842e61474dSPatrick Rudolph                    },
33852e61474dSPatrick Rudolph                    {
33862e61474dSPatrick Rudolph                        "Direction": "greater than",
3387*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
33882e61474dSPatrick Rudolph                        "Label": "in0",
33892e61474dSPatrick Rudolph                        "Name": "upper non critical",
33902e61474dSPatrick Rudolph                        "Severity": 0,
33912e61474dSPatrick Rudolph                        "Value": 12.8
33922e61474dSPatrick Rudolph                    },
33932e61474dSPatrick Rudolph                    {
33942e61474dSPatrick Rudolph                        "Direction": "less than",
3395*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
33962e61474dSPatrick Rudolph                        "Label": "in0",
33972e61474dSPatrick Rudolph                        "Name": "lower critical",
33982e61474dSPatrick Rudolph                        "Severity": 1,
33992e61474dSPatrick Rudolph                        "Value": 11.08
34002e61474dSPatrick Rudolph                    },
34012e61474dSPatrick Rudolph                    {
34022e61474dSPatrick Rudolph                        "Direction": "greater than",
3403*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
34042e61474dSPatrick Rudolph                        "Label": "in0",
34052e61474dSPatrick Rudolph                        "Name": "upper critical",
34062e61474dSPatrick Rudolph                        "Severity": 1,
34072e61474dSPatrick Rudolph                        "Value": 13.3
34082e61474dSPatrick Rudolph                    },
34092e61474dSPatrick Rudolph                    {
34102e61474dSPatrick Rudolph                        "Direction": "less than",
3411*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
34122e61474dSPatrick Rudolph                        "Label": "in1",
34132e61474dSPatrick Rudolph                        "Name": "lower non critical",
34142e61474dSPatrick Rudolph                        "Severity": 0,
34152e61474dSPatrick Rudolph                        "Value": 3.14
34162e61474dSPatrick Rudolph                    },
34172e61474dSPatrick Rudolph                    {
34182e61474dSPatrick Rudolph                        "Direction": "greater than",
3419*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
34202e61474dSPatrick Rudolph                        "Label": "in1",
34212e61474dSPatrick Rudolph                        "Name": "upper non critical",
34222e61474dSPatrick Rudolph                        "Severity": 0,
34232e61474dSPatrick Rudolph                        "Value": 3.47
34242e61474dSPatrick Rudolph                    },
34252e61474dSPatrick Rudolph                    {
34262e61474dSPatrick Rudolph                        "Direction": "less than",
3427*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
34282e61474dSPatrick Rudolph                        "Label": "in1",
34292e61474dSPatrick Rudolph                        "Name": "lower critical",
34302e61474dSPatrick Rudolph                        "Severity": 1,
34312e61474dSPatrick Rudolph                        "Value": 2.97
34322e61474dSPatrick Rudolph                    },
34332e61474dSPatrick Rudolph                    {
34342e61474dSPatrick Rudolph                        "Direction": "greater than",
3435*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
34362e61474dSPatrick Rudolph                        "Label": "in1",
34372e61474dSPatrick Rudolph                        "Name": "upper critical",
34382e61474dSPatrick Rudolph                        "Severity": 1,
34392e61474dSPatrick Rudolph                        "Value": 3.63
34402e61474dSPatrick Rudolph                    }
34412e61474dSPatrick Rudolph                ],
34422e61474dSPatrick Rudolph                "Type": "MAX5970",
34432e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD27 P12V Output Current",
34442e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD27 P3V3 Output Current",
34452e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD27 P12V Output Voltage",
34462e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD27 P3V3 Output Voltage"
34472e61474dSPatrick Rudolph            }
34482e61474dSPatrick Rudolph        ],
34492e61474dSPatrick Rudolph        "Name": "RSSD27",
34502e61474dSPatrick Rudolph        "Probe": [
34512e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
34522e61474dSPatrick Rudolph            "AND",
34532e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD27', 'Present': true})",
34542e61474dSPatrick Rudolph            "MATCH_ONE"
34552e61474dSPatrick Rudolph        ],
34562e61474dSPatrick Rudolph        "Type": "Chassis"
34572e61474dSPatrick Rudolph    },
34582e61474dSPatrick Rudolph    {
34592e61474dSPatrick Rudolph        "Exposes": [
34602e61474dSPatrick Rudolph            {
34612e61474dSPatrick Rudolph                "Address": "0x3a",
34622e61474dSPatrick Rudolph                "Bus": "203",
34632e61474dSPatrick Rudolph                "Labels": [
34642e61474dSPatrick Rudolph                    "in0",
34652e61474dSPatrick Rudolph                    "in1",
34662e61474dSPatrick Rudolph                    "curr1",
34672e61474dSPatrick Rudolph                    "curr2"
34682e61474dSPatrick Rudolph                ],
34692e61474dSPatrick Rudolph                "Name": "SSB_RSSD32",
34702e61474dSPatrick Rudolph                "PollRate": 5.0,
34712e61474dSPatrick Rudolph                "PowerState": "On",
34722e61474dSPatrick Rudolph                "Thresholds": [
34732e61474dSPatrick Rudolph                    {
34742e61474dSPatrick Rudolph                        "Direction": "greater than",
3475*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
34762e61474dSPatrick Rudolph                        "Label": "curr1",
34772e61474dSPatrick Rudolph                        "Name": "upper non critical",
34782e61474dSPatrick Rudolph                        "Severity": 0,
34792e61474dSPatrick Rudolph                        "Value": 3.0
34802e61474dSPatrick Rudolph                    },
34812e61474dSPatrick Rudolph                    {
34822e61474dSPatrick Rudolph                        "Direction": "greater than",
3483*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
34842e61474dSPatrick Rudolph                        "Label": "curr1",
34852e61474dSPatrick Rudolph                        "Name": "upper critical",
34862e61474dSPatrick Rudolph                        "Severity": 1,
34872e61474dSPatrick Rudolph                        "Value": 4.0
34882e61474dSPatrick Rudolph                    },
34892e61474dSPatrick Rudolph                    {
34902e61474dSPatrick Rudolph                        "Direction": "greater than",
3491*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
34922e61474dSPatrick Rudolph                        "Label": "curr2",
34932e61474dSPatrick Rudolph                        "Name": "upper non critical",
34942e61474dSPatrick Rudolph                        "Severity": 0,
34952e61474dSPatrick Rudolph                        "Value": 0.1
34962e61474dSPatrick Rudolph                    },
34972e61474dSPatrick Rudolph                    {
34982e61474dSPatrick Rudolph                        "Direction": "greater than",
3499*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
35002e61474dSPatrick Rudolph                        "Label": "curr2",
35012e61474dSPatrick Rudolph                        "Name": "upper critical",
35022e61474dSPatrick Rudolph                        "Severity": 1,
35032e61474dSPatrick Rudolph                        "Value": 0.15
35042e61474dSPatrick Rudolph                    },
35052e61474dSPatrick Rudolph                    {
35062e61474dSPatrick Rudolph                        "Direction": "less than",
3507*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
35082e61474dSPatrick Rudolph                        "Label": "in0",
35092e61474dSPatrick Rudolph                        "Name": "lower non critical",
35102e61474dSPatrick Rudolph                        "Severity": 0,
35112e61474dSPatrick Rudolph                        "Value": 11.68
35122e61474dSPatrick Rudolph                    },
35132e61474dSPatrick Rudolph                    {
35142e61474dSPatrick Rudolph                        "Direction": "greater than",
3515*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
35162e61474dSPatrick Rudolph                        "Label": "in0",
35172e61474dSPatrick Rudolph                        "Name": "upper non critical",
35182e61474dSPatrick Rudolph                        "Severity": 0,
35192e61474dSPatrick Rudolph                        "Value": 12.8
35202e61474dSPatrick Rudolph                    },
35212e61474dSPatrick Rudolph                    {
35222e61474dSPatrick Rudolph                        "Direction": "less than",
3523*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
35242e61474dSPatrick Rudolph                        "Label": "in0",
35252e61474dSPatrick Rudolph                        "Name": "lower critical",
35262e61474dSPatrick Rudolph                        "Severity": 1,
35272e61474dSPatrick Rudolph                        "Value": 11.08
35282e61474dSPatrick Rudolph                    },
35292e61474dSPatrick Rudolph                    {
35302e61474dSPatrick Rudolph                        "Direction": "greater than",
3531*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
35322e61474dSPatrick Rudolph                        "Label": "in0",
35332e61474dSPatrick Rudolph                        "Name": "upper critical",
35342e61474dSPatrick Rudolph                        "Severity": 1,
35352e61474dSPatrick Rudolph                        "Value": 13.3
35362e61474dSPatrick Rudolph                    },
35372e61474dSPatrick Rudolph                    {
35382e61474dSPatrick Rudolph                        "Direction": "less than",
3539*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
35402e61474dSPatrick Rudolph                        "Label": "in1",
35412e61474dSPatrick Rudolph                        "Name": "lower non critical",
35422e61474dSPatrick Rudolph                        "Severity": 0,
35432e61474dSPatrick Rudolph                        "Value": 3.14
35442e61474dSPatrick Rudolph                    },
35452e61474dSPatrick Rudolph                    {
35462e61474dSPatrick Rudolph                        "Direction": "greater than",
3547*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
35482e61474dSPatrick Rudolph                        "Label": "in1",
35492e61474dSPatrick Rudolph                        "Name": "upper non critical",
35502e61474dSPatrick Rudolph                        "Severity": 0,
35512e61474dSPatrick Rudolph                        "Value": 3.47
35522e61474dSPatrick Rudolph                    },
35532e61474dSPatrick Rudolph                    {
35542e61474dSPatrick Rudolph                        "Direction": "less than",
3555*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
35562e61474dSPatrick Rudolph                        "Label": "in1",
35572e61474dSPatrick Rudolph                        "Name": "lower critical",
35582e61474dSPatrick Rudolph                        "Severity": 1,
35592e61474dSPatrick Rudolph                        "Value": 2.97
35602e61474dSPatrick Rudolph                    },
35612e61474dSPatrick Rudolph                    {
35622e61474dSPatrick Rudolph                        "Direction": "greater than",
3563*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
35642e61474dSPatrick Rudolph                        "Label": "in1",
35652e61474dSPatrick Rudolph                        "Name": "upper critical",
35662e61474dSPatrick Rudolph                        "Severity": 1,
35672e61474dSPatrick Rudolph                        "Value": 3.63
35682e61474dSPatrick Rudolph                    }
35692e61474dSPatrick Rudolph                ],
35702e61474dSPatrick Rudolph                "Type": "MAX5970",
35712e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD32 P12V Output Current",
35722e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD32 P3V3 Output Current",
35732e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD32 P12V Output Voltage",
35742e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD32 P3V3 Output Voltage"
35752e61474dSPatrick Rudolph            }
35762e61474dSPatrick Rudolph        ],
35772e61474dSPatrick Rudolph        "Name": "RSSD32",
35782e61474dSPatrick Rudolph        "Probe": [
35792e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
35802e61474dSPatrick Rudolph            "AND",
35812e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD32', 'Present': true})",
35822e61474dSPatrick Rudolph            "MATCH_ONE"
35832e61474dSPatrick Rudolph        ],
35842e61474dSPatrick Rudolph        "Type": "Chassis"
35852e61474dSPatrick Rudolph    },
35862e61474dSPatrick Rudolph    {
35872e61474dSPatrick Rudolph        "Exposes": [
35882e61474dSPatrick Rudolph            {
35892e61474dSPatrick Rudolph                "Address": "0x3a",
35902e61474dSPatrick Rudolph                "Bus": "204",
35912e61474dSPatrick Rudolph                "Labels": [
35922e61474dSPatrick Rudolph                    "in0",
35932e61474dSPatrick Rudolph                    "in1",
35942e61474dSPatrick Rudolph                    "curr1",
35952e61474dSPatrick Rudolph                    "curr2"
35962e61474dSPatrick Rudolph                ],
35972e61474dSPatrick Rudolph                "Name": "SSB_RSSD31",
35982e61474dSPatrick Rudolph                "PollRate": 5.0,
35992e61474dSPatrick Rudolph                "PowerState": "On",
36002e61474dSPatrick Rudolph                "Thresholds": [
36012e61474dSPatrick Rudolph                    {
36022e61474dSPatrick Rudolph                        "Direction": "greater than",
3603*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
36042e61474dSPatrick Rudolph                        "Label": "curr1",
36052e61474dSPatrick Rudolph                        "Name": "upper non critical",
36062e61474dSPatrick Rudolph                        "Severity": 0,
36072e61474dSPatrick Rudolph                        "Value": 3.0
36082e61474dSPatrick Rudolph                    },
36092e61474dSPatrick Rudolph                    {
36102e61474dSPatrick Rudolph                        "Direction": "greater than",
3611*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
36122e61474dSPatrick Rudolph                        "Label": "curr1",
36132e61474dSPatrick Rudolph                        "Name": "upper critical",
36142e61474dSPatrick Rudolph                        "Severity": 1,
36152e61474dSPatrick Rudolph                        "Value": 4.0
36162e61474dSPatrick Rudolph                    },
36172e61474dSPatrick Rudolph                    {
36182e61474dSPatrick Rudolph                        "Direction": "greater than",
3619*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
36202e61474dSPatrick Rudolph                        "Label": "curr2",
36212e61474dSPatrick Rudolph                        "Name": "upper non critical",
36222e61474dSPatrick Rudolph                        "Severity": 0,
36232e61474dSPatrick Rudolph                        "Value": 0.1
36242e61474dSPatrick Rudolph                    },
36252e61474dSPatrick Rudolph                    {
36262e61474dSPatrick Rudolph                        "Direction": "greater than",
3627*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
36282e61474dSPatrick Rudolph                        "Label": "curr2",
36292e61474dSPatrick Rudolph                        "Name": "upper critical",
36302e61474dSPatrick Rudolph                        "Severity": 1,
36312e61474dSPatrick Rudolph                        "Value": 0.15
36322e61474dSPatrick Rudolph                    },
36332e61474dSPatrick Rudolph                    {
36342e61474dSPatrick Rudolph                        "Direction": "less than",
3635*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
36362e61474dSPatrick Rudolph                        "Label": "in0",
36372e61474dSPatrick Rudolph                        "Name": "lower non critical",
36382e61474dSPatrick Rudolph                        "Severity": 0,
36392e61474dSPatrick Rudolph                        "Value": 11.68
36402e61474dSPatrick Rudolph                    },
36412e61474dSPatrick Rudolph                    {
36422e61474dSPatrick Rudolph                        "Direction": "greater than",
3643*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
36442e61474dSPatrick Rudolph                        "Label": "in0",
36452e61474dSPatrick Rudolph                        "Name": "upper non critical",
36462e61474dSPatrick Rudolph                        "Severity": 0,
36472e61474dSPatrick Rudolph                        "Value": 12.8
36482e61474dSPatrick Rudolph                    },
36492e61474dSPatrick Rudolph                    {
36502e61474dSPatrick Rudolph                        "Direction": "less than",
3651*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
36522e61474dSPatrick Rudolph                        "Label": "in0",
36532e61474dSPatrick Rudolph                        "Name": "lower critical",
36542e61474dSPatrick Rudolph                        "Severity": 1,
36552e61474dSPatrick Rudolph                        "Value": 11.08
36562e61474dSPatrick Rudolph                    },
36572e61474dSPatrick Rudolph                    {
36582e61474dSPatrick Rudolph                        "Direction": "greater than",
3659*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
36602e61474dSPatrick Rudolph                        "Label": "in0",
36612e61474dSPatrick Rudolph                        "Name": "upper critical",
36622e61474dSPatrick Rudolph                        "Severity": 1,
36632e61474dSPatrick Rudolph                        "Value": 13.3
36642e61474dSPatrick Rudolph                    },
36652e61474dSPatrick Rudolph                    {
36662e61474dSPatrick Rudolph                        "Direction": "less than",
3667*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
36682e61474dSPatrick Rudolph                        "Label": "in1",
36692e61474dSPatrick Rudolph                        "Name": "lower non critical",
36702e61474dSPatrick Rudolph                        "Severity": 0,
36712e61474dSPatrick Rudolph                        "Value": 3.14
36722e61474dSPatrick Rudolph                    },
36732e61474dSPatrick Rudolph                    {
36742e61474dSPatrick Rudolph                        "Direction": "greater than",
3675*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
36762e61474dSPatrick Rudolph                        "Label": "in1",
36772e61474dSPatrick Rudolph                        "Name": "upper non critical",
36782e61474dSPatrick Rudolph                        "Severity": 0,
36792e61474dSPatrick Rudolph                        "Value": 3.47
36802e61474dSPatrick Rudolph                    },
36812e61474dSPatrick Rudolph                    {
36822e61474dSPatrick Rudolph                        "Direction": "less than",
3683*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
36842e61474dSPatrick Rudolph                        "Label": "in1",
36852e61474dSPatrick Rudolph                        "Name": "lower critical",
36862e61474dSPatrick Rudolph                        "Severity": 1,
36872e61474dSPatrick Rudolph                        "Value": 2.97
36882e61474dSPatrick Rudolph                    },
36892e61474dSPatrick Rudolph                    {
36902e61474dSPatrick Rudolph                        "Direction": "greater than",
3691*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
36922e61474dSPatrick Rudolph                        "Label": "in1",
36932e61474dSPatrick Rudolph                        "Name": "upper critical",
36942e61474dSPatrick Rudolph                        "Severity": 1,
36952e61474dSPatrick Rudolph                        "Value": 3.63
36962e61474dSPatrick Rudolph                    }
36972e61474dSPatrick Rudolph                ],
36982e61474dSPatrick Rudolph                "Type": "MAX5970",
36992e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD31 P12V Output Current",
37002e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD31 P3V3 Output Current",
37012e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD31 P12V Output Voltage",
37022e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD31 P3V3 Output Voltage"
37032e61474dSPatrick Rudolph            }
37042e61474dSPatrick Rudolph        ],
37052e61474dSPatrick Rudolph        "Name": "RSSD31",
37062e61474dSPatrick Rudolph        "Probe": [
37072e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
37082e61474dSPatrick Rudolph            "AND",
37092e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD31', 'Present': true})",
37102e61474dSPatrick Rudolph            "MATCH_ONE"
37112e61474dSPatrick Rudolph        ],
37122e61474dSPatrick Rudolph        "Type": "Chassis"
37132e61474dSPatrick Rudolph    },
37142e61474dSPatrick Rudolph    {
37152e61474dSPatrick Rudolph        "Exposes": [
37162e61474dSPatrick Rudolph            {
37172e61474dSPatrick Rudolph                "Address": "0x3a",
37182e61474dSPatrick Rudolph                "Bus": "205",
37192e61474dSPatrick Rudolph                "Labels": [
37202e61474dSPatrick Rudolph                    "in0",
37212e61474dSPatrick Rudolph                    "in1",
37222e61474dSPatrick Rudolph                    "curr1",
37232e61474dSPatrick Rudolph                    "curr2"
37242e61474dSPatrick Rudolph                ],
37252e61474dSPatrick Rudolph                "Name": "SSB_RSSD30",
37262e61474dSPatrick Rudolph                "PollRate": 5.0,
37272e61474dSPatrick Rudolph                "PowerState": "On",
37282e61474dSPatrick Rudolph                "Thresholds": [
37292e61474dSPatrick Rudolph                    {
37302e61474dSPatrick Rudolph                        "Direction": "greater than",
3731*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
37322e61474dSPatrick Rudolph                        "Label": "curr1",
37332e61474dSPatrick Rudolph                        "Name": "upper non critical",
37342e61474dSPatrick Rudolph                        "Severity": 0,
37352e61474dSPatrick Rudolph                        "Value": 3.0
37362e61474dSPatrick Rudolph                    },
37372e61474dSPatrick Rudolph                    {
37382e61474dSPatrick Rudolph                        "Direction": "greater than",
3739*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
37402e61474dSPatrick Rudolph                        "Label": "curr1",
37412e61474dSPatrick Rudolph                        "Name": "upper critical",
37422e61474dSPatrick Rudolph                        "Severity": 1,
37432e61474dSPatrick Rudolph                        "Value": 4.0
37442e61474dSPatrick Rudolph                    },
37452e61474dSPatrick Rudolph                    {
37462e61474dSPatrick Rudolph                        "Direction": "greater than",
3747*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
37482e61474dSPatrick Rudolph                        "Label": "curr2",
37492e61474dSPatrick Rudolph                        "Name": "upper non critical",
37502e61474dSPatrick Rudolph                        "Severity": 0,
37512e61474dSPatrick Rudolph                        "Value": 0.1
37522e61474dSPatrick Rudolph                    },
37532e61474dSPatrick Rudolph                    {
37542e61474dSPatrick Rudolph                        "Direction": "greater than",
3755*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
37562e61474dSPatrick Rudolph                        "Label": "curr2",
37572e61474dSPatrick Rudolph                        "Name": "upper critical",
37582e61474dSPatrick Rudolph                        "Severity": 1,
37592e61474dSPatrick Rudolph                        "Value": 0.15
37602e61474dSPatrick Rudolph                    },
37612e61474dSPatrick Rudolph                    {
37622e61474dSPatrick Rudolph                        "Direction": "less than",
3763*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
37642e61474dSPatrick Rudolph                        "Label": "in0",
37652e61474dSPatrick Rudolph                        "Name": "lower non critical",
37662e61474dSPatrick Rudolph                        "Severity": 0,
37672e61474dSPatrick Rudolph                        "Value": 11.68
37682e61474dSPatrick Rudolph                    },
37692e61474dSPatrick Rudolph                    {
37702e61474dSPatrick Rudolph                        "Direction": "greater than",
3771*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
37722e61474dSPatrick Rudolph                        "Label": "in0",
37732e61474dSPatrick Rudolph                        "Name": "upper non critical",
37742e61474dSPatrick Rudolph                        "Severity": 0,
37752e61474dSPatrick Rudolph                        "Value": 12.8
37762e61474dSPatrick Rudolph                    },
37772e61474dSPatrick Rudolph                    {
37782e61474dSPatrick Rudolph                        "Direction": "less than",
3779*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
37802e61474dSPatrick Rudolph                        "Label": "in0",
37812e61474dSPatrick Rudolph                        "Name": "lower critical",
37822e61474dSPatrick Rudolph                        "Severity": 1,
37832e61474dSPatrick Rudolph                        "Value": 11.08
37842e61474dSPatrick Rudolph                    },
37852e61474dSPatrick Rudolph                    {
37862e61474dSPatrick Rudolph                        "Direction": "greater than",
3787*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
37882e61474dSPatrick Rudolph                        "Label": "in0",
37892e61474dSPatrick Rudolph                        "Name": "upper critical",
37902e61474dSPatrick Rudolph                        "Severity": 1,
37912e61474dSPatrick Rudolph                        "Value": 13.3
37922e61474dSPatrick Rudolph                    },
37932e61474dSPatrick Rudolph                    {
37942e61474dSPatrick Rudolph                        "Direction": "less than",
3795*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
37962e61474dSPatrick Rudolph                        "Label": "in1",
37972e61474dSPatrick Rudolph                        "Name": "lower non critical",
37982e61474dSPatrick Rudolph                        "Severity": 0,
37992e61474dSPatrick Rudolph                        "Value": 3.14
38002e61474dSPatrick Rudolph                    },
38012e61474dSPatrick Rudolph                    {
38022e61474dSPatrick Rudolph                        "Direction": "greater than",
3803*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
38042e61474dSPatrick Rudolph                        "Label": "in1",
38052e61474dSPatrick Rudolph                        "Name": "upper non critical",
38062e61474dSPatrick Rudolph                        "Severity": 0,
38072e61474dSPatrick Rudolph                        "Value": 3.47
38082e61474dSPatrick Rudolph                    },
38092e61474dSPatrick Rudolph                    {
38102e61474dSPatrick Rudolph                        "Direction": "less than",
3811*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
38122e61474dSPatrick Rudolph                        "Label": "in1",
38132e61474dSPatrick Rudolph                        "Name": "lower critical",
38142e61474dSPatrick Rudolph                        "Severity": 1,
38152e61474dSPatrick Rudolph                        "Value": 2.97
38162e61474dSPatrick Rudolph                    },
38172e61474dSPatrick Rudolph                    {
38182e61474dSPatrick Rudolph                        "Direction": "greater than",
3819*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
38202e61474dSPatrick Rudolph                        "Label": "in1",
38212e61474dSPatrick Rudolph                        "Name": "upper critical",
38222e61474dSPatrick Rudolph                        "Severity": 1,
38232e61474dSPatrick Rudolph                        "Value": 3.63
38242e61474dSPatrick Rudolph                    }
38252e61474dSPatrick Rudolph                ],
38262e61474dSPatrick Rudolph                "Type": "MAX5970",
38272e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD30 P12V Output Current",
38282e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD30 P3V3 Output Current",
38292e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD30 P12V Output Voltage",
38302e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD30 P3V3 Output Voltage"
38312e61474dSPatrick Rudolph            }
38322e61474dSPatrick Rudolph        ],
38332e61474dSPatrick Rudolph        "Name": "RSSD30",
38342e61474dSPatrick Rudolph        "Probe": [
38352e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
38362e61474dSPatrick Rudolph            "AND",
38372e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD30', 'Present': true})",
38382e61474dSPatrick Rudolph            "MATCH_ONE"
38392e61474dSPatrick Rudolph        ],
38402e61474dSPatrick Rudolph        "Type": "Chassis"
38412e61474dSPatrick Rudolph    },
38422e61474dSPatrick Rudolph    {
38432e61474dSPatrick Rudolph        "Exposes": [
38442e61474dSPatrick Rudolph            {
38452e61474dSPatrick Rudolph                "Address": "0x3a",
38462e61474dSPatrick Rudolph                "Bus": "206",
38472e61474dSPatrick Rudolph                "Labels": [
38482e61474dSPatrick Rudolph                    "in0",
38492e61474dSPatrick Rudolph                    "in1",
38502e61474dSPatrick Rudolph                    "curr1",
38512e61474dSPatrick Rudolph                    "curr2"
38522e61474dSPatrick Rudolph                ],
38532e61474dSPatrick Rudolph                "Name": "SSB_RSSD29",
38542e61474dSPatrick Rudolph                "PollRate": 5.0,
38552e61474dSPatrick Rudolph                "PowerState": "On",
38562e61474dSPatrick Rudolph                "Thresholds": [
38572e61474dSPatrick Rudolph                    {
38582e61474dSPatrick Rudolph                        "Direction": "greater than",
3859*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
38602e61474dSPatrick Rudolph                        "Label": "curr1",
38612e61474dSPatrick Rudolph                        "Name": "upper non critical",
38622e61474dSPatrick Rudolph                        "Severity": 0,
38632e61474dSPatrick Rudolph                        "Value": 3.0
38642e61474dSPatrick Rudolph                    },
38652e61474dSPatrick Rudolph                    {
38662e61474dSPatrick Rudolph                        "Direction": "greater than",
3867*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
38682e61474dSPatrick Rudolph                        "Label": "curr1",
38692e61474dSPatrick Rudolph                        "Name": "upper critical",
38702e61474dSPatrick Rudolph                        "Severity": 1,
38712e61474dSPatrick Rudolph                        "Value": 4.0
38722e61474dSPatrick Rudolph                    },
38732e61474dSPatrick Rudolph                    {
38742e61474dSPatrick Rudolph                        "Direction": "greater than",
3875*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
38762e61474dSPatrick Rudolph                        "Label": "curr2",
38772e61474dSPatrick Rudolph                        "Name": "upper non critical",
38782e61474dSPatrick Rudolph                        "Severity": 0,
38792e61474dSPatrick Rudolph                        "Value": 0.1
38802e61474dSPatrick Rudolph                    },
38812e61474dSPatrick Rudolph                    {
38822e61474dSPatrick Rudolph                        "Direction": "greater than",
3883*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
38842e61474dSPatrick Rudolph                        "Label": "curr2",
38852e61474dSPatrick Rudolph                        "Name": "upper critical",
38862e61474dSPatrick Rudolph                        "Severity": 1,
38872e61474dSPatrick Rudolph                        "Value": 0.15
38882e61474dSPatrick Rudolph                    },
38892e61474dSPatrick Rudolph                    {
38902e61474dSPatrick Rudolph                        "Direction": "less than",
3891*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
38922e61474dSPatrick Rudolph                        "Label": "in0",
38932e61474dSPatrick Rudolph                        "Name": "lower non critical",
38942e61474dSPatrick Rudolph                        "Severity": 0,
38952e61474dSPatrick Rudolph                        "Value": 11.68
38962e61474dSPatrick Rudolph                    },
38972e61474dSPatrick Rudolph                    {
38982e61474dSPatrick Rudolph                        "Direction": "greater than",
3899*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
39002e61474dSPatrick Rudolph                        "Label": "in0",
39012e61474dSPatrick Rudolph                        "Name": "upper non critical",
39022e61474dSPatrick Rudolph                        "Severity": 0,
39032e61474dSPatrick Rudolph                        "Value": 12.8
39042e61474dSPatrick Rudolph                    },
39052e61474dSPatrick Rudolph                    {
39062e61474dSPatrick Rudolph                        "Direction": "less than",
3907*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
39082e61474dSPatrick Rudolph                        "Label": "in0",
39092e61474dSPatrick Rudolph                        "Name": "lower critical",
39102e61474dSPatrick Rudolph                        "Severity": 1,
39112e61474dSPatrick Rudolph                        "Value": 11.08
39122e61474dSPatrick Rudolph                    },
39132e61474dSPatrick Rudolph                    {
39142e61474dSPatrick Rudolph                        "Direction": "greater than",
3915*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
39162e61474dSPatrick Rudolph                        "Label": "in0",
39172e61474dSPatrick Rudolph                        "Name": "upper critical",
39182e61474dSPatrick Rudolph                        "Severity": 1,
39192e61474dSPatrick Rudolph                        "Value": 13.3
39202e61474dSPatrick Rudolph                    },
39212e61474dSPatrick Rudolph                    {
39222e61474dSPatrick Rudolph                        "Direction": "less than",
3923*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
39242e61474dSPatrick Rudolph                        "Label": "in1",
39252e61474dSPatrick Rudolph                        "Name": "lower non critical",
39262e61474dSPatrick Rudolph                        "Severity": 0,
39272e61474dSPatrick Rudolph                        "Value": 3.14
39282e61474dSPatrick Rudolph                    },
39292e61474dSPatrick Rudolph                    {
39302e61474dSPatrick Rudolph                        "Direction": "greater than",
3931*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
39322e61474dSPatrick Rudolph                        "Label": "in1",
39332e61474dSPatrick Rudolph                        "Name": "upper non critical",
39342e61474dSPatrick Rudolph                        "Severity": 0,
39352e61474dSPatrick Rudolph                        "Value": 3.47
39362e61474dSPatrick Rudolph                    },
39372e61474dSPatrick Rudolph                    {
39382e61474dSPatrick Rudolph                        "Direction": "less than",
3939*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
39402e61474dSPatrick Rudolph                        "Label": "in1",
39412e61474dSPatrick Rudolph                        "Name": "lower critical",
39422e61474dSPatrick Rudolph                        "Severity": 1,
39432e61474dSPatrick Rudolph                        "Value": 2.97
39442e61474dSPatrick Rudolph                    },
39452e61474dSPatrick Rudolph                    {
39462e61474dSPatrick Rudolph                        "Direction": "greater than",
3947*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
39482e61474dSPatrick Rudolph                        "Label": "in1",
39492e61474dSPatrick Rudolph                        "Name": "upper critical",
39502e61474dSPatrick Rudolph                        "Severity": 1,
39512e61474dSPatrick Rudolph                        "Value": 3.63
39522e61474dSPatrick Rudolph                    }
39532e61474dSPatrick Rudolph                ],
39542e61474dSPatrick Rudolph                "Type": "MAX5970",
39552e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD29 P12V Output Current",
39562e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD29 P3V3 Output Current",
39572e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD29 P12V Output Voltage",
39582e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD29 P3V3 Output Voltage"
39592e61474dSPatrick Rudolph            }
39602e61474dSPatrick Rudolph        ],
39612e61474dSPatrick Rudolph        "Name": "RSSD29",
39622e61474dSPatrick Rudolph        "Probe": [
39632e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
39642e61474dSPatrick Rudolph            "AND",
39652e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD29', 'Present': true})",
39662e61474dSPatrick Rudolph            "MATCH_ONE"
39672e61474dSPatrick Rudolph        ],
39682e61474dSPatrick Rudolph        "Type": "Chassis"
39692e61474dSPatrick Rudolph    },
39702e61474dSPatrick Rudolph    {
39712e61474dSPatrick Rudolph        "Exposes": [
39722e61474dSPatrick Rudolph            {
39732e61474dSPatrick Rudolph                "Address": "0x3a",
39742e61474dSPatrick Rudolph                "Bus": "207",
39752e61474dSPatrick Rudolph                "Labels": [
39762e61474dSPatrick Rudolph                    "in0",
39772e61474dSPatrick Rudolph                    "in1",
39782e61474dSPatrick Rudolph                    "curr1",
39792e61474dSPatrick Rudolph                    "curr2"
39802e61474dSPatrick Rudolph                ],
39812e61474dSPatrick Rudolph                "Name": "SSB_RSSD28",
39822e61474dSPatrick Rudolph                "PollRate": 5.0,
39832e61474dSPatrick Rudolph                "PowerState": "On",
39842e61474dSPatrick Rudolph                "Thresholds": [
39852e61474dSPatrick Rudolph                    {
39862e61474dSPatrick Rudolph                        "Direction": "greater than",
3987*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.03,
39882e61474dSPatrick Rudolph                        "Label": "curr1",
39892e61474dSPatrick Rudolph                        "Name": "upper non critical",
39902e61474dSPatrick Rudolph                        "Severity": 0,
39912e61474dSPatrick Rudolph                        "Value": 3.0
39922e61474dSPatrick Rudolph                    },
39932e61474dSPatrick Rudolph                    {
39942e61474dSPatrick Rudolph                        "Direction": "greater than",
3995*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.04,
39962e61474dSPatrick Rudolph                        "Label": "curr1",
39972e61474dSPatrick Rudolph                        "Name": "upper critical",
39982e61474dSPatrick Rudolph                        "Severity": 1,
39992e61474dSPatrick Rudolph                        "Value": 4.0
40002e61474dSPatrick Rudolph                    },
40012e61474dSPatrick Rudolph                    {
40022e61474dSPatrick Rudolph                        "Direction": "greater than",
4003*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.001,
40042e61474dSPatrick Rudolph                        "Label": "curr2",
40052e61474dSPatrick Rudolph                        "Name": "upper non critical",
40062e61474dSPatrick Rudolph                        "Severity": 0,
40072e61474dSPatrick Rudolph                        "Value": 0.1
40082e61474dSPatrick Rudolph                    },
40092e61474dSPatrick Rudolph                    {
40102e61474dSPatrick Rudolph                        "Direction": "greater than",
4011*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0015,
40122e61474dSPatrick Rudolph                        "Label": "curr2",
40132e61474dSPatrick Rudolph                        "Name": "upper critical",
40142e61474dSPatrick Rudolph                        "Severity": 1,
40152e61474dSPatrick Rudolph                        "Value": 0.15
40162e61474dSPatrick Rudolph                    },
40172e61474dSPatrick Rudolph                    {
40182e61474dSPatrick Rudolph                        "Direction": "less than",
4019*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.1168,
40202e61474dSPatrick Rudolph                        "Label": "in0",
40212e61474dSPatrick Rudolph                        "Name": "lower non critical",
40222e61474dSPatrick Rudolph                        "Severity": 0,
40232e61474dSPatrick Rudolph                        "Value": 11.68
40242e61474dSPatrick Rudolph                    },
40252e61474dSPatrick Rudolph                    {
40262e61474dSPatrick Rudolph                        "Direction": "greater than",
4027*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.128,
40282e61474dSPatrick Rudolph                        "Label": "in0",
40292e61474dSPatrick Rudolph                        "Name": "upper non critical",
40302e61474dSPatrick Rudolph                        "Severity": 0,
40312e61474dSPatrick Rudolph                        "Value": 12.8
40322e61474dSPatrick Rudolph                    },
40332e61474dSPatrick Rudolph                    {
40342e61474dSPatrick Rudolph                        "Direction": "less than",
4035*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.11080000000000001,
40362e61474dSPatrick Rudolph                        "Label": "in0",
40372e61474dSPatrick Rudolph                        "Name": "lower critical",
40382e61474dSPatrick Rudolph                        "Severity": 1,
40392e61474dSPatrick Rudolph                        "Value": 11.08
40402e61474dSPatrick Rudolph                    },
40412e61474dSPatrick Rudolph                    {
40422e61474dSPatrick Rudolph                        "Direction": "greater than",
4043*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.133,
40442e61474dSPatrick Rudolph                        "Label": "in0",
40452e61474dSPatrick Rudolph                        "Name": "upper critical",
40462e61474dSPatrick Rudolph                        "Severity": 1,
40472e61474dSPatrick Rudolph                        "Value": 13.3
40482e61474dSPatrick Rudolph                    },
40492e61474dSPatrick Rudolph                    {
40502e61474dSPatrick Rudolph                        "Direction": "less than",
4051*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.031400000000000004,
40522e61474dSPatrick Rudolph                        "Label": "in1",
40532e61474dSPatrick Rudolph                        "Name": "lower non critical",
40542e61474dSPatrick Rudolph                        "Severity": 0,
40552e61474dSPatrick Rudolph                        "Value": 3.14
40562e61474dSPatrick Rudolph                    },
40572e61474dSPatrick Rudolph                    {
40582e61474dSPatrick Rudolph                        "Direction": "greater than",
4059*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0347,
40602e61474dSPatrick Rudolph                        "Label": "in1",
40612e61474dSPatrick Rudolph                        "Name": "upper non critical",
40622e61474dSPatrick Rudolph                        "Severity": 0,
40632e61474dSPatrick Rudolph                        "Value": 3.47
40642e61474dSPatrick Rudolph                    },
40652e61474dSPatrick Rudolph                    {
40662e61474dSPatrick Rudolph                        "Direction": "less than",
4067*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.029700000000000004,
40682e61474dSPatrick Rudolph                        "Label": "in1",
40692e61474dSPatrick Rudolph                        "Name": "lower critical",
40702e61474dSPatrick Rudolph                        "Severity": 1,
40712e61474dSPatrick Rudolph                        "Value": 2.97
40722e61474dSPatrick Rudolph                    },
40732e61474dSPatrick Rudolph                    {
40742e61474dSPatrick Rudolph                        "Direction": "greater than",
4075*d0fd3b1fSPatrick Rudolph                        "Hysteresis": 0.0363,
40762e61474dSPatrick Rudolph                        "Label": "in1",
40772e61474dSPatrick Rudolph                        "Name": "upper critical",
40782e61474dSPatrick Rudolph                        "Severity": 1,
40792e61474dSPatrick Rudolph                        "Value": 3.63
40802e61474dSPatrick Rudolph                    }
40812e61474dSPatrick Rudolph                ],
40822e61474dSPatrick Rudolph                "Type": "MAX5970",
40832e61474dSPatrick Rudolph                "curr1_Name": "SSB_RSSD28 P12V Output Current",
40842e61474dSPatrick Rudolph                "curr2_Name": "SSB_RSSD28 P3V3 Output Current",
40852e61474dSPatrick Rudolph                "in0_Name": "SSB_RSSD28 P12V Output Voltage",
40862e61474dSPatrick Rudolph                "in1_Name": "SSB_RSSD28 P3V3 Output Voltage"
40872e61474dSPatrick Rudolph            }
40882e61474dSPatrick Rudolph        ],
40892e61474dSPatrick Rudolph        "Name": "RSSD28",
40902e61474dSPatrick Rudolph        "Probe": [
40912e61474dSPatrick Rudolph            "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
40922e61474dSPatrick Rudolph            "AND",
40932e61474dSPatrick Rudolph            "xyz.openbmc_project.Inventory.Item({'PrettyName': 'RSSD28', 'Present': true})",
40942e61474dSPatrick Rudolph            "MATCH_ONE"
40952e61474dSPatrick Rudolph        ],
40962e61474dSPatrick Rudolph        "Type": "Chassis"
40972e61474dSPatrick Rudolph    }
40982e61474dSPatrick Rudolph]
4099