netwatch-notify: pass link to notification

This is pass verbatim below the notification text.
This commit is contained in:
Christian Hesse 2024-03-13 08:37:11 +01:00
parent ccfbabde5e
commit 3d4a14d449
4 changed files with 11 additions and 3 deletions

View file

@ -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
-------------