diff --git a/plugins/http/http_request_time b/plugins/http/http_request_time index 8c796809..8c666f12 100755 --- a/plugins/http/http_request_time +++ b/plugins/http/http_request_time @@ -90,7 +90,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq "autoconf" ) my $ua = LWP::UserAgent->new(timeout => $timeout); foreach my $url (keys %URLS) { - my $response = $ua->request(HTTP::Request->new('GET',$url)); + my $response = $ua->request(HTTP::Request->new('GET',$URLS{$url}{'url'})); if ($response->is_success) { next; }