Update cloud/azure/database/redis/mode/cachehits.pm

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-01 18:25:04 +02:00 committed by GitHub
parent 0777c832c7
commit 53d5debccf
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ sub get_metrics_mapping {
'label' => 'cache-misses',
'nlabel' => 'redis.cache.misses.count',
'unit' => '',
'min' => '0',
'max' => ''
'min' => '0'
}
};