help(muleosft): wrong threshold syntax (#3139)
This commit is contained in:
parent
5aedfeb8ea
commit
04e64cdcbf
|
@ -175,7 +175,7 @@ Typical syntax: --warning-status='%{status} ne "STARTED"'
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@ Typical syntax: --warning-status='%{status} ne "RUNNING"'
|
|||
|
||||
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
|
||||
|
|
|
@ -169,7 +169,7 @@ Typical syntax: --warning-status='%{status} ne "RUNNING"'
|
|||
|
||||
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