diff options
Diffstat (limited to 'templates/monitor/nat/source/node.def')
-rw-r--r-- | templates/monitor/nat/source/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/monitor/nat/source/node.def b/templates/monitor/nat/source/node.def index 48b2bb9..486743c 100644 --- a/templates/monitor/nat/source/node.def +++ b/templates/monitor/nat/source/node.def @@ -1,2 +1,3 @@ help: Monitor source NAT -run: ${vyatta_bindir}/vyatta-monitor NAT-SOURCE "\[NAT-SRC-[0-9]*.*\]" +run: echo "Notice: monitoring information is displayed only for rules with enabled logging"; \ + ${vyatta_bindir}/vyatta-monitor NAT-SOURCE "\[NAT-SRC-[0-9]*.*\]" |