xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/DetectorGroup.events.yaml (revision 1adb43eea23e611696c00c757840f1ce22712d76)
1version: 1.0.0
2
3errors:
4    - name: DetectorGroupCritical
5      severity: critical
6      metadata:
7          - name: DetectorGroupName
8            type: object_path
9            primary: true
10            description: The name or identifier of the leak detector group.
11      en:
12          description: Detector group has a critical status.
13          message: Detector group {DetectorGroupName} is in a critical state.
14          resolution: Inspect the detectors in the group.
15      errno: EPIPE
16
17    - name: DetectorGroupWarning
18      severity: warning
19      metadata:
20          - name: DetectorGroupName
21            type: object_path
22            primary: true
23            description: The name or identifier of the leak detector group.
24      en:
25          description: Detector group has a warning status.
26          message: Detector group {DetectorGroupName} is in a warning state.
27          resolution: Inspect the detectors in the group.
28      errno: EPIPE
29
30events:
31    - name: DetectorGroupNormal
32      metadata:
33          - name: DetectorGroupName
34            type: object_path
35            primary: true
36            description: The name or identifier of the leak detector group.
37      en:
38          description:
39              The detector group has returned to its normal operating state.
40          message: Detector group {DetectorName} is operating normally.
41          resolution: None.
42