From 07597f193e156b22a9a0d23623cbe645f2d7fec2 Mon Sep 17 00:00:00 2001 From: pkriko <32265250+pkriko@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:39:34 +0200 Subject: [PATCH] Update nodestatistics.pm --- .../database/elasticsearch/restapi/mode/nodestatistics.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm b/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm index ddeb99f9c..018527687 100644 --- a/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm @@ -162,13 +162,13 @@ Example: --filter-counters='heap' Threshold warning. Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'vm-heap-usage-bytes'. +'documents-total', 'data-size', 'jvm-heap-usage-bytes'. =item B<--critical-*> Threshold critical. Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'vm-heap-usage-bytes'. +'documents-total', 'data-size', 'jvm-heap-usage-bytes'. =back