From f3685cb5334b1aadb8fd3c3e129f980a7e7d4b3b Mon Sep 17 00:00:00 2001 From: thibaults-centreon Date: Tue, 21 Apr 2020 11:02:23 +0200 Subject: [PATCH] Mulesoft cleanup --- apps/mulesoft/restapi/mode/applications.pm | 4 ++-- apps/mulesoft/restapi/mode/servers.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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