mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
(plugin) cloud::azure::compute::disk - fixing wrong type of unit (#3380)
This commit is contained in:
parent
ada1b33ee0
commit
4e8a598890
@ -46,10 +46,10 @@ sub get_metrics_mapping {
|
|||||||
'max' => ''
|
'max' => ''
|
||||||
},
|
},
|
||||||
'Composite Disk Read Operations/sec' => {
|
'Composite Disk Read Operations/sec' => {
|
||||||
'output' => 'Disk Read Operationss/sec',
|
'output' => 'Disk Read Operations/sec',
|
||||||
'label' => 'disk-read-ops-persec',
|
'label' => 'disk-read-ops-persec',
|
||||||
'nlabel' => 'disk.write.ops.persec',
|
'nlabel' => 'disk.write.ops.persec',
|
||||||
'unit' => 'B/s',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
},
|
},
|
||||||
@ -57,7 +57,7 @@ sub get_metrics_mapping {
|
|||||||
'output' => 'Disk Write Operations/sec',
|
'output' => 'Disk Write Operations/sec',
|
||||||
'label' => 'disk-write-ops-persec',
|
'label' => 'disk-write-ops-persec',
|
||||||
'nlabel' => 'disk.write.ops.persec',
|
'nlabel' => 'disk.write.ops.persec',
|
||||||
'unit' => 'B/s',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user