diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-20 12:22:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-20 12:35:34 +0100 |
commit | f7962f5d794a6152c1348c35a382f25a74ea64b5 (patch) | |
tree | 769ce086ead10064d8ac336eb25aa6a00cdd851e /doc | |
parent | 650c362ed903209bb2144b3d4a89f46ca4865a38 (diff) |
doc/netwatch-notify: move hint on notification settings up
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index aa1204a..99335a1 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -38,6 +38,11 @@ The hosts to be checked have to be added to netwatch with specific comment: /tool/netwatch/add comment="notify, name=example.com" host=[ :resolve "example.com" ]; +Also notification settings are required for +[e-mail](mod/notification-email.md), +[matrix](mod/notification-matrix.md) and/or +[telegram](mod/notification-telegram.md). + ### Hooks It is possible to run an up hook command (`up-hook`) or down hook command @@ -95,11 +100,6 @@ included verbatim into the notification. /tool/netwatch/add comment="notify, name=example, note=Do not touch!" host=10.0.0.31; -Also notification settings are required for -[e-mail](mod/notification-email.md), -[matrix](mod/notification-matrix.md) and/or -[telegram](mod/notification-telegram.md). - Tips & Tricks ------------- |