fix threshold name

This commit is contained in:
qgarnier 2017-07-21 15:39:35 +02:00
parent 47f39ff9b9
commit d3201f4c11
1 changed files with 1 additions and 1 deletions

View File

@ -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' },
],
}