Perfdata: Value error

Hi,
An error has slipped into the definition of perfdata.
Regards
This commit is contained in:
Jean-Baptiste 2019-07-05 15:13:01 +02:00 committed by GitHub
parent 90ebe639a2
commit 757a1fb446

View File

@ -101,7 +101,7 @@ sub set_counters {
key_values => [ { name => 'apSigRealmStatsTotalMajorRFactorExceeded', diff => 1 }, { name => 'display' } ],
output_template => 'Total Rfactor Exceeded : %s',
perfdatas => [
{ label => 'total_rfactor', value => 'apSigRealmStatsTotalMajorRFactorExceededabsolute', template => '%s',
{ label => 'total_rfactor', value => 'apSigRealmStatsTotalMajorRFactorExceeded_absolute', template => '%s',
min => 0, label_extra_instance => 1, instance_use => 'display_absolute' },
],
}