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

MIB error leaves an intermediate node unnamed #18

Closed dnebeker closed 11 years ago

dnebeker commented 12 years ago

The MIB file contains this definition:

mysql ::= { enterprises 20267 200 }

This ends up defining the object:

iso.org.dod.internet.private.enterprises.(??).mySQL

Instead the line should be something like:

::= { enterprises mySQLRoot(20267) 200 }

to give a name to the intermediate node.

chronossc commented 11 years ago

Fix proposed by @dnebeker also need to be done to create a pysnmp-mib file to use mysql-snmp with python.