+ Fix ssd-iops (last)

This commit is contained in:
garnier-quentin 2015-09-18 15:35:20 +02:00
parent 63703a0f7c
commit c080f651b3
1 changed files with 1 additions and 1 deletions

View File

@ -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' },
],
}