Mulesoft cleanup
This commit is contained in:
parent
217bb19ef5
commit
f3685cb533
|
@ -175,13 +175,13 @@ Example: --filter-name='^application1$'
|
|||
|
||||
Set warning threshold for status (Default: '').
|
||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||
Typical syntax: --warning-status=%{status} ne "STARTED"
|
||||
Typical syntax: --warning-status='%{status} ne "STARTED"'
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Set warning threshold for status (Default: '').
|
||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||
Typical syntax: --critical-status=%{status} ~= m/FAILED/"
|
||||
Typical syntax: --critical-status='%{status} ~= m/FAILED/'
|
||||
|
||||
|
||||
=back
|
||||
|
|
|
@ -169,13 +169,13 @@ Example: --filter-name='^server1$'
|
|||
|
||||
Set warning threshold for status (Default: '').
|
||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||
Typical syntax: --warning-status=%{status} ne "RUNNING"
|
||||
Typical syntax: --warning-status='%{status} ne "RUNNING"'
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Set warning threshold for status (Default: '').
|
||||
Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used.
|
||||
Typical syntax: --critical-status=%{status} ~= m/DISCONNECTED/"
|
||||
Typical syntax: --critical-status='%{status} ~= m/DISCONNECTED/'
|
||||
|
||||
|
||||
=back
|
||||
|
|
Loading…
Reference in New Issue