change default message in volumeoption netapp

This commit is contained in:
garnier-quentin 2019-02-20 13:25:22 +01:00
parent e2aea8d72b
commit 4b8a304e8b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ sub set_counters {
my ($self, %options) = @_;
$self->{maps_counters_type} = [
{ name => 'volumes', type => 1, cb_prefix_output => 'prefix_volume_output', message_multiple => 'All volume options are ok' },
{ name => 'volumes', type => 1, cb_prefix_output => 'prefix_volume_output', message_multiple => 'All volumes are ok' },
{ name => 'global', type => 0 },
];