diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-13 08:37:11 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-13 09:02:04 +0100 |
commit | 3d4a14d44935fff6777a97afb4b598238c57b47e (patch) | |
tree | 099a4840be7ca45c59c80227dd2fdbe0dae5c56a /doc | |
parent | ccfbabde5eed08a021b2d47f34bc4498940fda1d (diff) |
netwatch-notify: pass link to notificationchange-124
This is pass verbatim below the notification text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index 6f3e1ce..806bb3a 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -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 ------------- |