If there is any problem with the SNMP Wizard in the console, we will have to know which OID the device has and what data these OID are reporting.
To know this data it would be necessary to execute the command snmpget
or snmpwalk
in the Pandora FMS server pointing to the device to obtain all the OID or to launch the query using the specific OID.
Examples of commands (for version 1):
SNMPWALK:
snmpwalk -v1 -c public 10.10.10.224 snmpwalk -v1 -c public 10.10.10.224 1.3.6.1.2.1.43.5.1.1.1.1.1.1.1.0
SNMPGET:
snmpget -v1 -c public 10.10.10.224 snmpget -v1 -c public 10.10.10.224 1.3.6.1.1.2.1.43.5.5.1.1.1.1.1.1.1.0