SNMP in Java, specifically to be JMX adapter.
        Posted  
        
            by Ben
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ben
        
        
        
        Published on 2009-11-11T10:02:08Z
        Indexed on 
            2010/05/11
            4:04 UTC
        
        
        Read the original article
        Hit count: 288
        
Hi,
I have a few JAVA application that I monitor using JMX.
I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are exposed in JMX, through SNMP.
I have no problem writing the client if I just figure out how to write SNMP clients in JAVA. Is there a free SNMP library for JAVA that I can use? Is there a good free SNMP adapter for JMX? (Tried "WebNMS SNMP Adapter for JMX" trial unsuccessfully)
Thank you!
© Stack Overflow or respective owner