diff --git a/apps/mulesoft/restapi/mode/applications.pm b/apps/mulesoft/restapi/mode/applications.pm index 890e75979..82cdfe4ac 100644 --- a/apps/mulesoft/restapi/mode/applications.pm +++ b/apps/mulesoft/restapi/mode/applications.pm @@ -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 diff --git a/apps/mulesoft/restapi/mode/servers.pm b/apps/mulesoft/restapi/mode/servers.pm index e84f937e6..a60cd7bc3 100644 --- a/apps/mulesoft/restapi/mode/servers.pm +++ b/apps/mulesoft/restapi/mode/servers.pm @@ -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