mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
fix aruba aoscx counters
This commit is contained in:
parent
fe35835cc9
commit
c69080f9fd
@ -132,7 +132,7 @@ sub set_counters {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'isl-packets-out', nlabel => 'vsx.isl.packets.out.count', set => {
|
{ 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',
|
output_template => 'packets out: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ template => '%s', min => 0 }
|
{ template => '%s', min => 0 }
|
||||||
@ -162,7 +162,7 @@ sub set_counters {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'keepalive-packets-out', nlabel => 'vsx.keepalive.packets.out.count', set => {
|
{ 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',
|
output_template => 'packets out: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ template => '%s', min => 0 }
|
{ template => '%s', min => 0 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user