diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-20 13:32:39 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-20 13:32:39 +0100 |
commit | b66364d716979848cc0f1f058ce6ba4920a2572d (patch) | |
tree | ecc96cb32a2b9635149a836cf8a86d14d8d54824 /doc | |
parent | f7962f5d794a6152c1348c35a382f25a74ea64b5 (diff) |
doc/netwatch-notify: prevent escaping code in hook by creating a script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index 99335a1..6df233b 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -55,6 +55,9 @@ Also there is a `pre-down-hook` that fires at two thirds of failed checks required for the notification. The idea is to fix the issue before a notification is sent. +Getting the escaping right may be troublesome. Please consider adding a +script in `/system/script`, then running that from hook. + ### Count threshould The count threshould (default is 5 checks) is configurable as well: |