From 3b488fecfbf99e2a951967d3db4d737a60f0b9ba Mon Sep 17 00:00:00 2001 From: Mathieu Cinquin Date: Wed, 15 Apr 2015 10:01:49 +0200 Subject: [PATCH] Refs #6339 - fix help --- centreon-plugins/apps/elasticsearch/mode/cluster.pm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/centreon-plugins/apps/elasticsearch/mode/cluster.pm b/centreon-plugins/apps/elasticsearch/mode/cluster.pm index d8e36fd47..2b445ff9a 100644 --- a/centreon-plugins/apps/elasticsearch/mode/cluster.pm +++ b/centreon-plugins/apps/elasticsearch/mode/cluster.pm @@ -138,11 +138,11 @@ Check Elasticsearch cluster health =item B<--hostname> -IP Addr/FQDN of the Bluemind host +IP Addr/FQDN of the Elasticsearch host =item B<--port> -Port used by InfluxDB API (Default: '8086') +Port used by Elasticsearch API (Default: '9200') =item B<--proto> @@ -150,7 +150,7 @@ Specify https if needed (Default: 'http') =item B<--urlpath> -Set path to get influxdb information (Default: '/db') +Set path to get Elasticsearch information (Default: '/') =item B<--credentials> @@ -164,10 +164,6 @@ Specify username for API authentification Specify password for API authentification -=item B<--indice-uid> - -Specify Cluster indice - =item B<--timeout> Threshold for HTTP timeout (Default: 3)