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