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
111311
Files:
FileDescription
check_iperf.plperl script
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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.