Mulesoft cleanup

This commit is contained in:
thibaults-centreon 2020-04-21 11:02:23 +02:00
parent 217bb19ef5
commit f3685cb533
2 changed files with 4 additions and 4 deletions

View File

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

View File

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