[JBoss-user] [Management, JMX/JBoss] - Re: Using SNMP to manage my MBeans

2004-02-26 Thread andd
Hi, I've (and another collegue) have contributed the snmp adaptor. The trapd is more like a debugging aid - it logs traps. The SnmpAgent driven by configuration files maps Notification to SNMP traps and can be used for monitoring. We have used it to develop simple/custom MIBs and monitor things

[JBoss-user] [Connectors and JCA/JBoss] - Re: JCA RA for Network Management Protocols

2004-02-26 Thread andd
Bit to late for a reply! We've created an extensible JCA adapter that accepts JMX plugins for different underlying protocols, like SNMP, telnet, http, shell scripts, etc. Those plugins, in turn, can be either hand coded, or there is a GUI and a template based code generator that helps you custo

[JBoss-user] [Management, JMX/JBoss] - Re: SnmpAgent startup sequence

2004-02-25 Thread andd
Currently SnmpAgent subscribes/unsubscribes for notifications during start()/stop() and it requires that the target mbeans are present. The closest you can get is start SnmpAgent first and use a "depends" clause in his mbean descriptor, so that it starts immediatelly after the target mbeans. Thi

[JBoss-user] [Management, JMX/JBoss] - SnmpAgent startup sequence

2004-02-25 Thread andd
(I moved this here from the Developer's list, Dimitris Andreadis) When SnmpAgent is loaded in JBoss it read 3 files (managers.xml, notifications.xml and mbeans.xml). However, at that moment our application services haven't been loaded by JBoss yet. As a result, I cannot specify these services in