From 48e349cae71775322cb815e4179b9beab313700f Mon Sep 17 00:00:00 2001 From: pkriko <32265250+pkriko@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:12:02 +0200 Subject: [PATCH] (fix): add 'vm-heap-usage-bytes' in the help. --- database/elasticsearch/restapi/mode/nodestatistics.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/elasticsearch/restapi/mode/nodestatistics.pm b/database/elasticsearch/restapi/mode/nodestatistics.pm index f040bf4b0..ddeb99f9c 100644 --- a/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/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'. +'documents-total', 'data-size', 'vm-heap-usage-bytes'. =item B<--critical-*> Threshold critical. Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size'. +'documents-total', 'data-size', 'vm-heap-usage-bytes'. =back