diff --git a/centreon-plugins/storage/hplefthand/mode/hardware.pm b/centreon-plugins/storage/hp/lefthand/mode/hardware.pm similarity index 99% rename from centreon-plugins/storage/hplefthand/mode/hardware.pm rename to centreon-plugins/storage/hp/lefthand/mode/hardware.pm index ac5d3f243..1de3926c5 100644 --- a/centreon-plugins/storage/hplefthand/mode/hardware.pm +++ b/centreon-plugins/storage/hp/lefthand/mode/hardware.pm @@ -33,7 +33,7 @@ # #################################################################################### -package storage::hplefthand::mode::hardware; +package storage::hp::lefthand::mode::hardware; use base qw(centreon::plugins::mode); diff --git a/centreon-plugins/storage/hplefthand/plugin.pm b/centreon-plugins/storage/hp/lefthand/plugin.pm similarity index 95% rename from centreon-plugins/storage/hplefthand/plugin.pm rename to centreon-plugins/storage/hp/lefthand/plugin.pm index 7435a7fca..7adf51e09 100644 --- a/centreon-plugins/storage/hplefthand/plugin.pm +++ b/centreon-plugins/storage/hp/lefthand/plugin.pm @@ -33,7 +33,7 @@ # #################################################################################### -package storage::hplefthand::plugin; +package storage::hp::lefthand::plugin; use strict; use warnings; @@ -47,7 +47,7 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'hardware' => 'storage::hplefthand::mode::hardware', + 'hardware' => 'storage::hp::lefthand::mode::hardware', ); return $self;