Merge pull request #2158 from centreon/pkriko-patch-1
(fix): add 'jvm-heap-usage-bytes' in the help.
This commit is contained in:
commit
b224bb5f4a
|
@ -161,14 +161,14 @@ Example: --filter-counters='heap'
|
|||
=item B<--warning-*>
|
||||
|
||||
Threshold warning.
|
||||
Can be: 'jvm-heap-usage', 'disk-free',
|
||||
'documents-total', 'data-size'.
|
||||
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'.
|
||||
Can be: 'data-size', 'disk-free', 'documents-total',
|
||||
'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'.
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in New Issue