Bug #41912 mismatch of contents of SNMP Trap from MEM and definition in MONITOR.MIB
Submitted: 7 Jan 2009 6:48 Modified: 29 Jan 2009 11:40
Reporter: Ryusuke Kajiyama Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Server Severity:S3 (Non-critical)
Version:2.0.1.7125-linux-x86_64 OS:Linux
Assigned to: Sloan Childers CPU Architecture:Any

[7 Jan 2009 6:48] Ryusuke Kajiyama
Description:
1. mismatch of OID

 Trap         OID in MONITOR.MIB              OID from MEM
 ----------------------------------------------------------------
 advisor      .1.3.6.1.4.1.24993.0.0   .1.3.6.1.4.1.24993.2.0.1
 exception    .1.3.6.1.4.1.24993.0.1   .1.3.6.1.4.1.24993.2.0.3
 status       .1.3.6.1.4.1.24993.0.2   .1.3.6.1.4.1.24993.2.0.2

2. mismatch of OBJECT type

MONITOR.MIB : OBJECT IDENTIFIRE
test Trap : OCTET STRING

3 mismatch of variable name of advisor trap

In MONITOR.MIB, there is variable of advisor trap named "myCopyright".
However in the definition, there is "myRuleCopyright" instead of "myCopyright".

How to repeat:
n/a

Suggested fix:
Please refer attached file.
[13 Jan 2009 3:16] Sloan Childers
pushed fix tobzr+ssh://schilders@repoman.mysql.com/bzrroot/etools/branches/2.0
[22 Jan 2009 2:15] Bill Weber
verified fixed in build 2.0.3.7134
[29 Jan 2009 11:40] Tony Bedford
An entry was added to the 2.0.3 changelog:

There was a mismatch between the contents of an SNMP Trap from MySQL Enterprise Monitor and the definition given in the file MONITOR.MIB.