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 273 forks source link

network::cisco::wlc::snmp::plugin on Cisco WLC 9800 #5001

Open Gomoryong opened 4 months ago

Gomoryong commented 4 months ago

Hello, In a production environment i want to use the centreon plugin network::cisco::wlc::snmp::plugin to supervise Cisco WLC 9800 controler

For exemple this works : /usr/lib/centreon/plugins/centreon_cisco_wlc.pl --plugin=network::cisco::wlc::snmp::plugin --mode=ap-users --hostname= --snmp-version='2c' --snmp-community=''

But not working for Cpu or Ram : /usr/lib/centreon/plugins/centreon_cisco_wlc.pl --plugin=network::cisco::wlc::snmp::plugin --mode=memory --hostname= --snmp-version='2c' --snmp-community='' UNKNOWN: SNMP GET Request: Cant get a single value.

Centreon-plugin version : Package: centreon-plugin-network-cisco-wlc-snmp Version: 20240311-1~bullseye

Thanks for your help

Regards,

lucie-dubrunfaut commented 1 month ago

Hello :)

Can't get a single value means that the plugin didn't find the OID needed to display the result. In your case maybe your equipment model is perhaps not managed by the current plugin. Can you provide us a MIB of your equipment and an anonymized .snmpwalk (full snmpwalk of enterprise branch : snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) of your equipment to help us troubleshooting this issue ?