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:
parent
25cfc658d6
commit
9325889f88
|
@ -34,8 +34,7 @@ sub get_metrics_mapping {
|
|||
'label' => 'cache-hits',
|
||||
'nlabel' => 'redis.cache.hits.count',
|
||||
'unit' => '',
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
'min' => '0'
|
||||
},
|
||||
'cachemisses' => {
|
||||
'output' => 'Cache Misses',
|
||||
|
|
Loading…
Reference in New Issue