From ff17d1e072313e03c548d2bfb6e5ae26bfb9b2be Mon Sep 17 00:00:00 2001 From: matoy Date: Tue, 8 Jun 2021 19:54:18 +0200 Subject: [PATCH] Update cloud/azure/storage/storagesync/mode/sessions.pm Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com> --- .../cloud/azure/storage/storagesync/mode/sessions.pm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/azure/storage/storagesync/mode/sessions.pm b/centreon-plugins/cloud/azure/storage/storagesync/mode/sessions.pm index fa483fd21..5866f6170 100644 --- a/centreon-plugins/cloud/azure/storage/storagesync/mode/sessions.pm +++ b/centreon-plugins/cloud/azure/storage/storagesync/mode/sessions.pm @@ -44,7 +44,15 @@ sub get_metrics_mapping { 'unit' => '', 'min' => '0', 'max' => '' - } + }, + 'storagesyncbatchtransferredfilebytes' => { + 'output' => 'Bytes synced', + 'label' => 'bytes-synced', + 'nlabel' => 'storage.storagesync.bytes.synced.bytes', + 'unit' => 'B', + 'min' => '0', + 'max' => '' + } }; return $metrics_mapping;