Update cloud/azure/database/redis/mode/cachethroughput.pm
Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
This commit is contained in:
parent
aba4b52772
commit
68ac59d0c8
|
@ -34,8 +34,7 @@ sub get_metrics_mapping {
|
||||||
'label' => 'cache-write-throughput',
|
'label' => 'cache-write-throughput',
|
||||||
'nlabel' => 'redis.cache.write.throughput.bytespersecond',
|
'nlabel' => 'redis.cache.write.throughput.bytespersecond',
|
||||||
'unit' => 'B/s',
|
'unit' => 'B/s',
|
||||||
'min' => '0',
|
'min' => '0'
|
||||||
'max' => ''
|
|
||||||
},
|
},
|
||||||
'cacheread' => {
|
'cacheread' => {
|
||||||
'output' => 'Cache Read Throughput',
|
'output' => 'Cache Read Throughput',
|
||||||
|
|
Loading…
Reference in New Issue