fix indentation refs #6015
This commit is contained in:
parent
1f3c981599
commit
a443b41d4b
|
@ -47,12 +47,12 @@ 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::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',
|
||||||
'traffic' => 'snmp_standard::mode::traffic',
|
'traffic' => 'snmp_standard::mode::traffic',
|
||||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
|
Loading…
Reference in New Issue