fix path to powerconnect3000

This commit is contained in:
Kevin Duret 2014-12-05 10:11:33 +01:00
parent a443b41d4b
commit 7e6a63d7a6
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
# #
#################################################################################### ####################################################################################
package centreon::common::dell::mode::globalstatus; package centreon::common::dell::powerconnect3000::mode::globalstatus;
use base qw(centreon::plugins::mode); use base qw(centreon::plugins::mode);

View File

@ -47,7 +47,7 @@ sub new {
$self->{version} = '1.0'; $self->{version} = '1.0';
%{$self->{modes}} = ( %{$self->{modes}} = (
'global-status' => 'centreon::common::dell::mode::globalstatus', 'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus',
'environment' => 'centreon::common::fastpath::mode::environment', 'environment' => 'centreon::common::fastpath::mode::environment',
'memory' => 'centreon::common::fastpath::mode::memory', 'memory' => 'centreon::common::fastpath::mode::memory',
'cpu' => 'centreon::common::fastpath::mode::cpu', 'cpu' => 'centreon::common::fastpath::mode::cpu',

View File

@ -47,7 +47,7 @@ sub new {
$self->{version} = '1.0'; $self->{version} = '1.0';
%{$self->{modes}} = ( %{$self->{modes}} = (
'global-status' => 'centreon::common::dell::mode::globalstatus', 'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus',
'environment' => 'centreon::common::fastpath::mode::environment', 'environment' => 'centreon::common::fastpath::mode::environment',
'memory' => 'centreon::common::fastpath::mode::memory', 'memory' => 'centreon::common::fastpath::mode::memory',
'cpu' => 'centreon::common::fastpath::mode::cpu', 'cpu' => 'centreon::common::fastpath::mode::cpu',