blob: 0d19e6b36b291f3b39919e576772c04d364e09bb [file] [log] [blame]
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +08001{
2 "Exposes": [
3 {
4 "Address": "$address",
5 "Bus": "$bus",
Patrick Williams209d4182024-07-31 21:32:34 -05006 "Name": "Terminus NIC FRU $bus",
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +08007 "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",
Zoey YJ Chungd7a3dcd2025-04-16 10:32:47 +080019 "Index": 1,
Patrick Williams73fc5892025-04-14 15:29:43 -040020 "Name": "upper non recoverable",
21 "Severity": 4,
22 "Value": 115
23 },
24 {
25 "Direction": "greater than",
Zoey YJ Chungd7a3dcd2025-04-16 10:32:47 +080026 "Index": 1,
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +080027 "Name": "upper critical",
28 "Severity": 1,
29 "Value": 105
30 }
31 ],
32 "Type": "EMC1403"
33 }
34 ],
Patrick Williams209d4182024-07-31 21:32:34 -050035 "Name": "Terminus NIC FRU $bus",
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +080036 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Terminus 2x100G NIC TSFF'})",
37 "Type": "Board",
38 "xyz.openbmc_project.Inventory.Decorator.Asset": {
39 "Manufacturer": "$BOARD_MANUFACTURER",
40 "Model": "$BOARD_PRODUCT_NAME",
41 "PartNumber": "$BOARD_PART_NUMBER",
42 "SerialNumber": "$BOARD_SERIAL_NUMBER"
43 }
44}