summaryrefslogtreecommitdiff
path: root/templates/monitor/nat/destination/background/start/node.def
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2013-12-21 08:35:36 +0100
committerDaniil Baturin <daniil@baturin.org>2013-12-21 08:35:36 +0100
commit3c40c48584eda801686a829defd73736bff34ca8 (patch)
treead9fea4a3df42e0f0452ccfd448f8248044be514 /templates/monitor/nat/destination/background/start/node.def
parent3444459922f0e2b2ebb6de859f7e72ca178e9902 (diff)
downloadvyatta-op-3c40c48584eda801686a829defd73736bff34ca8.tar.gz
vyatta-op-3c40c48584eda801686a829defd73736bff34ca8.zip
Bug #95: Issue warnings on attempts to monitor rules with disabled logging.
Additionally notify when monitoring firewall/NAT instances that only rules with logging enabled are monitored.
Diffstat (limited to 'templates/monitor/nat/destination/background/start/node.def')
-rw-r--r--templates/monitor/nat/destination/background/start/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/monitor/nat/destination/background/start/node.def b/templates/monitor/nat/destination/background/start/node.def
index 5feaf6b..8f1f0eb 100644
--- a/templates/monitor/nat/destination/background/start/node.def
+++ b/templates/monitor/nat/destination/background/start/node.def
@@ -1,2 +1,3 @@
help: Start background destination NAT monitoring
-run: ${vyatta_bindir}/vyatta-monitor-background NAT-DEST "\[NAT-DST-[0-9]*.*\]"
+run: echo "Notice: monitoring information is displayed only for rules with enabled logging"; \
+ ${vyatta_bindir}/vyatta-monitor-background NAT-DEST "\[NAT-DST-[0-9]*.*\]"