Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SNMP in Java, specifically to be JMX adapter

Tags:

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!

like image 640
Ben Avatar asked Nov 11 '09 10:11

Ben


1 Answers

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

like image 121
Suraj Chandran Avatar answered Oct 03 '22 01:10

Suraj Chandran