mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
debug typo (#2235)
This commit is contained in:
parent
ac8ff54552
commit
802e8d65d4
@ -460,8 +460,6 @@ sub manage_selection {
|
|||||||
$self->{logicalgroups}->{$group}->{$map_service_state{$row->{sstate}}}++;
|
$self->{logicalgroups}->{$group}->{$map_service_state{$row->{sstate}}}++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
use Data::Dumper;
|
|
||||||
print Dumper($self->{instance_mode}->{inventory});
|
|
||||||
} elsif ($config_data->{mode} eq 'exactmatch') {
|
} elsif ($config_data->{mode} eq 'exactmatch') {
|
||||||
foreach my $group (keys %{$config_data->{selection}}) {
|
foreach my $group (keys %{$config_data->{selection}}) {
|
||||||
$self->{logicalgroups}->{$group} = {
|
$self->{logicalgroups}->{$group} = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user