mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-23 09:48:39 +02:00
+ Fix #356
This commit is contained in:
parent
fc09d7679b
commit
21b40b5f16
@ -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