mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-22 01:17:48 +02:00
feat(alerts): add CPU state notifications (#2249)
This commit is contained in:
@@ -502,10 +502,18 @@ msgstr "CPU"
|
||||
msgid "CPU Cores"
|
||||
msgstr "CPU Cores"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "CPU I/O Wait"
|
||||
msgstr "CPU I/O Wait"
|
||||
|
||||
#: src/components/systemd-table/systemd-table-columns.tsx
|
||||
msgid "CPU Peak"
|
||||
msgstr "CPU Peak"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "CPU Steal Time"
|
||||
msgstr "CPU Steal Time"
|
||||
|
||||
#: src/components/systemd-table/systemd-table.tsx
|
||||
msgid "CPU time"
|
||||
msgstr "CPU time"
|
||||
@@ -1748,6 +1756,14 @@ msgstr "Triggers when battery charge drops below a threshold"
|
||||
msgid "Triggers when combined up/down exceeds a threshold"
|
||||
msgstr "Triggers when combined up/down exceeds a threshold"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU I/O wait exceeds a threshold"
|
||||
msgstr "Triggers when CPU I/O wait exceeds a threshold"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU steal time exceeds a threshold"
|
||||
msgstr "Triggers when CPU steal time exceeds a threshold"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU usage exceeds a threshold"
|
||||
msgstr "Triggers when CPU usage exceeds a threshold"
|
||||
|
||||
Reference in New Issue
Block a user