diff options
Diffstat (limited to 'templates/monitor/nat/destination')
5 files changed, 0 insertions, 18 deletions
diff --git a/templates/monitor/nat/destination/node.def b/templates/monitor/nat/destination/node.def deleted file mode 100644 index 7729cc8..0000000 --- a/templates/monitor/nat/destination/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Monitor destination NAT -run: echo "Notice: monitoring information is displayed only for rules with enabled logging"; \ - ${vyatta_bindir}/vyatta-monitor NAT-DEST "\[NAT-DST-[0-9]*.*\]" diff --git a/templates/monitor/nat/destination/rule/node.def b/templates/monitor/nat/destination/rule/node.def deleted file mode 100644 index b90312e..0000000 --- a/templates/monitor/nat/destination/rule/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor a specified Destination NAT rule diff --git a/templates/monitor/nat/destination/rule/node.tag/node.def b/templates/monitor/nat/destination/rule/node.tag/node.def deleted file mode 100644 index 1ada87b..0000000 --- a/templates/monitor/nat/destination/rule/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Monitor a specified destination NAT rule -allowed: local -a ARR - eval "ARR=($(cli-shell-api listEffectiveNodes nat destination rule))" - echo ${ARR[@]} -run: ${vyatta_bindir}/vyatta-monitor-check-rule-log "nat destination" $5; \ - ${vyatta_bindir}/vyatta-monitor NAT-DEST-RULE-$5 "\[NAT-DST-$5-*\]" diff --git a/templates/monitor/nat/destination/translations/detail/node.def b/templates/monitor/nat/destination/translations/detail/node.def deleted file mode 100644 index d700d9f..0000000 --- a/templates/monitor/nat/destination/translations/detail/node.def +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index f1f593d..0000000 --- a/templates/monitor/nat/destination/translations/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Monitor active destination NAT translations events -run: LESSOPEN=cat - echo Type control-C to quit - sudo /usr/sbin/conntrack --dst-nat --event |