1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

doc/netwatch-notify: move hint on notification settings up

This commit is contained in:
Christian Hesse
2023-03-20 12:22:46 +01:00
parent 650c362ed9
commit f7962f5d79

View File

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