Re: [Simple-evcorr-users] Delete all coantext without SIGHUP or restart the rule

2010-06-17 Thread John P. Rouillard
In message <000301cb0e2e$7a76c680$6f6453...@com>, "Carlos Barrios Vicente" writes: >I have a rule in sec that creates context with a part of the pattern in the >name of the context. I use this expression: > >action= create arrancado_$1 > >I want to delete all de contexts of this rule once a day.

Re: [Simple-evcorr-users] Delete all coantext without SIGHUP or restart the rule

2010-06-17 Thread Risto Vaarandi
hi Carlos, are you using these contexts for storing data, or only as names? If they are used only as names, you can take advantage of the 'alias' action for creating many names for a single context, and the call 'delete' for this context once a day that drops all names. This scheme as one advant

[Simple-evcorr-users] Delete all coantext without SIGHUP or restart the rule

2010-06-17 Thread Carlos Barrios Vicente
Hello, I have a rule in sec that creates context with a part of the pattern in the name of the context. I use this expression: action= create arrancado_$1 I want to delete all de contexts of this rule once a day. I need something like Action= delete * (or arrancado_*) If I do a SIGHUP or I res