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

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

View File

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