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',
|
'label' => 'cache-hits',
|
||||||
'nlabel' => 'redis.cache.hits.count',
|
'nlabel' => 'redis.cache.hits.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0'
|
||||||
'max' => ''
|
|
||||||
},
|
},
|
||||||
'cachemisses' => {
|
'cachemisses' => {
|
||||||
'output' => 'Cache Misses',
|
'output' => 'Cache Misses',
|
||||||
|
|
Loading…
Reference in New Issue