Merge pull request #2158 from centreon/pkriko-patch-1

(fix): add 'jvm-heap-usage-bytes' in the help.
This commit is contained in:
Thibault S 2020-08-19 09:49:13 +02:00 committed by GitHub
commit b224bb5f4a
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-*> =item B<--warning-*>
Threshold warning. Threshold warning.
Can be: 'jvm-heap-usage', 'disk-free', Can be: 'data-size', 'disk-free', 'documents-total',
'documents-total', 'data-size'. 'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'.
=item B<--critical-*> =item B<--critical-*>
Threshold critical. Threshold critical.
Can be: 'jvm-heap-usage', 'disk-free', Can be: 'data-size', 'disk-free', 'documents-total',
'documents-total', 'data-size'. 'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'.
=back =back