+ fix perfdata uninitialized value

Closes https://github.com/centreon/centreon-plugins/issues/1494
This commit is contained in:
Simon Bomm 2019-05-06 11:16:46 +02:00 committed by GitHub
parent 29e216735d
commit e8be97b57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ sub set_counters {
output_template => 'Backend busy: %.2f/s', output_error_template => "Backend busy: %s",
per_second => 1,
perfdatas => [
{ label => 'backend_miss', value => 'backend_miss_per_second', template => '%.2f',
{ label => 'backend_busy', value => 'backend_busy_per_second', template => '%.2f',
min => 0 },
],
}