diff --git a/network/citrix/netscaler/common/mode/health.pm b/network/citrix/netscaler/common/mode/health.pm index 76a868d82..8715631bd 100644 --- a/network/citrix/netscaler/common/mode/health.pm +++ b/network/citrix/netscaler/common/mode/health.pm @@ -371,5 +371,4 @@ Example: --threshold-overload='CRITICAL,^(?!(normal)$)' =back -=cut - \ No newline at end of file +=cut \ No newline at end of file diff --git a/snmp_standard/mode/storage.pm b/snmp_standard/mode/storage.pm index 3da042745..894201f0c 100644 --- a/snmp_standard/mode/storage.pm +++ b/snmp_standard/mode/storage.pm @@ -161,7 +161,8 @@ sub run { my $oid_hrStorageUsed = '.1.3.6.1.2.1.25.2.3.1.6'; my $oid_hrStorageType = '.1.3.6.1.2.1.25.2.3.1.2'; - $self->{snmp}->load(oids => [$oid_hrStorageAllocationUnits, $oid_hrStorageSize, $oid_hrStorageUsed], instances => $self->{storage_id_selected}); + $self->{snmp}->load(oids => [$oid_hrStorageAllocationUnits, $oid_hrStorageSize, $oid_hrStorageUsed], + instances => $self->{storage_id_selected}, nothing_quit => 1); my $result = $self->{snmp}->get_leef(); if (!defined($self->{option_results}->{storage}) || defined($self->{option_results}->{use_regexp})) {