diff --git a/monitolite.pl b/monitolite.pl index a651948..7d34c41 100644 --- a/monitolite.pl +++ b/monitolite.pl @@ -199,7 +199,7 @@ sub check_http { ssl_opts => { verify_hostname => 1 }, protocols_allowed => ['http', 'https'] ); - $check->timeout(5); + $check->timeout(20); $check->env_proxy; my $response = $check->get($host, ':content_cb' => \&process_data);