mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
fix tomcat web sessions (#1053)
This commit is contained in:
parent
8521912693
commit
38642467e2
@ -78,7 +78,7 @@ sub manage_selection {
|
||||
|
||||
my $webcontent = $self->{http}->request();
|
||||
|
||||
while ($webcontent =~ m/(.*):(.*):(.*):(.*)/g) {
|
||||
while ($webcontent =~ /(.*):(.*):(\d+):(.*)/g) {
|
||||
my ($context, $state, $sessions, $contextpath) = ($1, $2, $3, $4);
|
||||
|
||||
next if (defined($self->{option_results}->{filter_state}) && $self->{option_results}->{filter_state} ne '' &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user