Ed Tanous | 12bc793 | 2019-02-26 14:36:20 -0800 | [diff] [blame] | 1 | [ |
| 2 | { |
| 3 | "Exposes": [ |
| 4 | { |
James Feist | c4e5694 | 2019-04-19 12:15:19 -0700 | [diff] [blame] | 5 | "Address": "$address", |
| 6 | "Bus": "$bus", |
| 7 | "Name": "Riser 3 Fru", |
| 8 | "Type": "EEPROM" |
| 9 | }, |
| 10 | { |
Ed Tanous | 12bc793 | 2019-02-26 14:36:20 -0800 | [diff] [blame] | 11 | "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 Tanous | 12bc793 | 2019-02-26 14:36:20 -0800 | [diff] [blame] | 41 | } |
| 42 | ], |
| 43 | "Name": "2Ux8 Riser 3", |
Ed Tanous | 12bc793 | 2019-02-26 14:36:20 -0800 | [diff] [blame] | 44 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UX8X4RISER'})", |
James Feist | c4e5694 | 2019-04-19 12:15:19 -0700 | [diff] [blame] | 45 | "Type": "Board", |
Ed Tanous | 12bc793 | 2019-02-26 14:36:20 -0800 | [diff] [blame] | 46 | "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 Tanous | 98e102f | 2021-04-19 15:56:43 -0700 | [diff] [blame] | 53 | ] |