From c080f651b3a96ce646293238d417b070cf479767 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 18 Sep 2015 15:35:20 +0200 Subject: [PATCH] + Fix ssd-iops (last) --- storage/emc/xtremio/restapi/mode/ssdiops.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/emc/xtremio/restapi/mode/ssdiops.pm b/storage/emc/xtremio/restapi/mode/ssdiops.pm index 2c3e2d265..2096ffd0c 100644 --- a/storage/emc/xtremio/restapi/mode/ssdiops.pm +++ b/storage/emc/xtremio/restapi/mode/ssdiops.pm @@ -50,7 +50,7 @@ my $maps_counters = { key_values => [ { name => 'write_iops' }, { name => 'display' }, ], output_template => 'Write IOPs : %s', perfdatas => [ - { label => 'write_iops', value => 'global_iops_absolute', template => '%s', + { label => 'write_iops', value => 'write_iops_absolute', template => '%s', min => 0, unit => 'iops', label_extra_instance => 1, instance_use => 'display_absolute' }, ], }