help(libraevsa): update system.pm (#3055)

This commit is contained in:
Jochen Platzgummer 2021-08-31 07:53:11 +02:00 committed by GitHub
parent 0d96eb9aa4
commit 6f84d5906d
1 changed files with 3 additions and 3 deletions

View File

@ -181,17 +181,17 @@ Check system usage.
Only display some counters (regexp can be used).
Example: --filter-counters='^mail-sent$'
=item B<--unknown-status>
=item B<--unknown-cluster-status>
Set unknown threshold for status (Default: '').
Can used special variables like: %{cluster_status}
=item B<--warning-status>
=item B<--warning-cluster-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{cluster_status}
=item B<--critical-status>
=item B<--critical-cluster-status>
Set critical threshold for status (Default: '%{cluster_status} =~ /error/i').
Can used special variables like: %{cluster_status}