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 37fbfbeed7
commit 426e0ce538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}