edgard / iperf3_exporter

Simple server that probes iPerf3 endpoints and exports results via HTTP for Prometheus consumption
Creative Commons Zero v1.0 Universal
66 stars 26 forks source link

allow for iperf3 target ports to be specified #3

Closed morganyandow closed 4 years ago

morganyandow commented 4 years ago

Added support for a new parameter "port" to be passed to the exporter.
This will allow for non-default ports to be used on iperf3 targets. If the parameter is not passed the exporter will specify the default port of 5201 in the port flag when calling iperf3.

edgard commented 4 years ago

Great job, thanks for the pull request. Merging!