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
97413
Files:
FileDescription
lwp-download-speedUnknown Tag: 'FileDesc1'
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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?