1{
2    "Exposes": [
3        {
4            "Address": "$address",
5            "Bus": "$bus",
6            "Name": "Terminus NIC FRU $bus",
7            "Type": "EEPROM"
8        },
9        {
10            "Address": "0x3c",
11            "Bus": "$bus",
12            "Labels": [
13                "temp1"
14            ],
15            "Name": "NIC TEMP $bus",
16            "Thresholds": [
17                {
18                    "Direction": "greater than",
19                    "Index": 2,
20                    "Name": "upper critical",
21                    "Severity": 1,
22                    "Value": 105
23                }
24            ],
25            "Type": "EMC1403"
26        }
27    ],
28    "Name": "Terminus NIC FRU $bus",
29    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Terminus 2x100G NIC TSFF'})",
30    "Type": "Board",
31    "xyz.openbmc_project.Inventory.Decorator.Asset": {
32        "Manufacturer": "$BOARD_MANUFACTURER",
33        "Model": "$BOARD_PRODUCT_NAME",
34        "PartNumber": "$BOARD_PART_NUMBER",
35        "SerialNumber": "$BOARD_SERIAL_NUMBER"
36    }
37}
38