fix rudder statistics help
This commit is contained in:
parent
10346d98e0
commit
5def6f31c8
|
@ -132,30 +132,21 @@ __END__
|
||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
Check statistics.
|
Check statistics (objects count).
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
=item B<--warning-global-compliance>
|
=item B<--warning-*>
|
||||||
|
|
||||||
Set warning threshold on global compliance.
|
Threshold warning.
|
||||||
|
Can be: 'nodes', 'pending-nodes', 'rules',
|
||||||
|
'directives', 'groups', 'techniques'.
|
||||||
|
|
||||||
=item B<--critical-global-compliance>
|
=item B<--critical-*>
|
||||||
|
|
||||||
Set critical threshold on global compliance.
|
Threshold critical.
|
||||||
|
Can be: 'nodes', 'pending-nodes', 'rules',
|
||||||
=item B<--warning-status>
|
'directives', 'groups', 'techniques'.
|
||||||
|
|
||||||
Set warning threshold for status (Default: '').
|
|
||||||
Can used special variables like: %{detail}, %{value}
|
|
||||||
|
|
||||||
=item B<--critical-status>
|
|
||||||
|
|
||||||
Set critical threshold for status (Default: '').
|
|
||||||
Can used special variables like: %{detail}, %{value}
|
|
||||||
|
|
||||||
Example :
|
|
||||||
--critical-status='%{detail} eq "error" && %{value} > 5'
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue