mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:47 +02:00
check-health: wording: load -> utilization
The load is defined as something different... https://en.wikipedia.org/wiki/Load_(computing) So let's update the wording and use 'utilization' instead. ---- ✂️ ---- 🧮️📈️ Health warning: CPU utilization The average CPU utilization on MikroTik is at 76%! ---- ✂️ ---- 🧮️📉️ Health recovery: CPU utilization The average CPU utilization on MikroTik decreased to 64%. ---- ✂️ ----
This commit is contained in:
parent
e50e25c638
commit
c48509683c
7 changed files with 19 additions and 19 deletions
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
BIN
doc/check-health.d/notification-01-cpu-utilization-high.avif
Normal file
BIN
doc/check-health.d/notification-01-cpu-utilization-high.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB |
BIN
doc/check-health.d/notification-02-cpu-utilization-ok.avif
Normal file
BIN
doc/check-health.d/notification-02-cpu-utilization-ok.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
|
@ -12,7 +12,7 @@ Description
|
|||
This script is run from scheduler periodically, sending notification on
|
||||
health related events:
|
||||
|
||||
* high CPU load
|
||||
* high CPU utilization
|
||||
* low available free RAM
|
||||
* voltage jumps up or down more than configured threshold
|
||||
* voltage drops below hard lower limit
|
||||
|
@ -21,18 +21,18 @@ health related events:
|
|||
|
||||
Note that bad initial state will not trigger an event.
|
||||
|
||||
Monitoring CPU load and available free RAM works on all devices. Other
|
||||
than that only sensors available in hardware can be checked. See what your
|
||||
hardware supports:
|
||||
Monitoring CPU utilization and available free RAM works on all devices.
|
||||
Other than that only sensors available in hardware can be checked. See what
|
||||
your hardware supports:
|
||||
|
||||
/system/health/print;
|
||||
|
||||
### Sample notifications
|
||||
|
||||
#### CPU load
|
||||
#### CPU utilization
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
#### Available free RAM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue