mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 01:34:47 +02:00
netwatch-notify: pass link to notification
This is pass verbatim below the notification text.
This commit is contained in:
parent
ccfbabde5e
commit
3d4a14d449
4 changed files with 11 additions and 3 deletions
|
@ -111,6 +111,13 @@ included verbatim into the notification.
|
|||
|
||||
/tool/netwatch/add comment="notify, name=example, note=Do not touch!" host=10.0.0.31;
|
||||
|
||||
### Add a link in notification
|
||||
|
||||
It is possible to add a link in notification, that is added below the
|
||||
formatted notification text.
|
||||
|
||||
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com, link=https://example.com/";
|
||||
|
||||
Tips & Tricks
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue