vote up 0 vote down star
1

I understand that JVMs can be managed using SNMP and JVMs come with support for JVM-MANAGEMENT-MIB.

Is there a way to program/extend the SNMP AGENT functionality which is associated with a JVM?

Is there a way to add support for any other proprietary/standard MIBs to the SNMP Agent on JVM, so that I can allow my applications running on the JVM to be monitered by external management applications with out making use of a third-party SNMP Agent library?

flag

63% accept rate

1 Answer

vote up 3 vote down check

According to http://blogs.sun.com/jmxetc/entry/what_is_the_jvm_snmp, “The built-in SNMP agent of the JVM is not extensible.” It looks to me like you would have to use something like SNMP4J or Sun’s Java™ Dynamic Management Kit.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.