From c69080f9fd322e9f132e7c8a673c59f07c1dc610 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 --- centreon-plugins/network/aruba/aoscx/snmp/mode/vsx.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/network/aruba/aoscx/snmp/mode/vsx.pm b/centreon-plugins/network/aruba/aoscx/snmp/mode/vsx.pm index e4f1451fd..297f4d0a1 100644 --- a/centreon-plugins/network/aruba/aoscx/snmp/mode/vsx.pm +++ b/centreon-plugins/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 }