mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix netapp snmp qtreeusage mode thresholds (#1195)
This commit is contained in:
parent
37fbfbeed7
commit
426e0ce538
@ -151,7 +151,7 @@ sub new {
|
|||||||
|
|
||||||
sub check_options {
|
sub check_options {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
$self->SUPER::init(%options);
|
$self->SUPER::check_options(%options);
|
||||||
|
|
||||||
$instance_mode = $self;
|
$instance_mode = $self;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user