+ Change directory for hplefthand.

This commit is contained in:
Quentin Garnier 2014-01-31 09:48:08 +01:00
parent 789383f00f
commit ef3bfdfd42
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
#
####################################################################################
package storage::hplefthand::mode::hardware;
package storage::hp::lefthand::mode::hardware;
use base qw(centreon::plugins::mode);

View File

@ -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;