fix help and indent
This commit is contained in:
parent
82d6a0e758
commit
54a2c71c1b
|
@ -452,7 +452,7 @@ Set HTTP headers (Multiple option)
|
|||
|
||||
=item B<--unknown-status>
|
||||
|
||||
Threshold warning for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
|
||||
Threshold unknown for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
|
|
|
@ -234,7 +234,7 @@ Filter cluster name (can be a regexp).
|
|||
|
||||
=item B<--warning-status>
|
||||
|
||||
Set warning threshold for status (Default: '%{health} =~ /warning/).
|
||||
Set warning threshold for status (Default: '%{health} =~ /warning/').
|
||||
Can used special variables like: %{health}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
|
Loading…
Reference in New Issue