fix(mode): Elastic Nodes help cleanup

This commit is contained in:
Thibault S 2020-08-19 09:47:31 +02:00 committed by GitHub
parent 4f65f1aae3
commit a329839fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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