Again, the snmp-adaptor (jmx notification -> snmp traps) is described here (you won't find any better document):
http://www.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter The 'all' configuration of jboss has the snmp-adaptor deployed in server/all/deploy/snmp-adaptor. If you want to see the implementation, download the jboss source code and looks into: varia/src/main/org/jboss/jmx/adaptor/snmp/... There is no other snmp usage in jboss, except for an snmp trap appender for log4j. The point here is that you need to understand about JBoss, otherwise nothing will make sense for you. If you just want to use the joeSNMP package, download the source code from sourceforge and experiment. In the older versions of joensmp (v0.2.6) there were a couple of examples that you may want to look at, but as far as I know there is no other documentation, you'll need to look at the code (which not very complicated actually). Supporting snmp has never being a priority in JBoss, but you can always contact [EMAIL PROTECTED] and ask for more info. If you want simple trap-based integration, then you'll be ok, must if you want a full-fledged snmp agent, this is not possible out of the box, it needs development. I know of at least one telecom company that uses the adapter as a base to create their snmp agent, but they are quite knowledge in SNMP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878098#3878098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878098 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
