From 464fe1ea63f01201312bc4bf986dcdba417398a6 Mon Sep 17 00:00:00 2001 From: Sims24 Date: Thu, 4 Feb 2016 22:06:35 +0100 Subject: [PATCH] + enhance help and correct threshold unit --- storage/emc/xtremio/restapi/mode/ssdiops.pm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/storage/emc/xtremio/restapi/mode/ssdiops.pm b/storage/emc/xtremio/restapi/mode/ssdiops.pm index 8edd9e6f7..046e74c6d 100644 --- a/storage/emc/xtremio/restapi/mode/ssdiops.pm +++ b/storage/emc/xtremio/restapi/mode/ssdiops.pm @@ -200,17 +200,16 @@ Check IOPS (Global, Read, Write) on each SSDs. =item B<--warning-*> -Threshold warning. -Can be: 'global' (%), 'read' (%), 'write' (%). +Threshold warning (number of iops) +Can be: 'global', 'read', 'write'. =item B<--critical-*> - -Threshold critical. -Can be: 'global' (%), 'read' (%), 'write' (%). +Threshold critical (number of iops) +Can be: 'global', 'read', 'write'. =item B<--filter-name> -Filter SSD name (can be a regexp). +Filter SSD name (can be a regexp). (e.g --filter-name '.*' for all SSDs) =back