remove skip_global
This commit is contained in:
parent
292a52e96d
commit
a081c921cc
|
@ -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 } },
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue