change default message in volumeoption netapp
This commit is contained in:
parent
e2aea8d72b
commit
4b8a304e8b
|
@ -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 },
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue