mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
fix threshold name
This commit is contained in:
parent
87b1b315be
commit
3a54831bd4
@ -97,7 +97,7 @@ sub set_counters {
|
|||||||
key_values => [ { name => 'ipv4_active_link_adj' }, { name => 'display' } ],
|
key_values => [ { name => 'ipv4_active_link_adj' }, { name => 'display' } ],
|
||||||
output_template => 'IPv4 Active Link Adjacencies : %s',
|
output_template => 'IPv4 Active Link Adjacencies : %s',
|
||||||
perfdatas => [
|
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' },
|
min => 0, label_extra_instance => 1, instance_use => 'display_absolute' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user