Brandon Wyman | 442035f | 2017-08-08 15:58:45 -0500 | [diff] [blame] | 1 | - name: PowerSupplyUnderVoltageFault |
| 2 | level: ERR |
Brandon Wyman | 1029554 | 2017-08-09 18:20:44 -0500 | [diff] [blame] | 3 | meta: |
| 4 | - str: "RAW_STATUS=%s" |
| 5 | type: string |
Brandon Wyman | 253dc9b | 2017-08-12 13:45:52 -0500 | [diff] [blame] | 6 | - name: PowerSupplyInputFault |
| 7 | level: ERR |
| 8 | meta: |
| 9 | - str: "RAW_STATUS=%s" |
| 10 | type: string |
Brandon Wyman | 764c797 | 2017-08-22 17:05:36 -0500 | [diff] [blame] | 11 | - name: PowerSupplyShouldBeOn |
| 12 | level: ERR |
| 13 | meta: |
| 14 | - str: "RAW_STATUS=%s" |
| 15 | type: string |
| 16 | inherits: |
| 17 | - xyz.openbmc_project.Common.Callout.Inventory |
Brandon Wyman | b165c25 | 2017-08-25 18:59:54 -0500 | [diff] [blame] | 18 | - name: PowerSupplyOutputOvercurrent |
| 19 | level: ERR |
| 20 | meta: |
| 21 | - str: "RAW_STATUS=%s" |
| 22 | type: string |
| 23 | inherits: |
| 24 | - xyz.openbmc_project.Common.Callout.Inventory |
Brandon Wyman | ab05c07 | 2017-08-30 18:26:41 -0500 | [diff] [blame^] | 25 | - name: PowerSupplyOutputOvervoltage |
| 26 | level: ERR |
| 27 | meta: |
| 28 | - str: "RAW_STATUS=%s" |
| 29 | type: string |
| 30 | inherits: |
| 31 | - xyz.openbmc_project.Common.Callout.Inventory |
Matt Spinler | 84cd0a5 | 2017-08-04 08:53:30 -0500 | [diff] [blame] | 32 | - name: Shutdown |
| 33 | level: ERR |
Matt Spinler | ac4b52f | 2017-08-21 14:50:58 -0500 | [diff] [blame] | 34 | |
Matt Spinler | facfa90 | 2017-08-14 13:43:36 -0500 | [diff] [blame] | 35 | - name: PowerOnFailure |
| 36 | level: ERR |
Matt Spinler | ac4b52f | 2017-08-21 14:50:58 -0500 | [diff] [blame] | 37 | |
| 38 | - name: PowerSequencerVoltageFault |
| 39 | level: ERR |
| 40 | meta: |
| 41 | - str: "RAIL=%d" |
| 42 | type: uint16 |
| 43 | - str: "RAIL_NAME=%s" |
| 44 | type: string |
| 45 | - str: "RAW_STATUS=%s" |
| 46 | type: string |
| 47 | |
| 48 | - name: PowerSequencerPGOODFault |
| 49 | level: ERR |
| 50 | meta: |
| 51 | - str: "INPUT_NUM=%d" |
| 52 | type: uint16 |
| 53 | - str: "INPUT_NAME=%s" |
| 54 | type: string |
| 55 | - str: "RAW_STATUS=%s" |
| 56 | type: string |
| 57 | |
| 58 | - name: PowerSequencerFault |
| 59 | level: ERR |
| 60 | meta: |
| 61 | - str: "RAW_STATUS=%s" |
| 62 | type: string |
Matt Spinler | 403dff0 | 2017-09-19 10:38:57 -0500 | [diff] [blame] | 63 | |
| 64 | - name: GPUPowerFault |
| 65 | level: ERR |
| 66 | meta: |
| 67 | - str: "RAW_STATUS=%s" |
| 68 | type: string |
| 69 | - str: "GPU=%s" |
| 70 | type: string |
| 71 | |
| 72 | - name: GPUOverTemp |
| 73 | level: ERR |
| 74 | meta: |
| 75 | - str: "RAW_STATUS=%s" |
| 76 | type: string |
| 77 | - str: "GPU=%s" |
| 78 | type: string |