Prabha Veerubhotla | 1cc8bb4 | 2025-05-08 15:13:35 -0700 | [diff] [blame] | 1 | version: 1.1.0 |
Amithash Prasad | 5660054 | 2025-02-27 13:30:55 -0800 | [diff] [blame] | 2 | |
| 3 | errors: |
| 4 | - name: DeviceOverOperatingTemperature |
| 5 | severity: error |
| 6 | metadata: |
| 7 | - name: Device |
| 8 | type: object_path |
| 9 | primary: true |
| 10 | description: The name or identifier of the device |
| 11 | - name: FailureData |
| 12 | type: string |
| 13 | description: |
| 14 | An [Optional] set of additional failure data to identify the |
| 15 | cause of thermal overrun. |
| 16 | en: |
| 17 | description: |
| 18 | A event signaling that a device is operating over a set operating |
| 19 | temperature has occurred. The device may continue to operate in a |
| 20 | potentially performance degraded mode. This is very similar to the |
| 21 | PROCHOT signal from some x86 processors. |
| 22 | message: Device {Device} is over safe operating temperature. |
| 23 | errno: ERANGE |
| 24 | |
| 25 | - name: DeviceOverOperatingTemperatureFault |
| 26 | severity: critical |
| 27 | metadata: |
| 28 | - name: Device |
| 29 | type: object_path |
| 30 | primary: true |
| 31 | description: The name or identifier of the device |
| 32 | - name: FailureData |
| 33 | type: string |
| 34 | description: |
| 35 | An [Optional] set of additional failure data to identify the |
| 36 | cause of thermal overrun fault. |
| 37 | en: |
| 38 | description: |
| 39 | A event signaling that a device has potentially been powered off |
| 40 | due to it operating significantly in excess of the set operating |
| 41 | temperature. This is very similar to the THERMTRIP signal from |
| 42 | some x86 processors. |
| 43 | message: |
| 44 | Device {Device} is significantly over safe operating temperature |
Prabha Veerubhotla | 1cc8bb4 | 2025-05-08 15:13:35 -0700 | [diff] [blame] | 45 | and may have been powered off. |
Amithash Prasad | 5660054 | 2025-02-27 13:30:55 -0800 | [diff] [blame] | 46 | errno: ERANGE |
Prabha Veerubhotla | 1cc8bb4 | 2025-05-08 15:13:35 -0700 | [diff] [blame] | 47 | |
| 48 | events: |
| 49 | - name: DeviceOperatingNormalTemperature |
| 50 | metadata: |
| 51 | - name: Device |
| 52 | type: object_path |
| 53 | primary: true |
| 54 | description: The name or identifier of the device |
| 55 | en: |
| 56 | description: |
| 57 | A event signaling that a device is operating over a set operating |
| 58 | temperature has cleared. |
| 59 | message: Device {Device} is operating in normal temperature. |