diff --git a/snmp_standard/mode/storage.pm b/snmp_standard/mode/storage.pm index 7331322e5..399cb7e3a 100644 --- a/snmp_standard/mode/storage.pm +++ b/snmp_standard/mode/storage.pm @@ -162,7 +162,7 @@ sub set_counters { my ($self, %options) = @_; $self->{maps_counters_type} = [ - { name => 'global', type => 0, cb_init => 'skip_global' }, + { name => 'global', type => 0 }, { name => 'storage', type => 1, cb_prefix_output => 'prefix_storage_output', message_multiple => 'All storages are ok', skipped_code => { -10 => 1 } }, ];