blob: 88510ec66090e14962bcc5a3873e6ceaa1e86175 [file] [log] [blame]
Amithash Prasad56600542025-02-27 13:30:55 -08001version: 1.0.0
2
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
45 and may have been powered off
46 errno: ERANGE