1[ 2 { 3 "Exposes": [ 4 { 5 "Address": "$address", 6 "Bus": "$bus", 7 "Name": "MB FRU", 8 "Type": "EEPROM" 9 }, 10 { 11 "Address": "0x48", 12 "Bus": 42, 13 "Name": "Mobo_M2_ZONE_T", 14 "Thresholds": [ 15 { 16 "Direction": "greater than", 17 "Name": "upper critical", 18 "Severity": 1, 19 "Value": 70 20 }, 21 { 22 "Direction": "greater than", 23 "Name": "upper non critical", 24 "Severity": 0, 25 "Value": 60 26 } 27 ], 28 "Type": "TMP75" 29 }, 30 { 31 "Address": "0x49", 32 "Bus": 43, 33 "Name": "Mobo_BATT_ZONE_T", 34 "Thresholds": [ 35 { 36 "Direction": "greater than", 37 "Name": "upper critical", 38 "Severity": 1, 39 "Value": 70 40 }, 41 { 42 "Direction": "greater than", 43 "Name": "upper non critical", 44 "Severity": 0, 45 "Value": 60 46 } 47 ], 48 "Type": "TMP75" 49 }, 50 { 51 "Address": "0x5c", 52 "Bus": 20, 53 "Name": "Mobo_INLET1_T", 54 "Thresholds": [ 55 { 56 "Direction": "greater than", 57 "Name": "upper critical", 58 "Severity": 1, 59 "Value": 46 60 }, 61 { 62 "Direction": "greater than", 63 "Name": "upper non critical", 64 "Severity": 0, 65 "Value": 42 66 } 67 ], 68 "Type": "TMP75" 69 }, 70 { 71 "Address": "0x5c", 72 "Bus": 21, 73 "Name": "Mobo_OUTLET1_T", 74 "Thresholds": [ 75 { 76 "Direction": "greater than", 77 "Name": "upper critical", 78 "Severity": 1, 79 "Value": 85 80 }, 81 { 82 "Direction": "greater than", 83 "Name": "upper non critical", 84 "Severity": 0, 85 "Value": 80 86 } 87 ], 88 "Type": "TMP75" 89 }, 90 { 91 "Address": "0x5c", 92 "Bus": 22, 93 "Name": "Mobo_OUTLET2_T", 94 "Thresholds": [ 95 { 96 "Direction": "greater than", 97 "Name": "upper critical", 98 "Severity": 1, 99 "Value": 85 100 }, 101 { 102 "Direction": "greater than", 103 "Name": "upper non critical", 104 "Severity": 0, 105 "Value": 80 106 } 107 ], 108 "Type": "TMP75" 109 }, 110 { 111 "Address": "0x5c", 112 "Bus": 23, 113 "Name": "Mobo_OUTLET3_T", 114 "Thresholds": [ 115 { 116 "Direction": "greater than", 117 "Name": "upper critical", 118 "Severity": 1, 119 "Value": 85 120 }, 121 { 122 "Direction": "greater than", 123 "Name": "upper non critical", 124 "Severity": 0, 125 "Value": 80 126 } 127 ], 128 "Type": "TMP75" 129 }, 130 { 131 "Address": "0x74", 132 "Bus": 26, 133 "Labels": [ 134 "temp1" 135 ], 136 "MaxValue": 255, 137 "Name": "Mobo_STB_T", 138 "Name1": "Mobo_STB_T", 139 "Thresholds": [ 140 { 141 "Direction": "greater than", 142 "Label": "temp1", 143 "Name": "upper critical", 144 "Severity": 1, 145 "Value": 105 146 }, 147 { 148 "Direction": "greater than", 149 "Label": "temp1", 150 "Name": "upper non critical", 151 "Severity": 0, 152 "Value": 100 153 } 154 ], 155 "Type": "pmbus" 156 } 157 ], 158 "Name": "Kudo_Motherboard", 159 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1103638-*'})", 160 "Type": "Board", 161 "xyz.openbmc_project.Inventory.Decorator.Asset": { 162 "Manufacturer": "$BOARD_MANUFACTURER", 163 "Model": "$BOARD_PRODUCT_NAME", 164 "PartNumber": "$BOARD_PART_NUMBER", 165 "SerialNumber": "$BOARD_SERIAL_NUMBER" 166 } 167 } 168] 169