users@glassfish.java.net

Re: Alert monitoring

From: Siraj Ghaffar <Siraj.Ghaffar_at_Sun.COM>
Date: Thu, 22 Mar 2007 13:48:55 -0400

Peter Fabian wrote:

> glassfish_at_javadesktop.org wrote:
>
>> Hi, I would like to know if it is possible to have or to create alert
>> in Glassfish;
>> For example ,I would like to have an alert when there is a loss of DB
>> connection, loss of JMS queue connection, when ejb is down , or when
>> application server is down
>> Thanks for your help
>> [Message sent by forum member 'gregauv' (gregauv)]
>>
>
> Im not an authoritative source but Id take a look at Management Rules .
>
> https://glassfish.dev.java.net/javaee5/selfmanagement/selfmanagementhome.html
>
> http://blogs.sun.com/technical/entry/self_management_rules
> http://weblogs.java.net/blog/sankara/archive/2006/02/self_management.html
> P
>
Alerts mechanism is not 'directly' built into the appserver. Management
rules would be the indirect way of doing alerts.

Thanks