mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-21 17:07:47 +02:00
feat(alerts): add CPU state notifications (#2249)
This commit is contained in:
@@ -23,6 +23,18 @@ export const alertInfo: Record<string, AlertInfo> = {
|
||||
icon: CpuIcon,
|
||||
desc: () => t`Triggers when CPU usage exceeds a threshold`,
|
||||
},
|
||||
CPUIOWait: {
|
||||
name: () => t`CPU I/O Wait`,
|
||||
unit: "%",
|
||||
icon: CpuIcon,
|
||||
desc: () => t`Triggers when CPU I/O wait exceeds a threshold`,
|
||||
},
|
||||
CPUSteal: {
|
||||
name: () => t`CPU Steal Time`,
|
||||
unit: "%",
|
||||
icon: CpuIcon,
|
||||
desc: () => t`Triggers when CPU steal time exceeds a threshold`,
|
||||
},
|
||||
Memory: {
|
||||
name: () => t`Memory Usage`,
|
||||
unit: "%",
|
||||
|
||||
Reference in New Issue
Block a user