+ Change directory for hplefthand.
This commit is contained in:
parent
789383f00f
commit
ef3bfdfd42
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
####################################################################################
|
||||
|
||||
package storage::hplefthand::mode::hardware;
|
||||
package storage::hp::lefthand::mode::hardware;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
|
|
@ -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;
|
Loading…
Reference in New Issue