Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-01 | update copyright for 2022 | 1 | -1/+1 | ||
2021-12-17 | log-forward: fix forwarding first message | 1 | -1/+1 | ||
Pulling the power cable results in log message on next boot: dec/16 18:28:28 system,error,critical router rebooted without proper shutdown, probably power outage This was not forwarded as it had the numeric id 0, which is not greater than the zero we initialized with. Now initialized with -1 when no log has been forwarded to fix this. | |||||
2021-06-15 | log-forward: use $HexToNum, do not resend old messages | 1 | -6/+3 | ||
Now we know the order of messages and can compare. Changing the filter does no longer result in old messages being resent. | |||||
2021-06-09 | log-forward: implement reverse logic to include messages...change-55 | 1 | -2/+5 | ||
... 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-04-28 | log-forward: pass origin to $SendNotification2 | 1 | -1/+2 | ||
2021-04-28 | log-forward: use $SendNotification2 | 1 | -6/+6 | ||
2021-03-17 | log-forward: use $EscapeForRegEx | 1 | -4/+4 | ||
2021-03-15 | log-forward: filter e-mail error on log forwarding in script... | 1 | -1/+7 | ||
... and update the filter in global configuration. | |||||
2021-03-04 | log-forward: list messages with 'black circle' | 1 | -2/+3 | ||
2021-03-04 | log-forward: skip multi-repeated messages | 1 | -4/+15 | ||
2021-02-24 | global: use $0 for $ScriptLock | 1 | -1/+1 | ||
2021-02-24 | global: give script or function name in log messages | 1 | -2/+3 | ||
2021-02-18 | global: drop script 'global-wait'change-44 | 1 | -0/+3 | ||
All scripts wait for the global functions on their own now. | |||||
2021-02-16 | global-functions: drop $MailServerIsUp | 1 | -5/+0 | ||
Now that we have an e-mail queue we do not care if the server is up or not. | |||||
2021-01-01 | update copyright for 2021 | 1 | -1/+1 | ||
2020-12-14 | log-forward: add 'if any' in log message | 1 | -1/+1 | ||
2020-10-18 | log-forward: improve wording for single message | 1 | -2/+4 | ||
2020-09-28 | log-forward: add rate limit to prevent flooding | 1 | -0/+15 | ||
2020-09-28 | log-forward: fix usage of function | 1 | -1/+1 | ||
2020-09-25 | log-forward: add filter on log message textchange-29 | 1 | -1/+2 | ||
2020-09-18 | extend magic pattern with "by RouterOS" | 1 | -1/+1 | ||
This matches the string included in export. | |||||
2020-07-17 | log-forward: lock script to run just once | 1 | -0/+3 | ||
2020-07-17 | global-functions: introduce and use $SymbolForNotificationchange-24 | 1 | -2/+2 | ||
2020-07-17 | log-forward: use $SymbolByUnicodeName | 1 | -1/+2 | ||
2020-07-15 | log-forward: remember the last id only | 1 | -2/+2 | ||
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | 1 | -0/+47 | ||