fix perfdata smartermail (#2301)

This commit is contained in:
qgarnier 2020-10-28 16:23:16 +01:00 committed by GitHub
parent 89a12b2bc4
commit b1f57b3f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ sub set_counters {
key_values => [ { name => 'messages' }, { name => 'display' } ],
output_template => 'messages: %d',
perfdatas => [
{ template => '%d', min => 0 }
{ template => '%d', min => 0, label_extra_instance => 1 }
]
}
}