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

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-01 18:27:47 +02:00 committed by GitHub
parent 5b6c63d7fe
commit c84c2ccd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sub get_metrics_mapping {
'serverload' => {
'output' => 'Server Load',
'label' => 'server-load-percentage',
'nlabel' => 'redis.cache.server-load',
'nlabel' => 'redis.cache.server.load.percentage',
'unit' => '%',
'min' => '0',
'max' => '100'