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}