From 86a09c52e239280dfadd817f89c7b3c870ba6949 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Tue, 25 Oct 2022 14:01:14 +0200 Subject: [PATCH] + fix wrong perfdata name (#4017) https://github.com/centreon/centreon-plugins/issues/4016 --- .../cloud/azure/network/expressroute/mode/traffic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/azure/network/expressroute/mode/traffic.pm b/centreon-plugins/cloud/azure/network/expressroute/mode/traffic.pm index 954d94e3c..d034c63eb 100644 --- a/centreon-plugins/cloud/azure/network/expressroute/mode/traffic.pm +++ b/centreon-plugins/cloud/azure/network/expressroute/mode/traffic.pm @@ -40,7 +40,7 @@ sub get_metrics_mapping { 'BitsOutPerSecond' => { 'output' => 'Traffic Out', 'label' => 'traffic-out', - 'nlabel' => 'azexpressroute.traffic.in.bitspersecond', + 'nlabel' => 'azexpressroute.traffic.out.bitspersecond', 'unit' => 'b/s', 'min' => '0', 'max' => ''