blob: 43e188294bab84220d8062df6f16c9ccfec7fd3b [file] [log] [blame]
Prabha Veerubhotla1cc8bb42025-05-08 15:13:35 -07001version: 1.1.0
Amithash Prasad56600542025-02-27 13:30:55 -08002
3errors:
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 Veerubhotla1cc8bb42025-05-08 15:13:35 -070045 and may have been powered off.
Amithash Prasad56600542025-02-27 13:30:55 -080046 errno: ERANGE
Prabha Veerubhotla1cc8bb42025-05-08 15:13:35 -070047
48events:
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.