+ fix tomcat http
This commit is contained in:
parent
a7050c1449
commit
e51cc3e0a1
|
@ -62,6 +62,7 @@ sub new {
|
|||
$self->{result} = {};
|
||||
$self->{hostname} = undef;
|
||||
$self->{statefile_value} = centreon::plugins::statefile->new(%options);
|
||||
$self->{http} = centreon::plugins::http->new(output => $self->{output});
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue