mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
Refs #6339 - Change name of indices and nodescount file
This commit is contained in:
parent
352b24aeef
commit
d55c91b415
@ -48,8 +48,8 @@ sub new {
|
|||||||
$self->{version} = '0.1';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'cluster' => 'apps::elasticsearch::mode::cluster',
|
'cluster' => 'apps::elasticsearch::mode::cluster',
|
||||||
'nodecount' => 'apps::elasticsearch::mode::nodecount',
|
'nodescount' => 'apps::elasticsearch::mode::nodescount',
|
||||||
'indice' => 'apps::elasticsearch::mode::indice',
|
'indices' => 'apps::elasticsearch::mode::indices',
|
||||||
);
|
);
|
||||||
return $self;
|
return $self;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user