+ Fix hp lefthand volume latency

This commit is contained in:
garnier-quentin 2017-04-04 10:33:18 +02:00
parent 686a7c7845
commit 888a6e96d4
1 changed files with 0 additions and 2 deletions

View File

@ -189,7 +189,6 @@ sub set_counters {
},
{ label => 'read-latency', set => {
key_values => [ { name => 'clusVolumeStatsIoLatencyRead', diff => 1 }, { name => 'display' } ],
per_second => 1,
output_template => 'Read Latency : %.2f ms', output_error_template => "Read Latency : %s",
perfdatas => [
{ label => 'read_latency', value => 'clusVolumeStatsIoLatencyRead_absolute', template => '%.2f',
@ -199,7 +198,6 @@ sub set_counters {
},
{ label => 'write-latency', set => {
key_values => [ { name => 'clusVolumeStatsIoLatencyWrite', diff => 1 }, { name => 'display' } ],
per_second => 1,
output_template => 'Write Latency : %.2f ms', output_error_template => "Write Latency : %s",
perfdatas => [
{ label => 'write_latency', value => 'clusVolumeStatsIoLatencyWrite_absolute', template => '%.2f',