diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-19 19:45:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-19 19:45:42 +0200 |
commit | 4d5c59048087b6fd1a3f50b91e0988ea6b78ad0e (patch) | |
tree | 5572733238700af216f5e8b5c695c1eb60044eaa /templates/monitor | |
parent | 0b1477913efbf511bd61ccd95683b95c7c9bda83 (diff) | |
parent | 6c460809b650377d2803b433c75914d7b707592e (diff) | |
download | vyatta-op-4d5c59048087b6fd1a3f50b91e0988ea6b78ad0e.tar.gz vyatta-op-4d5c59048087b6fd1a3f50b91e0988ea6b78ad0e.zip |
Merge branch 'current' of github.com:vyos/vyatta-op into equuleus
* 'current' of github.com:vyos/vyatta-op:
[ping] T1450 Recovering ping for ipv6
T1621 remove misc ops after python/xml rewrite
T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewrite
T1596 Remove telnet and traceroute operations after xml-style rewrite
Diffstat (limited to 'templates/monitor')
-rw-r--r-- | templates/monitor/bandwidth-test/accept/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/bandwidth-test/initiate/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/bandwidth-test/initiate/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/monitor/bandwidth-test/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/traceroute/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/traceroute/node.tag/node.def | 3 |
6 files changed, 0 insertions, 11 deletions
diff --git a/templates/monitor/bandwidth-test/accept/node.def b/templates/monitor/bandwidth-test/accept/node.def deleted file mode 100644 index 1dc5335..0000000 --- a/templates/monitor/bandwidth-test/accept/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Wait for bandwidth test connections (port TCP/5001) -run: iperf -s diff --git a/templates/monitor/bandwidth-test/initiate/node.def b/templates/monitor/bandwidth-test/initiate/node.def deleted file mode 100644 index af8c1bd..0000000 --- a/templates/monitor/bandwidth-test/initiate/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Initiate a bandwidth test diff --git a/templates/monitor/bandwidth-test/initiate/node.tag/node.def b/templates/monitor/bandwidth-test/initiate/node.tag/node.def deleted file mode 100644 index 3d047dd..0000000 --- a/templates/monitor/bandwidth-test/initiate/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Initiate a bandwidth test to specified host (port TCP/5001) -allowed: echo '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' -run: iperf -c $4 diff --git a/templates/monitor/bandwidth-test/node.def b/templates/monitor/bandwidth-test/node.def deleted file mode 100644 index c83cb4f..0000000 --- a/templates/monitor/bandwidth-test/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Initiate or wait for bandwidth test diff --git a/templates/monitor/traceroute/node.def b/templates/monitor/traceroute/node.def deleted file mode 100644 index f07e6b3..0000000 --- a/templates/monitor/traceroute/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor the path to a destination in realtime diff --git a/templates/monitor/traceroute/node.tag/node.def b/templates/monitor/traceroute/node.tag/node.def deleted file mode 100644 index 8c522de..0000000 --- a/templates/monitor/traceroute/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Monitor the path to a destination in realtime -allowed: echo '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' -run: mtr $3 |