mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix(azure/compute): mode disk - fixing missing unit causing error in output (#3379)
This commit is contained in:
parent
e40d869bf4
commit
dc9246135e
@ -49,6 +49,7 @@ sub get_metrics_mapping {
|
|||||||
'output' => 'Disk Read Operationss/sec',
|
'output' => 'Disk Read Operationss/sec',
|
||||||
'label' => 'disk-read-ops-persec',
|
'label' => 'disk-read-ops-persec',
|
||||||
'nlabel' => 'disk.write.ops.persec',
|
'nlabel' => 'disk.write.ops.persec',
|
||||||
|
'unit' => 'B/s',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
},
|
},
|
||||||
@ -56,6 +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',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user