1- name: PowerSupplyUnderVoltageFault 2 level: ERR 3 meta: 4 - str: "RAW_STATUS=%s" 5 type: string 6 inherits: 7 - xyz.openbmc_project.Common.Callout.Inventory 8- name: PowerSupplyInputFault 9 level: ERR 10 meta: 11 - str: "RAW_STATUS=%s" 12 type: string 13 inherits: 14 - xyz.openbmc_project.Common.Callout.Inventory 15- name: PowerSupplyShouldBeOn 16 level: ERR 17 meta: 18 - str: "RAW_STATUS=%s" 19 type: string 20 inherits: 21 - xyz.openbmc_project.Common.Callout.Inventory 22- name: PowerSupplyOutputOvercurrent 23 level: ERR 24 meta: 25 - str: "RAW_STATUS=%s" 26 type: string 27 inherits: 28 - xyz.openbmc_project.Common.Callout.Inventory 29- name: PowerSupplyOutputOvervoltage 30 level: ERR 31 meta: 32 - str: "RAW_STATUS=%s" 33 type: string 34 inherits: 35 - xyz.openbmc_project.Common.Callout.Inventory 36- name: PowerSupplyFanFault 37 level: ERR 38 meta: 39 - str: "RAW_STATUS=%s" 40 type: string 41 inherits: 42 - xyz.openbmc_project.Common.Callout.Inventory 43- name: PowerSupplyTemperatureFault 44 level: ERR 45 meta: 46 - str: "RAW_STATUS=%s" 47 type: string 48 inherits: 49 - xyz.openbmc_project.Common.Callout.Inventory 50- name: Shutdown 51 level: ERR 52 53- name: PowerOnFailure 54 level: ERR 55 56- name: PowerSequencerVoltageFault 57 level: ERR 58 meta: 59 - str: "RAIL=%d" 60 type: uint16 61 - str: "RAIL_NAME=%s" 62 type: string 63 - str: "RAW_STATUS=%s" 64 type: string 65 66- name: PowerSequencerPGOODFault 67 level: ERR 68 meta: 69 - str: "INPUT_NUM=%d" 70 type: uint16 71 - str: "INPUT_NAME=%s" 72 type: string 73 - str: "RAW_STATUS=%s" 74 type: string 75 76- name: PowerSequencerFault 77 level: ERR 78 meta: 79 - str: "RAW_STATUS=%s" 80 type: string 81 82- name: GPUPowerFault 83 level: ERR 84 meta: 85 - str: "RAW_STATUS=%s" 86 type: string 87 - str: "GPU=%s" 88 type: string 89 90- name: GPUOverTemp 91 level: ERR 92 meta: 93 - str: "RAW_STATUS=%s" 94 type: string 95 - str: "GPU=%s" 96 type: string 97