From 4bc72ab6315073e806dc9ced46b30c162544c01b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 4 Jan 2012 02:11:40 +0700 Subject: Remove old NAT monitor templates. --- templates/monitor/nat/background/node.def | 1 - templates/monitor/nat/background/start/node.def | 2 -- templates/monitor/nat/background/stop/node.def | 3 --- templates/monitor/nat/masquerade/background/node.def | 1 - templates/monitor/nat/masquerade/background/start/node.def | 2 -- templates/monitor/nat/masquerade/background/stop/node.def | 2 -- templates/monitor/nat/masquerade/node.def | 2 -- templates/monitor/nat/masquerade/rule/node.def | 1 - templates/monitor/nat/masquerade/rule/node.tag/background/node.def | 2 -- .../monitor/nat/masquerade/rule/node.tag/background/start/node.def | 2 -- .../monitor/nat/masquerade/rule/node.tag/background/stop/node.def | 2 -- templates/monitor/nat/masquerade/rule/node.tag/node.def | 5 ----- templates/monitor/nat/translations/detail/node.def | 4 ---- templates/monitor/nat/translations/node.def | 4 ---- 14 files changed, 33 deletions(-) delete mode 100644 templates/monitor/nat/background/node.def delete mode 100644 templates/monitor/nat/background/start/node.def delete mode 100644 templates/monitor/nat/background/stop/node.def delete mode 100644 templates/monitor/nat/masquerade/background/node.def delete mode 100644 templates/monitor/nat/masquerade/background/start/node.def delete mode 100644 templates/monitor/nat/masquerade/background/stop/node.def delete mode 100644 templates/monitor/nat/masquerade/node.def delete mode 100644 templates/monitor/nat/masquerade/rule/node.def delete mode 100644 templates/monitor/nat/masquerade/rule/node.tag/background/node.def delete mode 100644 templates/monitor/nat/masquerade/rule/node.tag/background/start/node.def delete mode 100644 templates/monitor/nat/masquerade/rule/node.tag/background/stop/node.def delete mode 100644 templates/monitor/nat/masquerade/rule/node.tag/node.def delete mode 100644 templates/monitor/nat/translations/detail/node.def delete mode 100644 templates/monitor/nat/translations/node.def (limited to 'templates') diff --git a/templates/monitor/nat/background/node.def b/templates/monitor/nat/background/node.def deleted file mode 100644 index 01d5867..0000000 --- a/templates/monitor/nat/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor NAT in the background diff --git a/templates/monitor/nat/background/start/node.def b/templates/monitor/nat/background/start/node.def deleted file mode 100644 index 3ab4b79..0000000 --- a/templates/monitor/nat/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background NAT monitoring -run: ${vyatta_bindir}/vyatta-monitor-background NAT "\[NAT-[0-9]*-*\]" diff --git a/templates/monitor/nat/background/stop/node.def b/templates/monitor/nat/background/stop/node.def deleted file mode 100644 index d84a03d..0000000 --- a/templates/monitor/nat/background/stop/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Stop background NAT monitoring -help: Stop background NAT monitoring -run: ${vyatta_bindir}/vyatta-monitor-background-stop NAT diff --git a/templates/monitor/nat/masquerade/background/node.def b/templates/monitor/nat/masquerade/background/node.def deleted file mode 100644 index 4f39dac..0000000 --- a/templates/monitor/nat/masquerade/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor Masquerade NAT in the background diff --git a/templates/monitor/nat/masquerade/background/start/node.def b/templates/monitor/nat/masquerade/background/start/node.def deleted file mode 100644 index bbfbb98..0000000 --- a/templates/monitor/nat/masquerade/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring of Masquerade NAT -run: ${vyatta_bindir}/vyatta-monitor-background NAT-MASQ "\[NAT-[0-9]*-MASQ\]" diff --git a/templates/monitor/nat/masquerade/background/stop/node.def b/templates/monitor/nat/masquerade/background/stop/node.def deleted file mode 100644 index c0c22cd..0000000 --- a/templates/monitor/nat/masquerade/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring of Masquerade NAT -run: ${vyatta_bindir}/vyatta-monitor-background-stop NAT-MASQ diff --git a/templates/monitor/nat/masquerade/node.def b/templates/monitor/nat/masquerade/node.def deleted file mode 100644 index 39364b7..0000000 --- a/templates/monitor/nat/masquerade/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Monitor Masquerade NAT -run: ${vyatta_bindir}/vyatta-monitor NAT-MASQ "\[NAT-[0-9]*-MASQ\]" diff --git a/templates/monitor/nat/masquerade/rule/node.def b/templates/monitor/nat/masquerade/rule/node.def deleted file mode 100644 index 7aa9219..0000000 --- a/templates/monitor/nat/masquerade/rule/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor a specified Masquerade NAT rule diff --git a/templates/monitor/nat/masquerade/rule/node.tag/background/node.def b/templates/monitor/nat/masquerade/rule/node.tag/background/node.def deleted file mode 100644 index f6b9640..0000000 --- a/templates/monitor/nat/masquerade/rule/node.tag/background/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Monitor a specified Masquerade NAT rule in the background - diff --git a/templates/monitor/nat/masquerade/rule/node.tag/background/start/node.def b/templates/monitor/nat/masquerade/rule/node.tag/background/start/node.def deleted file mode 100644 index c203f80..0000000 --- a/templates/monitor/nat/masquerade/rule/node.tag/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring of a specified Masquerade NAT rule -run: ${vyatta_bindir}/vyatta-monitor-background NAT-MASQ-RULE-$5 "\[NAT-$5-MASQ\]" diff --git a/templates/monitor/nat/masquerade/rule/node.tag/background/stop/node.def b/templates/monitor/nat/masquerade/rule/node.tag/background/stop/node.def deleted file mode 100644 index 2564ead..0000000 --- a/templates/monitor/nat/masquerade/rule/node.tag/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring of a specified Masquerade NAT rule -run: ${vyatta_bindir}/vyatta-monitor-background-stop NAT-MASQ-RULE-$5 diff --git a/templates/monitor/nat/masquerade/rule/node.tag/node.def b/templates/monitor/nat/masquerade/rule/node.tag/node.def deleted file mode 100644 index ed7509a..0000000 --- a/templates/monitor/nat/masquerade/rule/node.tag/node.def +++ /dev/null @@ -1,5 +0,0 @@ -help: Monitor a specified Masquerade NAT rule -allowed: local -a ARR - eval "ARR=($(cli-shell-api listEffectiveNodes service nat rule))" - echo ${ARR[@]} -run: ${vyatta_bindir}/vyatta-monitor NAT-MASQ-RULE-$5 "\[NAT-$5-MASQ\]" diff --git a/templates/monitor/nat/translations/detail/node.def b/templates/monitor/nat/translations/detail/node.def deleted file mode 100644 index 19d0c7a..0000000 --- a/templates/monitor/nat/translations/detail/node.def +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index c31c77f..0000000 --- a/templates/monitor/nat/translations/node.def +++ /dev/null @@ -1,4 +0,0 @@ -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 -- cgit v1.2.3