Patrick Williams | 754dcd7 | 2025-01-29 17:18:25 -0500 | [diff] [blame] | 1 | version: 1.0.0 |
| 2 | |
| 3 | errors: |
| 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 | |
| 23 | events: |
| 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. |