fix(plugin) correct previous typoed fix -_-
This commit is contained in:
parent
535f08a741
commit
9d8fa0a4db
|
@ -205,7 +205,7 @@ sub set_counters {
|
|||
|
||||
foreach my $monitor (('bgp', 'config', 'ike', 'interface', 'port', 'path', 'reachability', 'service')) {
|
||||
foreach my $status (('up', 'down', 'disabled')) {
|
||||
push @{$self->{maps_counters}->{'devices_' . $monitor . '_health'}}, {
|
||||
push @{$self->{maps_counters}->{'device_' . $monitor . '_health'}}, {
|
||||
label => $monitor . '-health-' . $status, nlabel => 'health.' . $status . '.count',
|
||||
set => {
|
||||
key_values => [ { name => $status }, { name => 'display' } ],
|
||||
|
|
Loading…
Reference in New Issue