mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ Fix #356
This commit is contained in:
parent
d459d99746
commit
d8d54d72a4
@ -65,7 +65,7 @@ sub manage_selection {
|
||||
|
||||
my $webcontent = $self->{http}->request();
|
||||
|
||||
while ($webcontent =~ m/(.*):(.*):(.*):(.*)/g) {
|
||||
while ($webcontent =~ /^(.*?):(.*?):(.*?):(.*)/mg) {
|
||||
my ($context, $state, $sessions, $contextpath) = ($1, $2, $3, $4);
|
||||
|
||||
next if (defined($self->{option_results}->{filter_path}) && $self->{option_results}->{filter_path} ne '' &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user