From a081c921cc712633c2dab694d09729f35c672adb Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 14 Nov 2019 17:11:19 +0100 Subject: [PATCH] remove skip_global --- snmp_standard/mode/storage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }, ];