From e4115875e6e8849b4f8ba107d7567a18c905fba2 Mon Sep 17 00:00:00 2001 From: matoy Date: Tue, 1 Jun 2021 18:27:09 +0200 Subject: [PATCH] Update cloud/azure/database/redis/mode/operations.pm Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> --- cloud/azure/database/redis/mode/operations.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/azure/database/redis/mode/operations.pm b/cloud/azure/database/redis/mode/operations.pm index f8b12484e..6042256f1 100644 --- a/cloud/azure/database/redis/mode/operations.pm +++ b/cloud/azure/database/redis/mode/operations.pm @@ -34,8 +34,7 @@ sub get_metrics_mapping { 'label' => 'operations-per-second', 'nlabel' => 'redis.cache.operations.persecond', 'unit' => 'op/s', - 'min' => '0', - 'max' => '' + 'min' => '0' } };