1version: 1.0.0 2 3errors: 4 - name: ReportedSELCritical 5 severity: critical 6 metadata: 7 - name: Source 8 type: string 9 primary: true 10 description: The source which reports error. 11 - name: Message 12 type: string 13 primary: true 14 description: The reported error message. 15 - name: RawData 16 type: string 17 description: The Raw data received. 18 en: 19 description: Critical System Event Log received by the BMC. 20 message: "Error SEL reported by {Source}: {Message}" 21 errno: EIO 22 23 - name: ReportedSELWarning 24 severity: warning 25 metadata: 26 - name: Source 27 type: string 28 primary: true 29 description: The source which reports warning. 30 - name: Message 31 type: string 32 primary: true 33 description: The reported warning message. 34 - name: RawData 35 type: string 36 description: The Raw data received. 37 en: 38 description: Warning System Event Log received by the BMC. 39 message: "Warning SEL reported by {Source}: {Message}" 40 errno: EIO 41 42events: 43 - name: ReportedSELInfo 44 metadata: 45 - name: Source 46 type: string 47 primary: true 48 description: The source which reports event. 49 - name: Message 50 type: string 51 primary: true 52 description: The reported event message. 53 - name: RawData 54 type: string 55 description: The Raw data received. 56 en: 57 description: Information System Event Log received by the BMC. 58 message: "Information SEL reported by {Source}: {Message}" 59