diff options
Diffstat (limited to 'netwatch-notify')
-rw-r--r-- | netwatch-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwatch-notify b/netwatch-notify index 0f464a9..898ca99 100644 --- a/netwatch-notify +++ b/netwatch-notify @@ -17,7 +17,7 @@ :set NetwatchNotify [ :toarray "" ]; } -:foreach Host in=[ / tool netwatch find where comment~"^notify," ] do={ +:foreach Host in=[ / tool netwatch find where comment~"^notify," disabled=no ] do={ :local HostVal [ / tool netwatch get $Host ]; :local HostInfo [ $ParseKeyValueStore ($HostVal->"comment") ]; :local HostName ($HostInfo->"hostname"); |