Reputation: 4731
I am looking to set up monitoring for a project using SNMP in Java. I've been looking around and I have found some packages: JBossSNMPAdapter and SNMP4J-Agent. I am not sure what the difference is between these two.
Upvotes: 1
Views: 245
Reputation: 200206
SNMP4j-Agent doesn't support JMX by itself, it only helps implement the generic SNMP part of the job. There is an SNMP4j-Agent-JMX package, but it is not free. That may be the most important difference for you.
Upvotes: 1