+ fix tomcat http

This commit is contained in:
garnier-quentin 2015-07-29 15:04:08 +02:00
parent 6eabe9ec53
commit e7e59cf311

View File

@ -62,6 +62,7 @@ sub new {
$self->{result} = {}; $self->{result} = {};
$self->{hostname} = undef; $self->{hostname} = undef;
$self->{statefile_value} = centreon::plugins::statefile->new(%options); $self->{statefile_value} = centreon::plugins::statefile->new(%options);
$self->{http} = centreon::plugins::http->new(output => $self->{output});
return $self; return $self;
} }