fix path to powerconnect3000
This commit is contained in:
parent
a443b41d4b
commit
7e6a63d7a6
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue