aboutsummaryrefslogtreecommitdiffstats
path: root/doc/check-health.md
AgeCommit message (Collapse)AuthorFilesLines
2024-04-07bump RouterOS requirement for all scripts and modules...routeros-7.13-6Gravatar Christian Hesse1-1/+1
... now that global-functions requires RouterOS 7.13 anyway.
2024-03-12doc/check-health: add badgesGravatar Christian Hesse1-0/+7
2023-10-24check-health: reverse logic for RAM (free -> utilization)...Gravatar Christian Hesse1-7/+7
... 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%. ---- ✂ī¸ ----
2023-10-17introduce mod/notification-ntfy...change-109Gravatar Christian Hesse1-1/+2
... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889
2023-06-11doc/check-health: hint to copy from global-configGravatar Christian Hesse1-0/+4
2023-03-31doc/check-health: use an unusual intervalGravatar Christian Hesse1-1/+5
2023-02-14check-health: wording: load -> utilizationGravatar Christian Hesse1-7/+7
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%. ---- ✂ī¸ ----
2023-02-13doc/check-health: make the voltage limit a separate pointGravatar Christian Hesse1-1/+2
2023-02-13doc/check-health: add line break between screenshotsGravatar Christian Hesse1-2/+2
2023-01-20check-health: monitor free RAMGravatar Christian Hesse1-7/+14
---- ✂ī¸ ---- 🗃ī¸đŸ“‰ī¸ 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). ---- ✂ī¸ ----
2023-01-20check-health: monitor CPU loadGravatar Christian Hesse1-7/+13
---- ✂ī¸ ---- 🧮ī¸đŸ“ˆī¸ 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%. ---- ✂ī¸ ----
2023-01-11use arrows with emoji representationGravatar Christian Hesse1-3/+3
We had... ◀ Go back to main README ▲ Go back to top ... and switch to... âŦ…ī¸ Go back to main README âŦ†ī¸ Go back to top
2022-10-20doc/check-health: update notificationsGravatar Christian Hesse1-5/+5
---- ✂ī¸ ---- ⚡📉 Health warning: voltage The voltage on MikroTik jumped more than 10%. old value: 16.2V new value: 12.4V ---- ✂ī¸ ---- đŸ”Ĩ Health warning: temperature The temperature on MikroTik is above threshold: 51°C ---- ✂ī¸ ---- ✅ Health recovery: temperature The temperature on MikroTik dropped below threshold: 47°C ---- ✂ī¸ ---- ❌ Health warning: psu1-state The power supply unit 'psu1-state' on MikroTik failed! ---- ✂ī¸ ---- ✅ Health recovery: psu1-state The power supply unit 'psu1-state' on MikroTik recovered! ---- ✂ī¸ ----
2022-09-25introduce 'mod/notification-email', split off from global-functionschange-84Gravatar Christian Hesse1-1/+2
2022-05-12doc/check-health: RouterOS v7 path syntaxGravatar Christian Hesse1-2/+2
2022-02-20add doc/mod/notification-matrixGravatar Christian Hesse1-1/+2
2022-02-20add doc/mod/notification-telegramGravatar Christian Hesse1-1/+2
2022-02-12doc: use another info icon: 🛈 -> ℹī¸Gravatar Christian Hesse1-1/+1
2022-02-11doc: put hints into block quoteGravatar Christian Hesse1-2/+2
2021-11-16check-health: support hard lower limit for voltagechange-69Gravatar Christian Hesse1-1/+2
... to detect slow decrease of voltage, for example with UPS.
2021-11-11doc: move notification images to script-specific directoriesGravatar Christian Hesse1-5/+5
2021-06-21doc: add sample notificationsGravatar Christian Hesse1-0/+16
2021-06-18doc/check-health: no capital character hereGravatar Christian Hesse1-1/+1
2021-06-08global-functions: implement notifications via Matrixchange-53Gravatar Michael Gisbers1-1/+1
Matrix is an open network for secure, decentralized communication - and it has a web api. A warning on message type: Using 'm.notice' breaks rendering on Element for Android (no fixed width font) and does not pop up desktop notification. Thus we use 'm.text'. Should be safe as we do not send the messages in response to other messages. https://matrix.org/
2021-05-03doc: inform about dependency on base installationGravatar Christian Hesse1-0/+3
That should make the documentation clearer if external sites link to the documentation of a specific script.
2020-03-27add doc/check-health.mdGravatar Christian Hesse1-0/+43