aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-08-24 14:02:40 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-08-24 14:26:55 +0200
commite58d8e43739744d88f04918ff0e74fabf0bcc37c (patch)
tree313bbfa8762ccbd1abb0c8b87ca11de0512e73a2 /doc
parentd65874e142b5815a2fa32518bc710d2f4c78b5d8 (diff)
netwatch-notify: make check count threshold configurable
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/netwatch-notify.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md
index f2ce7b4..3fe1bca 100644
--- a/doc/netwatch-notify.md
+++ b/doc/netwatch-notify.md
@@ -35,6 +35,10 @@ comment:
/ tool netwatch add comment="notify, hostname=poe-device, down-hook=/ interface ethernet poe power-cycle en21;" host=10.0.0.20 timeout=5s;
+The count threshould (default is 5 checks) is configurable as well:
+
+ / tool netwatch add comment="notify, hostname=example.com, count=10" host=104.18.144.11 timeout=5s;
+
Also notification settings are required for e-mail and telegram.
---