Search found 4 matches

by fabric
Thu Oct 29, 2015 1:27 pm
Forum: Open Source Nagios Projects
Topic: SNMP data from IBM IMM
Replies: 8
Views: 12347

Re: SNMP data from IBM IMM

Thank you for the answer. I have some questions more (sorry for this but these are my first approaches to SNMP). 1. Some OIDs show a right data, for example the temperature thresholds, but other OIDs show a wrong data, for example the temperature OID shows 18° while the IMM shows 20°. Is it normal I...
by fabric
Thu Oct 29, 2015 3:27 am
Forum: Open Source Nagios Projects
Topic: SNMP data from IBM IMM
Replies: 8
Views: 12347

Re: SNMP data from IBM IMM

Here is the file
by fabric
Wed Oct 28, 2015 4:03 am
Forum: Open Source Nagios Projects
Topic: SNMP data from IBM IMM
Replies: 8
Views: 12347

Re: SNMP data from IBM IMM

What happens when you try and walk the device? snmpwalk -v 2c -c public IP_address -m all 1.3.6.1.4.1.2.3.51 I get IBM-SYSTEM-MIB::ibm.3.51 = No Such Object available on this agent at this OID if IP_address is the server IP. It seems that the OID is missing somewhere. On the Traps tab: Select Criti...
by fabric
Tue Oct 27, 2015 9:45 am
Forum: Open Source Nagios Projects
Topic: SNMP data from IBM IMM
Replies: 8
Views: 12347

SNMP data from IBM IMM

Hi everyone, I want to get the data displayed on the IBM IMM as temperature, voltage and so on via SNMP. For example I ran the following command: snmpget -O n -v 2c -c public IP_address .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1 where IP_address is the address of the IMM. I get Timeout: No response from Instea...