mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ fix tomcat http
This commit is contained in:
parent
6eabe9ec53
commit
e7e59cf311
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user