fix netapp snmp qtreeusage mode thresholds (#1195)

This commit is contained in:
Colin Gagnaire 2018-10-25 11:28:27 +02:00 committed by GitHub
parent 2f1bb20417
commit 71c274be70

View File

@ -151,7 +151,7 @@ sub new {
sub check_options {
my ($self, %options) = @_;
$self->SUPER::init(%options);
$self->SUPER::check_options(%options);
$instance_mode = $self;
}