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',