mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enh(mode): metrics nlabel adjustments
This commit is contained in:
parent
46af4756fe
commit
ef6002e642
@ -32,7 +32,7 @@ sub get_metrics_mapping {
|
|||||||
'diskqueuelength' => {
|
'diskqueuelength' => {
|
||||||
'output' => 'Disk Queue Length',
|
'output' => 'Disk Queue Length',
|
||||||
'label' => 'disk-queue-length',
|
'label' => 'disk-queue-length',
|
||||||
'nlabel' => 'appserviceplan.disk.queue.length',
|
'nlabel' => 'appserviceplan.disk.queue.length.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'template' => '%d'
|
'template' => '%d'
|
||||||
@ -40,7 +40,7 @@ sub get_metrics_mapping {
|
|||||||
'httpqueuelength' => {
|
'httpqueuelength' => {
|
||||||
'output' => 'Http Queue Length',
|
'output' => 'Http Queue Length',
|
||||||
'label' => 'http-queue-length',
|
'label' => 'http-queue-length',
|
||||||
'nlabel' => 'appserviceplan.http.queue.length',
|
'nlabel' => 'appserviceplan.http.queue.length.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'template' => '%d'
|
'template' => '%d'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user