aboutsummaryrefslogtreecommitdiffstats
path: root/doc/check-health.md
AgeCommit message (Expand)AuthorFilesLines
2023-02-14check-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%. ---- ✂ī¸ ---- Gravatar Christian Hesse1-7/+7
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 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). ---- ✂ī¸ ---- Gravatar Christian Hesse1-7/+14
2023-01-20check-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%. ---- ✂ī¸ ---- Gravatar Christian Hesse1-7/+13
2023-01-11use arrows with emoji representation...We had... ◀ Go back to main README ▲ Go back to top ... and switch to... âŦ…ī¸ Go back to main README âŦ†ī¸ Go back to top Gravatar Christian Hesse1-3/+3
2022-10-20doc/check-health: update notifications...---- ✂ī¸ ---- ⚡📉 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! ---- ✂ī¸ ---- Gravatar Christian Hesse1-5/+5
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 voltage...... to detect slow decrease of voltage, for example with UPS. change-69Gravatar Christian Hesse1-1/+2
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 Matrix...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/ change-53Gravatar Michael Gisbers1-1/+1
2021-05-03doc: inform about dependency on base installation...That should make the documentation clearer if external sites link to the documentation of a specific script. Gravatar Christian Hesse1-0/+3
2020-03-27add doc/check-health.mdGravatar Christian Hesse1-0/+43