summaryrefslogtreecommitdiff
path: root/templates/monitor/nat/destination
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-30 21:11:25 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-30 21:11:53 +0200
commit1cd8a8e302c411d993e4ccd8c3b8de865f6b80ba (patch)
treedc1ed01b855691125fb198788ac5daf207e1bb8b /templates/monitor/nat/destination
parent52b1f21af12416c2bbbc6566b57ab0c9dfe86135 (diff)
downloadvyatta-op-1cd8a8e302c411d993e4ccd8c3b8de865f6b80ba.tar.gz
vyatta-op-1cd8a8e302c411d993e4ccd8c3b8de865f6b80ba.zip
T5411: remove all remaining monitor background code
Diffstat (limited to 'templates/monitor/nat/destination')
-rw-r--r--templates/monitor/nat/destination/node.def3
-rw-r--r--templates/monitor/nat/destination/rule/node.def1
-rw-r--r--templates/monitor/nat/destination/rule/node.tag/node.def6
-rw-r--r--templates/monitor/nat/destination/translations/detail/node.def4
-rw-r--r--templates/monitor/nat/destination/translations/node.def4
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