centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

Plugin to monitor Aruba Instant On Switch 1930 #4249

Open NTIC94130 opened 1 year ago

NTIC94130 commented 1 year ago

Hi, I am lookink to monitor Aruba Instant On Switch 1930 via SNMP. I tried with the HPE Procurve, Aruba Standard and Aruba OS-CX without success. Is there another plugin that could help ?

Regards

CLI command :

Cpu : /usr/lib/centreon/plugins//centreon_hp_procurve.pl --plugin=network::hp::procurve::snmp::plugin --mode=cpu --hostname=172.26.35.251 --snmp-version='2c' --snmp-community='public' --warning='90' --critical='95' --verbose

Memory : /usr/lib/centreon/plugins//centreon_aruba.pl --plugin=network::aruba::standard::snmp::plugin --mode=memory --hostname=172.26.35.251 --snmp-version='2c' --snmp-community='public' --warning-usage='80' --critical-usage='90' --verbose

All others probes working with HP Procurve, HP Standard and Auba Standard

aruba_instant_on_1930.zip ARUBA_INSTANT_ON_1930_02032023

NTIC94130 commented 1 year ago

1930_MIBs_2.7.0.103.zip

garnier-quentin commented 1 year ago

There is an OID for cpu: rlCpuUtilDuringLast5Minutes (.1.3.6.1.4.1.11.2.1.9.0 = INTEGER: 1). I also find hardware stuff (fan and powersupply).

I don't know on which plugin i should add that monitoring.

lucie-dubrunfaut commented 2 months ago

Hello :)

This issue around the Aruba switch 1930 and 2530 had been report in several topics (Github here and TheWatch here). In order to propose a solution which also seems to correspond to the problem encountered here, can you provide us an .snmpwalk anonymized (full snmpwalk of enterprise branch :snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) to help us with troubleshooting this issue (the compressed one in the first post is empty)? Thank you for your understanding. :)

NTIC94130 commented 2 months ago

Hello,

Sorry but we are not using anymore this kind of switch du to many problems for the configuration of the vlan with voip phone. But i found the snmpwalk that i did at this time and compress it in a good way. aruba_instant_on_1930.zip

lucie-dubrunfaut commented 2 months ago

Ok I understand :) Thank you for the file and I'll continue to investigate around this issue.