mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-07 08:34:32 +02:00
netwatch-notify: support dynamic address update
This commit is contained in:
parent
9d19313eee
commit
cfb31e844c
6 changed files with 28 additions and 3 deletions
|
@ -52,6 +52,15 @@ suppress notification if the parent host is down:
|
|||
Note that every configured parent in a chain increases the check count
|
||||
threshould by one.
|
||||
|
||||
The host address can be updated dynamically. Give extra parameter `resolve`
|
||||
with a resolvable name:
|
||||
|
||||
/ tool netwatch add comment="notify, hostname=example.com, resolve=example.com";
|
||||
|
||||
But be warned: Dynamic updates will probably cause issues if the name has
|
||||
more than one record in dns - a high rate of configuration changes (and flash
|
||||
writes) at least.
|
||||
|
||||
Also notification settings are required for e-mail and telegram.
|
||||
|
||||
Tips & Tricks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue