remove skip_global

This commit is contained in:
garnier-quentin 2019-11-14 17:11:19 +01:00
parent 292a52e96d
commit a081c921cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },
];