blob: a65d2ae0f73d7dfa064d04d579921810e3b4bebc [file] [log] [blame]
Ed Tanous12bc7932019-02-26 14:36:20 -08001[
2 {
3 "Exposes": [
4 {
James Feistc4e56942019-04-19 12:15:19 -07005 "Address": "$address",
6 "Bus": "$bus",
7 "Name": "Riser 3 Fru",
8 "Type": "EEPROM"
9 },
10 {
Ed Tanous12bc7932019-02-26 14:36:20 -080011 "Address": "0x4E",
12 "Bus": "$bus",
13 "Name": "Riser 3 Temp",
14 "Thresholds": [
15 {
16 "Direction": "greater than",
17 "Name": "upper critical",
18 "Severity": 1,
19 "Value": 80
20 },
21 {
22 "Direction": "greater than",
23 "Name": "upper non critical",
24 "Severity": 0,
25 "Value": 75
26 },
27 {
28 "Direction": "less than",
29 "Name": "lower non critical",
30 "Severity": 0,
31 "Value": 5
32 },
33 {
34 "Direction": "less than",
35 "Name": "lower critical",
36 "Severity": 1,
37 "Value": 0
38 }
39 ],
40 "Type": "TMP75"
Ed Tanous12bc7932019-02-26 14:36:20 -080041 }
42 ],
43 "Name": "2Ux8 Riser 3",
Ed Tanous12bc7932019-02-26 14:36:20 -080044 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UX8X4RISER'})",
James Feistc4e56942019-04-19 12:15:19 -070045 "Type": "Board",
Ed Tanous12bc7932019-02-26 14:36:20 -080046 "xyz.openbmc_project.Inventory.Decorator.Asset": {
47 "Manufacturer": "$BOARD_MANUFACTURER",
48 "Model": "$BOARD_PRODUCT_NAME",
49 "PartNumber": "$BOARD_PART_NUMBER",
50 "SerialNumber": "$BOARD_SERIAL_NUMBER"
51 }
52 }
Ed Tanous98e102f2021-04-19 15:56:43 -070053]