mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
fix(mode): label typo for 'errors' mode
This commit is contained in:
parent
1c7f00f471
commit
db64612f78
@ -31,7 +31,7 @@ sub get_metrics_mapping {
|
|||||||
my $metrics_mapping = {
|
my $metrics_mapping = {
|
||||||
'errors' => {
|
'errors' => {
|
||||||
'output' => 'Errors',
|
'output' => 'Errors',
|
||||||
'label' => 'errors.count',
|
'label' => 'errors-count',
|
||||||
'nlabel' => 'redis.cache.errors.count',
|
'nlabel' => 'redis.cache.errors.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0'
|
'min' => '0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user