From 7e6a63d7a65062637c8fc4dee42b3ccbe154ae5e Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Fri, 5 Dec 2014 10:11:33 +0100 Subject: [PATCH] fix path to powerconnect3000 --- centreon/common/dell/powerconnect3000/mode/globalstatus.pm | 2 +- network/dell/6200/plugin.pm | 2 +- network/dell/n4000/plugin.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/centreon/common/dell/powerconnect3000/mode/globalstatus.pm b/centreon/common/dell/powerconnect3000/mode/globalstatus.pm index 33c89d2f1..7cf6d03c2 100644 --- a/centreon/common/dell/powerconnect3000/mode/globalstatus.pm +++ b/centreon/common/dell/powerconnect3000/mode/globalstatus.pm @@ -33,7 +33,7 @@ # #################################################################################### -package centreon::common::dell::mode::globalstatus; +package centreon::common::dell::powerconnect3000::mode::globalstatus; use base qw(centreon::plugins::mode); diff --git a/network/dell/6200/plugin.pm b/network/dell/6200/plugin.pm index f5f73a391..bd514297f 100644 --- a/network/dell/6200/plugin.pm +++ b/network/dell/6200/plugin.pm @@ -47,7 +47,7 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'global-status' => 'centreon::common::dell::mode::globalstatus', + 'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus', 'environment' => 'centreon::common::fastpath::mode::environment', 'memory' => 'centreon::common::fastpath::mode::memory', 'cpu' => 'centreon::common::fastpath::mode::cpu', diff --git a/network/dell/n4000/plugin.pm b/network/dell/n4000/plugin.pm index d4a3b0365..701ec409b 100644 --- a/network/dell/n4000/plugin.pm +++ b/network/dell/n4000/plugin.pm @@ -47,7 +47,7 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'global-status' => 'centreon::common::dell::mode::globalstatus', + 'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus', 'environment' => 'centreon::common::fastpath::mode::environment', 'memory' => 'centreon::common::fastpath::mode::memory', 'cpu' => 'centreon::common::fastpath::mode::cpu',