aboutsummaryrefslogtreecommitdiffstats
path: root/doc/netwatch-notify.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-02-03 13:51:40 +0100
committerGravatar Christian Hesse <mail@eworm.de>2022-02-10 08:41:12 +0100
commitc6e581d4f90c9bea0adf405685aa634e264d1f3b (patch)
tree0ca6b4c59ad7cdb6936a79a762da218ea3dc997e /doc/netwatch-notify.md
parent42c203291a7db814be00f40caddb6980632358fa (diff)
netwatch-notify: allow to suppress notification on host downchange-76
Diffstat (limited to 'doc/netwatch-notify.md')
-rw-r--r--doc/netwatch-notify.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md
index 9b504f7..dc107f2 100644
--- a/doc/netwatch-notify.md
+++ b/doc/netwatch-notify.md
@@ -78,6 +78,16 @@ But be warned: Dynamic updates will probably cause issues if the name has
more than one record in dns - a high rate of configuration changes (and flash
writes) at least.
+### No notification on host down
+
+Also suppressing the notification on host down is possible with parameter
+`no-down-notification`. This may be desired for devices that are usually
+powered off, but accessibility is of interest.
+
+ / tool netwatch add comment="notify, hostname=printer, no-down-notification" host=10.0.0.30;
+
+Go and get your coffee ☕️ before sending the print job.
+
Also notification settings are required for e-mail, matrix and/or telegram.
Tips & Tricks