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                "EntityId": 3,
14                "EntityInstance": 1,
15                "Name": "Mobo_M2_ZONE_T",
16                "Thresholds": [
17                    {
18                        "Direction": "greater than",
19                        "Name": "upper critical",
20                        "Severity": 1,
21                        "Value": 70
22                    },
23                    {
24                        "Direction": "greater than",
25                        "Name": "upper non critical",
26                        "Severity": 0,
27                        "Value": 60
28                    }
29                ],
30                "Type": "TMP75"
31            },
32            {
33                "Address": "0x49",
34                "Bus": 43,
35                "EntityId": 3,
36                "EntityInstance": 2,
37                "Name": "Mobo_BATT_ZONE_T",
38                "Thresholds": [
39                    {
40                        "Direction": "greater than",
41                        "Name": "upper critical",
42                        "Severity": 1,
43                        "Value": 70
44                    },
45                    {
46                        "Direction": "greater than",
47                        "Name": "upper non critical",
48                        "Severity": 0,
49                        "Value": 60
50                    }
51                ],
52                "Type": "TMP75"
53            },
54            {
55                "Address": "0x5c",
56                "Bus": 20,
57                "EntityId": 3,
58                "EntityInstance": 5,
59                "Name": "Mobo_INLET1_T",
60                "Thresholds": [
61                    {
62                        "Direction": "greater than",
63                        "Name": "upper critical",
64                        "Severity": 1,
65                        "Value": 46
66                    },
67                    {
68                        "Direction": "greater than",
69                        "Name": "upper non critical",
70                        "Severity": 0,
71                        "Value": 42
72                    }
73                ],
74                "Type": "TMP75"
75            },
76            {
77                "Address": "0x5c",
78                "Bus": 21,
79                "EntityId": 3,
80                "EntityInstance": 6,
81                "Name": "Mobo_OUTLET1_T",
82                "Thresholds": [
83                    {
84                        "Direction": "greater than",
85                        "Name": "upper critical",
86                        "Severity": 1,
87                        "Value": 85
88                    },
89                    {
90                        "Direction": "greater than",
91                        "Name": "upper non critical",
92                        "Severity": 0,
93                        "Value": 80
94                    }
95                ],
96                "Type": "TMP75"
97            },
98            {
99                "Address": "0x5c",
100                "Bus": 22,
101                "EntityId": 3,
102                "EntityInstance": 7,
103                "Name": "Mobo_OUTLET2_T",
104                "Thresholds": [
105                    {
106                        "Direction": "greater than",
107                        "Name": "upper critical",
108                        "Severity": 1,
109                        "Value": 85
110                    },
111                    {
112                        "Direction": "greater than",
113                        "Name": "upper non critical",
114                        "Severity": 0,
115                        "Value": 80
116                    }
117                ],
118                "Type": "TMP75"
119            },
120            {
121                "Address": "0x5c",
122                "Bus": 23,
123                "EntityId": 3,
124                "EntityInstance": 8,
125                "Name": "Mobo_OUTLET3_T",
126                "Thresholds": [
127                    {
128                        "Direction": "greater than",
129                        "Name": "upper critical",
130                        "Severity": 1,
131                        "Value": 85
132                    },
133                    {
134                        "Direction": "greater than",
135                        "Name": "upper non critical",
136                        "Severity": 0,
137                        "Value": 80
138                    }
139                ],
140                "Type": "TMP75"
141            },
142            {
143                "Address": "0x48",
144                "Bus": 44,
145                "EntityId": 3,
146                "EntityInstance": 3,
147                "Name": "CPU0_NBM_ZONE_T",
148                "Thresholds": [
149                    {
150                        "Direction": "greater than",
151                        "Name": "upper critical",
152                        "Severity": 1,
153                        "Value": 80
154                    },
155                    {
156                        "Direction": "greater than",
157                        "Name": "upper non critical",
158                        "Severity": 0,
159                        "Value": 75
160                    }
161                ],
162                "Type": "TMP75"
163            },
164            {
165                "Address": "0x74",
166                "Bus": 26,
167                "EntityId": 3,
168                "EntityInstance": 9,
169                "Name": "Mobo_STB_T",
170                "Thresholds": [
171                    {
172                        "Direction": "greater than",
173                        "Label": "temp1",
174                        "Name": "upper critical",
175                        "Severity": 1,
176                        "Value": 105
177                    },
178                    {
179                        "Direction": "greater than",
180                        "Label": "temp1",
181                        "Name": "upper non critical",
182                        "Severity": 0,
183                        "Value": 100
184                    }
185                ],
186                "Type": "pmbus"
187            }
188        ],
189        "Name": "Kudo_Motherboard",
190        "Probe": [
191            "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1103636*'})",
192            "OR",
193            "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1103638*'})",
194            "OR",
195            "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1106624*'})",
196            "OR",
197            "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1118803*'})"
198        ],
199        "Type": "Board",
200        "xyz.openbmc_project.Inventory.Decorator.Asset": {
201            "Manufacturer": "$BOARD_MANUFACTURER",
202            "Model": "$BOARD_PRODUCT_NAME",
203            "PartNumber": "$BOARD_PART_NUMBER",
204            "SerialNumber": "$BOARD_SERIAL_NUMBER"
205        }
206    }
207]
208