fix interfaces mode

This commit is contained in:
garnier-quentin 2019-01-16 09:22:12 +01:00
parent 256e40011b
commit e50e2d9887
1 changed files with 1 additions and 0 deletions

View File

@ -766,6 +766,7 @@ sub new {
output => $self->{output}, perfdata => $self->{perfdata},
label => $name);
$self->{maps_counters}->{$key}->{$_}->{obj}->set(%{$self->{maps_counters}->{$key}->{$_}->{set}});
$self->{maps_counters}->{$key}->{$_}->{obj}->{instance_mode} = $self;
}
}