mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
manage space in tomcat reponse
This commit is contained in:
parent
f35e9a2520
commit
ca20b9439c
@ -115,7 +115,7 @@ sub manage_selection {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$self->{application} = {};
|
$self->{application} = {};
|
||||||
while ($webcontent =~ /^(.*?):(.*?):(.*?):(.*)/mg) {
|
while ($webcontent =~ /^(.*?)\s*:\s*(.*?)\s*:\s*(.*?)\s*:\s*(.*)/mg) {
|
||||||
my ($context, $state, $sessions, $contextpath) = ($1, $2, $3, $4);
|
my ($context, $state, $sessions, $contextpath) = ($1, $2, $3, $4);
|
||||||
|
|
||||||
next if (defined($self->{option_results}->{filter_path}) && $self->{option_results}->{filter_path} ne '' &&
|
next if (defined($self->{option_results}->{filter_path}) && $self->{option_results}->{filter_path} ne '' &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user