Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | check-health: switch to $LogPrint | Christian Hesse | 1 | -3/+3 |
2024-03-12 | check-health: drop main function, use :do with on-error | Christian Hesse | 1 | -7/+5 |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 |
2024-03-12 | check-health: do not exit with error | Christian Hesse | 1 | -1/+2 |
2024-03-04 | check-health: move code into function | Christian Hesse | 1 | -139/+144 |
2024-01-30 | check-health: use :jobname to get script name | Christian Hesse | 1 | -1/+3 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-11-15 | check-health: decrease indention in messages | Christian Hesse | 1 | -5/+5 |
2023-11-15 | check-health: use $HumanReadableNum for RAM utilization | Christian Hesse | 1 | -3/+4 |
2023-10-24 | check-health: reverse logic for RAM (free -> utilization)...•••... to bring it in sync with CPU utilization.
Also make the output more verbose, at least for the warning.
---- ✂️ ----
🗃️📈️ Health warning: RAM utilization
The RAM utilization on MikroTik is at 81%!
total: 64 MiB
used: 52 MiB
free: 11 MiB
---- ✂️ ----
🗃️📉️ Health recovery: RAM utilization
The RAM utilization on MikroTik decreased to 65%.
---- ✂️ ----
| Christian Hesse | 1 | -12/+13 |
2023-04-24 | check-health: use $FormatLine | Christian Hesse | 1 | -2/+3 |
2023-03-07 | rename scripts and add file extension ".rsc"•••No functional change for the user... The migration is done
automatically.
change-95 | Christian Hesse | 1 | -0/+167 |