mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-27 22:34:58 +02:00
doc/netwatch-notify: always give a host...
... as that is a required property. Any ip address is fine, it is changed anyway.
This commit is contained in:
parent
85a7a16c15
commit
82e3e7a9fc
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ threshould by one.
|
||||||
The host address can be updated dynamically. Give extra parameter `resolve`
|
The host address can be updated dynamically. Give extra parameter `resolve`
|
||||||
with a resolvable name:
|
with a resolvable name:
|
||||||
|
|
||||||
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com";
|
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com" host=0.0;
|
||||||
|
|
||||||
This supports multiple A or AAAA records for a name just fine, even a CNAME
|
This supports multiple A or AAAA records for a name just fine, even a CNAME
|
||||||
to those. An update happens only if no more record with the configured host
|
to those. An update happens only if no more record with the configured host
|
||||||
|
@ -125,7 +125,7 @@ included verbatim into the notification.
|
||||||
It is possible to add a link in notification, that is added below the
|
It is possible to add a link in notification, that is added below the
|
||||||
formatted notification text.
|
formatted notification text.
|
||||||
|
|
||||||
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com, link=https://example.com/";
|
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com, link=https://example.com/" host=0.0;
|
||||||
|
|
||||||
Tips & Tricks
|
Tips & Tricks
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue