diff options
author | Christian Hesse <mail@eworm.de> | 2021-05-06 12:55:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-05-06 15:11:05 +0200 |
commit | cfb31e844c39089046de1fc7021d5dedef14c145 (patch) | |
tree | 12f421b5e8d2df7345040dc3b108de4149cac427 /doc | |
parent | 9d19313eee7e647a7f094aa01f40f179bfd23b0b (diff) |
netwatch-notify: support dynamic address updatechange-50
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index a3d8ccd..ff1eae9 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -52,6 +52,15 @@ suppress notification if the parent host is down: Note that every configured parent in a chain increases the check count threshould by one. +The host address can be updated dynamically. Give extra parameter `resolve` +with a resolvable name: + + / tool netwatch add comment="notify, hostname=example.com, resolve=example.com"; + +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. + Also notification settings are required for e-mail and telegram. Tips & Tricks |