This commit is contained in:
qgarnier 2017-10-04 10:21:11 +02:00
parent 948af00812
commit 475e3d32b4
1 changed files with 2 additions and 2 deletions

View File

@ -272,12 +272,12 @@ Filter service set name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{health} =~ /warning/).
Can used special variables like: %{health}, %{housekeeping_health}, %{display}
Can used special variables like: %{health}, %{replication_health}, %{housekeeping_health}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{health} =~ /critical/').
Can used special variables like: %{health}, %{housekeeping_health}, %{display}
Can used special variables like: %{health}, %{replication_health}, %{housekeeping_health}, %{display}
=item B<--warning-*>