High CPU usage
Triggered when device CPU usage exceeds the configured threshold.
Alert name: ALERT_HIGH_CPU_USAGE
Payload
{
"metadata": {
"alert_name": "ALERT_HIGH_CPU_USAGE",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"cpu_usages": [
{
"device": {
"label": "Core Switch 1",
"device_type": "switch"
},
"cpu_usage": 92.5,
"cpu_threshold": 90.0
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
device.label | string | Name of the device |
device.device_type | string | Type of device |
cpu_usage | number | Current CPU usage percentage |
cpu_threshold | number | Configured threshold that was exceeded |