We recently upgraded one of our MYSQL machines with an array that is 2.5TB.
After doing so OpenNMS stopped reporting information about our mysql data partition...
when I do a :
snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.2021.9
I get this in the /var/log/messages
Aug 3 16:44:11 mysql6 snmpd[8789]: Connection from UDP: [127.0.0.1]:47333
Aug 3 16:44:11 mysql6 snmpd[8789]: truncating signed value to 32 bits (10)
Aug 3 16:44:11 mysql6 snmpd[8789]: truncating signed value to 32 bits (10)
When I remove the partition from snmpd.conf it I got no notices... and the rest of the resource data is populated in OpenNMS.
From my googling it looks like a common problem but I couldn't find any solutions.
Anyone know of a work around?