diff options
-rw-r--r-- | templates/monitor/bandwidth-test/initiate/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/monitor/bandwidth-test/initiate/node.tag/node.def b/templates/monitor/bandwidth-test/initiate/node.tag/node.def index 86dfaa1..3d047dd 100644 --- a/templates/monitor/bandwidth-test/initiate/node.tag/node.def +++ b/templates/monitor/bandwidth-test/initiate/node.tag/node.def @@ -1,3 +1,3 @@ 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 $5 +run: iperf -c $4 |