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