Update diskio.pm

This commit is contained in:
RymRabehi 2015-10-20 17:18:32 +02:00
parent f3062f55ec
commit 2839b1efbe
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ my $maps_counters = {
per_second => 1,
output_template => 'R+W IOPs : %.2f', output_error_template => "R+W IOPs : %s",
perfdatas => [
{ label => 'total_read_write_iops', value => 'total_read_write_iops_per_second', template => '%.2f',
{ label => 'sum_read_write_iops', value => 'sum_read_write_iops_per_second', template => '%.2f',
unit => 'iops', min => 0 },
],
}