From d3201f4c11c23beb793009b38615eeddb77fa5fc Mon Sep 17 00:00:00 2001 From: qgarnier Date: Fri, 21 Jul 2017 15:39:35 +0200 Subject: [PATCH] fix threshold name --- network/nokia/timos/snmp/mode/ldpusage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nokia/timos/snmp/mode/ldpusage.pm b/network/nokia/timos/snmp/mode/ldpusage.pm index ddb848752..bd32e0032 100644 --- a/network/nokia/timos/snmp/mode/ldpusage.pm +++ b/network/nokia/timos/snmp/mode/ldpusage.pm @@ -97,7 +97,7 @@ sub set_counters { key_values => [ { name => 'ipv4_active_link_adj' }, { name => 'display' } ], output_template => 'IPv4 Active Link Adjacencies : %s', perfdatas => [ - { label => 'ipv4_active_target_adj', value => 'ipv4_active_link_adj_absolute', template => '%s', + { label => 'ipv4_active_link_adj', value => 'ipv4_active_link_adj_absolute', template => '%s', min => 0, label_extra_instance => 1, instance_use => 'display_absolute' }, ], }