+ fix wrong perfdata name (#4017)

https://github.com/centreon/centreon-plugins/issues/4016
This commit is contained in:
Simon Bomm 2022-10-25 14:01:14 +02:00 committed by GitHub
parent 78b9a62257
commit 86a09c52e2

View File

@ -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' => ''