From 0ff461a917326e6358eead77b09e784f668a006c Mon Sep 17 00:00:00 2001 From: matoy Date: Tue, 1 Jun 2021 18:26:02 +0200 Subject: [PATCH] Update cloud/azure/database/redis/mode/cachethroughput.pm Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> --- cloud/azure/database/redis/mode/cachethroughput.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/azure/database/redis/mode/cachethroughput.pm b/cloud/azure/database/redis/mode/cachethroughput.pm index 61d886573..4d8b699c4 100644 --- a/cloud/azure/database/redis/mode/cachethroughput.pm +++ b/cloud/azure/database/redis/mode/cachethroughput.pm @@ -41,8 +41,7 @@ sub get_metrics_mapping { 'label' => 'cache-read-throughput', 'nlabel' => 'redis.cache.read.throughput.bytespersecond', 'unit' => 'B/s', - 'min' => '0', - 'max' => '' + 'min' => '0' } };