diff --git a/centreon-plugins/storage/dell/me4/restapi/mode/controllerstatistics.pm b/centreon-plugins/storage/dell/me4/restapi/mode/controllerstatistics.pm index 6a2d1dead..edd2bbda3 100644 --- a/centreon-plugins/storage/dell/me4/restapi/mode/controllerstatistics.pm +++ b/centreon-plugins/storage/dell/me4/restapi/mode/controllerstatistics.pm @@ -203,13 +203,11 @@ Filter controller name (Can be a regexp). =item B<--warning-*> B<--critical-*> Thresholds. -Can be: 'data-read-bytespersecond', 'data-written-bytespersecond', -'reads-count', 'writes-count', -'data-transfer-bytespersecond', 'controller-iops-ops', -'commands-forwarded-count', -'cache-write-usage-percentage', 'cache-write-hits-count', -'cache-write-misses-count', 'cache-read-hits-count', -'cache-read-misses-count', 'cpu-utilization-percentage'. +Can be: 'data-read', 'data-written', +'reads', 'writes', 'data-transfer', +'iops', 'forwarded-cmds', +'write-cache-used', 'write-cache-hits', 'write-cache-misses', +'read-cache-hits', 'read-cache-misses', 'cpu-utilization'. =back diff --git a/centreon-plugins/storage/dell/me4/restapi/mode/volumestatistics.pm b/centreon-plugins/storage/dell/me4/restapi/mode/volumestatistics.pm index 8d9c9b207..d3ed31ff1 100644 --- a/centreon-plugins/storage/dell/me4/restapi/mode/volumestatistics.pm +++ b/centreon-plugins/storage/dell/me4/restapi/mode/volumestatistics.pm @@ -187,12 +187,11 @@ Filter volume name (Can be a regexp). =item B<--warning-*> B<--critical-*> Thresholds. -Can be: 'data-read-bytespersecond', 'data-written-bytespersecond', -'reads-count', 'writes-count', -'data-transfer-bytespersecond', 'iops-ops', -'cache-write-usage-percentage', 'cache-write-hits-count', -'cache-write-misses-count', 'cache-read-hits-count', -'cache-read-misses-count'. +Can be: 'data-read', 'data-written', +'reads', 'writes', +'data-transfer', 'iops', +'write-cache-percent', 'write-cache-hits', 'write-cache-misses', +'read-cache-hits', 'read-cache-misses'. =back