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
97669
File | Description |
---|---|
lwp-download-speed | Unknown Tag: 'FileDesc1' |
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?