Environment: jboss-4.0.1sp1 According the the JBoss 4.0 Official Guide, the snmp-adaptor service "can be used to intercept JMX notifications emitted by MBeans, convert them to traps, and send them to SNMP managers."
In the snmp-adaptor's notifications.xml file, there are a couple of notification types defined: heartbeat, coldstart, and jmx.change.attribute On the JMX side, I'm going through Sun's tutorial at http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/tutorialTOC.html Is it reasonable to assume that if I make a MBean based on this tutorial's instructions on sending notifications, that I can simply add a new notification-type to notifications.xml? What notification-type do I use for a Timer MBean? I've read through the Wiki and the section about the SNMP adaptor and have SNMP traps being sent to my SNMP manager, so I was just wondering if anyone can direct me on having my own notification-type defined so that its notifications are trapped by the snmp-adaptor. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878260#3878260 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878260 ------------------------------------------------------- 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
