mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-01 16:54:38 +02:00
doc/log-forward: add tips and tricks
This commit is contained in:
parent
cfb31e840c
commit
2294ac77a8
1 changed files with 12 additions and 0 deletions
|
@ -66,6 +66,18 @@ Also notification settings are required for
|
|||
[matrix](mod/notification-matrix.md) and/or
|
||||
[telegram](mod/notification-telegram.md).
|
||||
|
||||
Tips & Tricks
|
||||
-------------
|
||||
|
||||
### Notification on reboot
|
||||
|
||||
You want to receive a notification on every device (re-)boot? Quite easy,
|
||||
just add:
|
||||
|
||||
:global LogForwardIncludeMessage "(^router rebooted)";
|
||||
|
||||
This will match on every log message beginning with `router rebooted`.
|
||||
|
||||
---
|
||||
[⬅️ Go back to main README](../README.md)
|
||||
[⬆️ Go back to top](#top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue