|
From: Leif M. <le...@ta...> - 2010-04-19 17:51:18
|
Sumanth, These features have been under development and we were able to get them completed today. They still need more testing but will be released in our 3.5.0 release in the middle of May. 1) It is now possible to specify a list of Actions for filters on the JVM output. The following example will fire a user event, perform a thread dump, and then restart the JVM: wrapper.filter.trigger.1=java.lang.OutOfMemoryError wrapper.filter.action.1=USER_1, DUMP, RESTART 2) It is now possible to define multiple customer user events which are triggered by the above actions. These events work like any other Wrapper event and can be used to send emails or execute external system commands. http://wrapper.tanukisoftware.org/doc/english/props-event.html For example: wrapper.event.user_1.email=TRUE The ability to chain events is available in all Wrapper Editions, including the Community Edition, but the customer user events are a Professional Edition feature. Cheers, Leif On Mon, Apr 19, 2010 at 1:06 PM, Christian <chr...@ta...> wrote: > Sumanth, > > Thank you for your suggestion. > > We actually have this already put into our ToDo List. > > I have upped your request and will try to implement this in the 3.5.0 > release of the wrapper. > Another feature will be that you will be able to chain more actions if a > certain event occurred. > > > Best Regards, > Christian > > On Fri, 2010-04-16 at 14:01 -0400, Sridhar, Sumanth wrote: >> Since there is already a facility for the wrapper to send out emails, >> it would be nice if the wrapper can be configured to look for >> particular keywords in the application log file, and send email alerts >> for the occurrence of these keywords. >> >> I know it would get much more complex than this, but a simple feature >> should be good to start with. >> >> Regards, >> >> Sumanth Sridhar |