diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-20 14:24:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-20 23:13:27 +0100 |
commit | 75bd14267e7a5507e0d58b9945dbb24e5d831af8 (patch) | |
tree | 1a9b59bf9eb675ba57a5c55693364aad77ab6fe2 /global-functions | |
parent | 2694f8d2b1d15d16fa5f062612dd7fcf2d392ea8 (diff) |
check-health: monitor CPU load
---- ✂️ ----
🧮️📈️ Health warning: CPU load
The average CPU load on MikroTik is at 76%!
---- ✂️ ----
🧮️📉️ Health recovery: CPU load
The average CPU load on MikroTik decreased to 64%.
---- ✂️ ----
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-functions b/global-functions index bfb7b01..0e94dea 100644 --- a/global-functions +++ b/global-functions @@ -1075,6 +1075,7 @@ # return UTF-8 symbol for unicode name :set SymbolByUnicodeName do={ :local Symbols { + "abacus"="\F0\9F\A7\AE"; "alarm-clock"="\E2\8F\B0"; "calendar"="\F0\9F\93\85"; "chart-decreasing"="\F0\9F\93\89"; |