I’m trying to get some data from an IBM server, for example the temperature using the OID .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1
If I run the command:
snmpget -O n -v 2c -c public IP .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1
I get the answer:
no such object available on this agent at this oid
I also used the plugin check_snmp_ibm_imm with this command
./check_snmp_ibm_imm.sh -H IP -C public -T health
but I get
Timeout: No response from IP
I read that I need the MIB file of my server, then I installed the IBM System Director on the server so that I found some MIB files in the C:\Program Files (x86)\IBM\Director\proddata\snmp\uim directory. How do I use then these MIB files? I have already put them in the directory /usr/share/snmp/mibs of my monitoring server.
Thank you very much