From a329839fac936584ceeb92985e5ca79f23dee436 Mon Sep 17 00:00:00 2001 From: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> Date: Wed, 19 Aug 2020 09:47:31 +0200 Subject: [PATCH] fix(mode): Elastic Nodes help cleanup --- database/elasticsearch/restapi/mode/nodestatistics.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/database/elasticsearch/restapi/mode/nodestatistics.pm b/database/elasticsearch/restapi/mode/nodestatistics.pm index 018527687..482c79d47 100644 --- a/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/database/elasticsearch/restapi/mode/nodestatistics.pm @@ -161,14 +161,14 @@ Example: --filter-counters='heap' =item B<--warning-*> Threshold warning. -Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'jvm-heap-usage-bytes'. +Can be: 'data-size', 'disk-free', 'documents-total', +'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'. =item B<--critical-*> Threshold critical. -Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'jvm-heap-usage-bytes'. +Can be: 'data-size', 'disk-free', 'documents-total', +'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'. =back