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 }