aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log-forward.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/log-forward: add badgesGravatar Christian Hesse1-0/+7
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/log-forward: hint to copy from global-configGravatar Christian Hesse1-0/+4
2023-01-20doc/log-forward: add tips and tricksGravatar Christian Hesse1-0/+12
2023-01-18doc/log-forward: add some more detailsGravatar Christian Hesse1-5/+20
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/log-forward: update notificationGravatar Christian Hesse1-1/+1
---- ✂️ ---- ⚠️ Log Forwarding The log on MikroTik contains these 3 messages after 6d23:55:18 uptime. ● 13:24:02 script;error backup-cloud: Failed uploading backup for MikroTik to cloud! ● 13:24:17 system;info;account user admin logged in from 192.168.88.177 via ssh ● 13:24:57 system;info;account user admin logged out from 192.168.88.177 via ssh ---- ✂️ ----
2022-09-25introduce 'mod/notification-email', split off from global-functionschange-84Gravatar Christian Hesse1-1/+2
2022-05-12doc/log-forward: RouterOS v7 path syntaxGravatar Christian Hesse1-1/+1
2022-02-22doc/log-forward: remove extra characterGravatar Christian Hesse1-1/+1
Looks like copy'n'paste error...
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-11doc: move notification images to script-specific directoriesGravatar Christian Hesse1-1/+1
2021-06-21doc: add sample notificationsGravatar Christian Hesse1-0/+4
2021-06-09log-forward: implement reverse logic to include messages...change-55Gravatar Christian Hesse1-0/+3
... even if a filter matches to exclude them. Let's have an example: :global LogForwardFilter "(debug|info)"; :global LogForwardInclude "account"; This will forward everything about topic *account* (login, logout, failed login, ...) - even with topic *info*.
2021-06-09doc/log-forward: mention MatrixGravatar 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-09-25log-forward: add filter on log message textchange-29Gravatar Christian Hesse1-1/+2
2020-07-15add 'log-forward', drop 'early-errors'change-23Gravatar Christian Hesse1-0/+42