mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +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' => ''
|
||||
},
|
||||
'Composite Disk Read Operations/sec' => {
|
||||
'output' => 'Disk Read Operationss/sec',
|
||||
'output' => 'Disk Read Operations/sec',
|
||||
'label' => 'disk-read-ops-persec',
|
||||
'nlabel' => 'disk.write.ops.persec',
|
||||
'unit' => 'B/s',
|
||||
'unit' => '',
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
},
|
||||
@ -57,7 +57,7 @@ sub get_metrics_mapping {
|
||||
'output' => 'Disk Write Operations/sec',
|
||||
'label' => 'disk-write-ops-persec',
|
||||
'nlabel' => 'disk.write.ops.persec',
|
||||
'unit' => 'B/s',
|
||||
'unit' => '',
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user