From d85718b8b2347b0064a1198de4fa741353f766c3 Mon Sep 17 00:00:00 2001 From: Mathieu Cinquin Date: Thu, 16 Apr 2015 09:30:34 +0200 Subject: [PATCH] Refs #6339 - Change versioning --- centreon-plugins/apps/elasticsearch/mode/cluster.pm | 2 +- centreon-plugins/apps/elasticsearch/plugin.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/apps/elasticsearch/mode/cluster.pm b/centreon-plugins/apps/elasticsearch/mode/cluster.pm index 2b445ff9a..ce0e66adf 100644 --- a/centreon-plugins/apps/elasticsearch/mode/cluster.pm +++ b/centreon-plugins/apps/elasticsearch/mode/cluster.pm @@ -47,7 +47,7 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options); bless $self, $class; - $self->{version} = '1.1'; + $self->{version} = '1.0'; $options{options}->add_options(arguments => { "hostname:s" => { name => 'hostname' }, diff --git a/centreon-plugins/apps/elasticsearch/plugin.pm b/centreon-plugins/apps/elasticsearch/plugin.pm index dc675295a..424a27b8d 100644 --- a/centreon-plugins/apps/elasticsearch/plugin.pm +++ b/centreon-plugins/apps/elasticsearch/plugin.pm @@ -45,7 +45,7 @@ sub new { bless $self, $class; # $options->{options} = options object - $self->{version} = '0.3'; + $self->{version} = '0.1'; %{$self->{modes}} = ( 'cluster' => 'apps::elasticsearch::mode::cluster', 'nodecount' => 'apps::elasticsearch::mode::nodecount',