From e4ad56022eb66ef330daf5e6058b36744211bec5 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 4 Mar 2021 10:52:06 +0100 Subject: [PATCH] fix help emc ppma --- apps/emc/ppma/restapi/mode/hosts.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emc/ppma/restapi/mode/hosts.pm b/apps/emc/ppma/restapi/mode/hosts.pm index 7f71eb336..41824322a 100644 --- a/apps/emc/ppma/restapi/mode/hosts.pm +++ b/apps/emc/ppma/restapi/mode/hosts.pm @@ -201,12 +201,12 @@ Filter hosts by host name (can be a regexp). Set unknown threshold for status. Can used special variables like: %{status}, %{name} -=item B<--warning-keepalive-status> +=item B<--warning-status> Set warning threshold for status. Can used special variables like: %{status}, %{name} -=item B<--critical-keepalive-status> +=item B<--critical-status> Set critical threshold for status (Default: '%{status} !~ /powerPathManaged/'). Can used special variables like: %{status}, %{name}