+ Change directory for hplefthand.
This commit is contained in:
parent
492ea0d4bd
commit
6be3c8a18d
|
@ -33,7 +33,7 @@
|
||||||
#
|
#
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
||||||
package storage::hplefthand::mode::hardware;
|
package storage::hp::lefthand::mode::hardware;
|
||||||
|
|
||||||
use base qw(centreon::plugins::mode);
|
use base qw(centreon::plugins::mode);
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#
|
#
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
||||||
package storage::hplefthand::plugin;
|
package storage::hp::lefthand::plugin;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -47,7 +47,7 @@ sub new {
|
||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'hardware' => 'storage::hplefthand::mode::hardware',
|
'hardware' => 'storage::hp::lefthand::mode::hardware',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
Loading…
Reference in New Issue