mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ Fix hp lefthand volume latency
This commit is contained in:
parent
34e9f41382
commit
6642e1e4ae
@ -189,7 +189,6 @@ sub set_counters {
|
|||||||
},
|
},
|
||||||
{ label => 'read-latency', set => {
|
{ label => 'read-latency', set => {
|
||||||
key_values => [ { name => 'clusVolumeStatsIoLatencyRead', diff => 1 }, { name => 'display' } ],
|
key_values => [ { name => 'clusVolumeStatsIoLatencyRead', diff => 1 }, { name => 'display' } ],
|
||||||
per_second => 1,
|
|
||||||
output_template => 'Read Latency : %.2f ms', output_error_template => "Read Latency : %s",
|
output_template => 'Read Latency : %.2f ms', output_error_template => "Read Latency : %s",
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'read_latency', value => 'clusVolumeStatsIoLatencyRead_absolute', template => '%.2f',
|
{ label => 'read_latency', value => 'clusVolumeStatsIoLatencyRead_absolute', template => '%.2f',
|
||||||
@ -199,7 +198,6 @@ sub set_counters {
|
|||||||
},
|
},
|
||||||
{ label => 'write-latency', set => {
|
{ label => 'write-latency', set => {
|
||||||
key_values => [ { name => 'clusVolumeStatsIoLatencyWrite', diff => 1 }, { name => 'display' } ],
|
key_values => [ { name => 'clusVolumeStatsIoLatencyWrite', diff => 1 }, { name => 'display' } ],
|
||||||
per_second => 1,
|
|
||||||
output_template => 'Write Latency : %.2f ms', output_error_template => "Write Latency : %s",
|
output_template => 'Write Latency : %.2f ms', output_error_template => "Write Latency : %s",
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'write_latency', value => 'clusVolumeStatsIoLatencyWrite_absolute', template => '%.2f',
|
{ label => 'write_latency', value => 'clusVolumeStatsIoLatencyWrite_absolute', template => '%.2f',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user