diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-20 14:34:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-20 23:20:53 +0100 |
commit | 6780e1a24ccdefd3a328abe7ca8cef3d4ed57114 (patch) | |
tree | ea8aa37c8e586143f2e832ed42e8bf163d7348e1 /global-functions | |
parent | 75bd14267e7a5507e0d58b9945dbb24e5d831af8 (diff) |
check-health: monitor free RAM
---- ✂️ ----
🗃️📉️ Health warning: free RAM
The available free RAM on MikroTik is at 18% (47MiB)!
---- ✂️ ----
🗃️📈️ Health recovery: free RAM
The available free RAM on MikroTik increased to 65% (168MiB).
---- ✂️ ----
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 0e94dea..1ed5248 100644 --- a/global-functions +++ b/global-functions @@ -1078,6 +1078,7 @@ "abacus"="\F0\9F\A7\AE"; "alarm-clock"="\E2\8F\B0"; "calendar"="\F0\9F\93\85"; + "card-file-box"="\F0\9F\97\83"; "chart-decreasing"="\F0\9F\93\89"; "chart-increasing"="\F0\9F\93\88"; "cloud"="\E2\98\81"; |