mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ fix wrong perfdata name (#4017)
https://github.com/centreon/centreon-plugins/issues/4016
This commit is contained in:
parent
78b9a62257
commit
86a09c52e2
@ -40,7 +40,7 @@ sub get_metrics_mapping {
|
|||||||
'BitsOutPerSecond' => {
|
'BitsOutPerSecond' => {
|
||||||
'output' => 'Traffic Out',
|
'output' => 'Traffic Out',
|
||||||
'label' => 'traffic-out',
|
'label' => 'traffic-out',
|
||||||
'nlabel' => 'azexpressroute.traffic.in.bitspersecond',
|
'nlabel' => 'azexpressroute.traffic.out.bitspersecond',
|
||||||
'unit' => 'b/s',
|
'unit' => 'b/s',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user