blob: 6d0c3074b04c66d72956657c72ae6acdc83c4595 [file] [log] [blame]
version: 1.0.0
errors:
- name: ReportedSELCritical
severity: critical
metadata:
- name: Source
type: string
primary: true
description: The source which reports error.
- name: Message
type: string
primary: true
description: The reported error message.
- name: RawData
type: string
description: The Raw data received.
en:
description: Critical System Event Log received by the BMC.
message: "Error SEL reported by {Source}: {Message}"
errno: EIO
- name: ReportedSELWarning
severity: warning
metadata:
- name: Source
type: string
primary: true
description: The source which reports warning.
- name: Message
type: string
primary: true
description: The reported warning message.
- name: RawData
type: string
description: The Raw data received.
en:
description: Warning System Event Log received by the BMC.
message: "Warning SEL reported by {Source}: {Message}"
errno: EIO
events:
- name: ReportedSELInfo
metadata:
- name: Source
type: string
primary: true
description: The source which reports event.
- name: Message
type: string
primary: true
description: The reported event message.
- name: RawData
type: string
description: The Raw data received.
en:
description: Information System Event Log received by the BMC.
message: "Information SEL reported by {Source}: {Message}"