From 757a1fb4460546a27ef8a4162f425fc6b998afc8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste <16583698+jben94@users.noreply.github.com> Date: Fri, 5 Jul 2019 15:13:01 +0200 Subject: [PATCH] Perfdata: Value error Hi, An error has slipped into the definition of perfdata. Regards --- centreon-plugins/network/acmepacket/snmp/mode/realmusage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/network/acmepacket/snmp/mode/realmusage.pm b/centreon-plugins/network/acmepacket/snmp/mode/realmusage.pm index 4090c96e7..bcde8652d 100644 --- a/centreon-plugins/network/acmepacket/snmp/mode/realmusage.pm +++ b/centreon-plugins/network/acmepacket/snmp/mode/realmusage.pm @@ -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' }, ], }