xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SMC.events.yaml (revision 1adb43eea23e611696c00c757840f1ce22712d76)
1version: 1.0.0
2
3errors:
4    - name: SMCFailed
5      severity: error
6      metadata:
7          - name: Identifier
8            type: object_path
9            primary: true
10            description: The name or identifier of the SMC.
11          - name: FailureType
12            type: string
13            description: An [optional] identifier of the failure type.
14      en:
15          description:
16              A Satellite Management Controller (SMC) has been detected in
17              failure state.
18          message:
19              The Satellite Management Controller '{Identifier}' is in a failure
20              state.
21      errno: EHOSTUNREACH
22
23events:
24    - name: SMCRestored
25      metadata:
26          - name: Identifier
27            type: object_path
28            primary: true
29            description: The name or identifier of the SMC.
30      en:
31          description:
32              The Satellite Management Controller (SMC) status is restored.
33          message:
34              The Satellite Management Controller '{Identifier}' is in a
35              restored state.
36