mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
Refs #6339 - Change versioning
This commit is contained in:
parent
05bd50908b
commit
74bfefabb8
@ -47,7 +47,7 @@ sub new {
|
|||||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$self->{version} = '1.1';
|
$self->{version} = '1.0';
|
||||||
$options{options}->add_options(arguments =>
|
$options{options}->add_options(arguments =>
|
||||||
{
|
{
|
||||||
"hostname:s" => { name => 'hostname' },
|
"hostname:s" => { name => 'hostname' },
|
||||||
|
@ -45,7 +45,7 @@ sub new {
|
|||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
# $options->{options} = options object
|
# $options->{options} = options object
|
||||||
|
|
||||||
$self->{version} = '0.3';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'cluster' => 'apps::elasticsearch::mode::cluster',
|
'cluster' => 'apps::elasticsearch::mode::cluster',
|
||||||
'nodecount' => 'apps::elasticsearch::mode::nodecount',
|
'nodecount' => 'apps::elasticsearch::mode::nodecount',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user