summaryrefslogtreecommitdiff
path: root/templates/monitor/nat/destination/translations
diff options
context:
space:
mode:
Diffstat (limited to 'templates/monitor/nat/destination/translations')
-rw-r--r--templates/monitor/nat/destination/translations/detail/node.def4
-rw-r--r--templates/monitor/nat/destination/translations/node.def4
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/monitor/nat/destination/translations/detail/node.def b/templates/monitor/nat/destination/translations/detail/node.def
new file mode 100644
index 0000000..d700d9f
--- /dev/null
+++ b/templates/monitor/nat/destination/translations/detail/node.def
@@ -0,0 +1,4 @@
+help: Show active destination NAT translations events verbose
+run: LESSOPEN=cat
+ echo Type control-C to quit
+ sudo /usr/sbin/conntrack -E -g -o xml 2>/dev/null | ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --pipe --type=destination --verbose
diff --git a/templates/monitor/nat/destination/translations/node.def b/templates/monitor/nat/destination/translations/node.def
new file mode 100644
index 0000000..d6ad6f5
--- /dev/null
+++ b/templates/monitor/nat/destination/translations/node.def
@@ -0,0 +1,4 @@
+help: Monitor active destination NAT translations events
+run: LESSOPEN=cat
+ echo Type control-C to quit
+ sudo /usr/sbin/conntrack -E -g -o xml 2>/dev/null | ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --pipe --type=destination