diff options
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 |