From 160fec4d149582aaad767b4c873b80b5994fb421 Mon Sep 17 00:00:00 2001 From: matoy Date: Tue, 1 Jun 2021 18:25:04 +0200 Subject: [PATCH] Update cloud/azure/database/redis/mode/cachehits.pm Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> --- cloud/azure/database/redis/mode/cachehits.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/azure/database/redis/mode/cachehits.pm b/cloud/azure/database/redis/mode/cachehits.pm index 3cd279cee..07d28e9ad 100644 --- a/cloud/azure/database/redis/mode/cachehits.pm +++ b/cloud/azure/database/redis/mode/cachehits.pm @@ -41,8 +41,7 @@ sub get_metrics_mapping { 'label' => 'cache-misses', 'nlabel' => 'redis.cache.misses.count', 'unit' => '', - 'min' => '0', - 'max' => '' + 'min' => '0' } };