[DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread Viet Nguyen
Hi All, There was a recent discussion on whether the monitoring plugin should use JMX or MEJB to fetch Geronimo's statistics. Since we want to be able to monitor any type of Geronimo server, including little-G, it is not preferred that we have to pull in OpenEJB in order to monitor that server.

Re: [DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread Matt Hogstrom
I was recently talking to a user that was really interested in the modular framework of the server. They really liked the idea of jettisoning the EJB container and were also really interested in monitoring the server. For those folks I'd suspect that JMX is the right answer. Personally,

Re: [DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread David Jencks
On Jan 2, 2008, at 12:54 PM, Viet Nguyen wrote: Hi All, There was a recent discussion on whether the monitoring plugin should use JMX or MEJB to fetch Geronimo's statistics. Since we want to be able to monitor any type of Geronimo server, including little-G, it is not preferred that we have

Re: [DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread Anita Kulshreshtha
--- David Jencks [EMAIL PROTECTED] wrote: On Jan 2, 2008, at 12:54 PM, Viet Nguyen wrote: Hi All, There was a recent discussion on whether the monitoring plugin should use JMX or MEJB to fetch Geronimo's statistics. Since we want to be able to monitor any type of Geronimo server,

Re: [DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread Jarek Gawor
I agree. I think Jeff mentioned this first, for the monitoring client to support different connectors for getting the stats. So we would have one connector that talks JMX, another one that uses MEJB, etc. Jarek On Jan 2, 2008 4:17 PM, Matt Hogstrom [EMAIL PROTECTED] wrote: I was recently

Re: [DISCUSS] Monitoring Plugin to get stats through JMX or MEJB

2008-01-02 Thread Alan D. Cabrera
On Jan 2, 2008, at 12:54 PM, Viet Nguyen wrote: Hi All, There was a recent discussion on whether the monitoring plugin should use JMX or MEJB to fetch Geronimo's statistics. Since we want to be able to monitor any type of Geronimo server, including little-G, it is not preferred that we have