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

lwp-download-speed

Rating
1 vote
Favoured:
0
Hits
97712
Files:
FileDescription
lwp-download-speedUnknown Tag: 'FileDesc1'
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!
lwp-download-speed is a nagios-plugin based on the perl-download-program "lwp-download". This plugin is useful to measure the speed of a http-download.
Requirements: perl, lwp

Command-Definition:
define command{
command_name check_http_speed
command_line $USER1$/lwp-download-speed -w $ARG1$ -c $ARG2$ -H $ARG3$ -u $ARG4$
}

Check-Command for Service(WEBSPEED):
check_command check_http_speed!200!100!server.example.com!/big_file.img

NagiosGrapher:
define ngraph{
service_name WEBSPEED
graph_log_regex (d+) w*B/w+
graph_value http_speed
graph_units KB/sec
graph_legend HTTP download speed
rrd_plottype AREA
rrd_color c0c0ff
}
Reviews (1)
bykalyan1709, April 9, 2014
What is the size of -w ? -c ?.
Are these values in KB or MB?