From 888a6e96d4667412697229510c4cc243764c0ec9 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 4 Apr 2017 10:33:18 +0200 Subject: [PATCH] + Fix hp lefthand volume latency --- storage/hp/lefthand/snmp/mode/volumeusage.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage/hp/lefthand/snmp/mode/volumeusage.pm b/storage/hp/lefthand/snmp/mode/volumeusage.pm index a664da8c0..a61f6604b 100644 --- a/storage/hp/lefthand/snmp/mode/volumeusage.pm +++ b/storage/hp/lefthand/snmp/mode/volumeusage.pm @@ -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',