开发者

SNMP in Java, specifically to be JMX adapter

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 f开发者_开发技巧or JAVA that I can use? Is there a good free SNMP adapter for JMX? (Tried "WebNMS SNMP Adapter for JMX" trial unsuccessfully)

Thank you!


SNMP4J is an opensoure API for SNMP in Java. You can try that. As far as SNMP adapter for JMX is concerned, why does WebNMS not work. Did you checkout JBossSNMPAdapter


Old stuff.

SNMP monitoring is built-in on Java 6.

SNMP Monitoring and Management


You also can try SNAMP software (open source as well). It acts as a software protocol bridge between JMX and SNMP.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜