help(muleosft): wrong threshold syntax (#3139)

This commit is contained in:
Thibault S 2021-09-24 12:58:07 +02:00 committed by GitHub
parent 5aedfeb8ea
commit 04e64cdcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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