From 2b0174ed910e72ba8069498fd8b578fc19ba7485 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 28 Jan 2021 10:33:05 +0100 Subject: [PATCH] fix aruba aoscx counters --- network/aruba/aoscx/snmp/mode/vsx.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/aruba/aoscx/snmp/mode/vsx.pm b/network/aruba/aoscx/snmp/mode/vsx.pm index e4f1451fd..297f4d0a1 100644 --- a/network/aruba/aoscx/snmp/mode/vsx.pm +++ b/network/aruba/aoscx/snmp/mode/vsx.pm @@ -132,7 +132,7 @@ sub set_counters { } }, { label => 'isl-packets-out', nlabel => 'vsx.isl.packets.out.count', set => { - key_values => [ { name => 'isl_packets_in', diff => 1 } ], + key_values => [ { name => 'isl_packets_out', diff => 1 } ], output_template => 'packets out: %s', perfdatas => [ { template => '%s', min => 0 } @@ -162,7 +162,7 @@ sub set_counters { } }, { label => 'keepalive-packets-out', nlabel => 'vsx.keepalive.packets.out.count', set => { - key_values => [ { name => 'keepalive_packets_in', diff => 1 } ], + key_values => [ { name => 'keepalive_packets_out', diff => 1 } ], output_template => 'packets out: %s', perfdatas => [ { template => '%s', min => 0 }