masterzen / mysql-snmp

Net-SNMP perl agent for monitoring MySQL servers
http://www.masterzen.fr/software-contributions/mysql-snmp-monitor-mysql-with-snmp/
GNU General Public License v2.0
67 stars 33 forks source link

does not work on 64Bit machines :( #2

Closed gmueller2000 closed 14 years ago

gmueller2000 commented 14 years ago

I am always getting:

2010-02-10 18:03:57,369 WARN [DefaultUDPTransportMapping_127.0.0.1/0] SnmpNodeCollector: genErr collecting data for node 192.168.1.1: Received genErr reqeusting oid .1.3.6.1.4.1.20267.200.1.1. Marking column is finished.

masterzen commented 14 years ago

It definitely works on 64 bits machines (which is what I'm using). Please check that:

Things that are relevant to 64 bits problems are the snmp version on the host on which mysql-snmp is running. Make sure to use a version > 5.4.2.1.

Give me more details (including what gives snmpwalk, and the various versions of snmp and/or opennms) to help you find the issue.

gmueller2000 commented 14 years ago

5.4.2.1. was my problem thank you

gerd

masterzen commented 14 years ago

re-open if you have any other issues