blob: 64155aa3d0a9d50e0b60d17cc10a613f73a2a285 [file] [log] [blame]
Patrick Williams754dcd72025-01-29 17:18:25 -05001version: 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.