1{ 2 "Exposes": [ 3 { 4 "Index": 48, 5 "Name": "12V_SB_BMC", 6 "PollRate": 10, 7 "ScaleFactor": 0.1304, 8 "Thresholds": [ 9 { 10 "Direction": "greater than", 11 "Name": "upper critical", 12 "Severity": 1, 13 "Value": 14.88 14 }, 15 { 16 "Direction": "greater than", 17 "Name": "upper non critical", 18 "Severity": 0, 19 "Value": 13.44 20 }, 21 { 22 "Direction": "less than", 23 "Name": "lower critical", 24 "Severity": 1, 25 "Value": 9.6 26 }, 27 { 28 "Direction": "less than", 29 "Name": "lower non critical", 30 "Severity": 0, 31 "Value": 10.8 32 } 33 ], 34 "Type": "ADC" 35 }, 36 { 37 "Index": 49, 38 "Name": "5V_SB_BMC", 39 "PollRate": 10, 40 "ScaleFactor": 0.3333, 41 "Thresholds": [ 42 { 43 "Direction": "greater than", 44 "Name": "upper critical", 45 "Severity": 1, 46 "Value": 6.183 47 }, 48 { 49 "Direction": "greater than", 50 "Name": "upper non critical", 51 "Severity": 0, 52 "Value": 5.589 53 }, 54 { 55 "Direction": "less than", 56 "Name": "lower critical", 57 "Severity": 1, 58 "Value": 3.996 59 }, 60 { 61 "Direction": "less than", 62 "Name": "lower non critical", 63 "Severity": 0, 64 "Value": 4.482 65 } 66 ], 67 "Type": "ADC" 68 }, 69 { 70 "Index": 50, 71 "Name": "3V3_SB_BMC", 72 "PollRate": 10, 73 "ScaleFactor": 0.3333, 74 "Thresholds": [ 75 { 76 "Direction": "greater than", 77 "Name": "upper critical", 78 "Severity": 1, 79 "Value": 4.086 80 }, 81 { 82 "Direction": "greater than", 83 "Name": "upper non critical", 84 "Severity": 0, 85 "Value": 3.672 86 }, 87 { 88 "Direction": "less than", 89 "Name": "lower critical", 90 "Severity": 1, 91 "Value": 2.628 92 }, 93 { 94 "Direction": "less than", 95 "Name": "lower non critical", 96 "Severity": 0, 97 "Value": 2.97 98 } 99 ], 100 "Type": "ADC" 101 }, 102 { 103 "Address": "0x35", 104 "Bus": 14, 105 "Name": "AST2600CPUTemp", 106 "Thresholds": [ 107 { 108 "Direction": "greater than", 109 "Name": "upper critical", 110 "Severity": 1, 111 "Value": 65 112 } 113 ], 114 "Type": "TMP175" 115 } 116 ], 117 "Name": "Mt.Mitchell_BMC", 118 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*Mitchell BMC*'})", 119 "Type": "Board", 120 "xyz.openbmc_project.Inventory.Decorator.Asset": { 121 "BuildDate": "$BOARD_MANUFACTURE_DATE", 122 "Manufacturer": "$BOARD_MANUFACTURER", 123 "Model": "$BOARD_PRODUCT_NAME", 124 "PartNumber": "$BOARD_PART_NUMBER", 125 "SerialNumber": "$BOARD_SERIAL_NUMBER" 126 }, 127 "xyz.openbmc_project.Inventory.Decorator.Replaceable": { 128 "FieldReplaceable": false, 129 "HotPluggable": false 130 }, 131 "xyz.openbmc_project.Inventory.Item.NetworkInterface": { 132 "MACAddress": "$BOARD_INFO_AM1" 133 } 134} 135