mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ 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…
x
Reference in New Issue
Block a user