Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_iperf

Rating
3 votes
Favoured:
0
Hits
110845
Files:
FileDescription
check_iperf.plperl script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check network performance of a link with iperf on unix/windows
$ check_iperf.pl
check_iperf.pl "Critical speed" "Warning speed":
this plugin returns iperf usage

examples:
check_iperf.pl 10 15: critical if speed under 10 units
check_iperf.pl 10 15:50: warning if speed out of 15:50 units
check_iperf.pl 10:100 15:90
check_iperf.pl 10:40 15:90
Reviews (1)
bym453438, August 9, 2011
2 of 2 people found this review helpful
Only needs performance output for graphing and it would be perfect. Perfomance output can be easily added by putting a "| bd=$speed" to the output string. Thanks for the script.