Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
lwp-download-speed
97712
File | Description |
---|---|
lwp-download-speed | Unknown Tag: 'FileDesc1' |
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!
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
}
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?
Are these values in KB or MB?