Big thank you to both you and Risto it is working.  


On Fri, 2010-10-01 at 12:47 -0400, John P. Rouillard wrote:

>   type = pair
>   desc = match starting line and extract elements
>   ptype = regexp
>   pattern = dhcpd: DHCPDISCOVER from \S+ via \S+ network (\S+) no free leases
>   context = ! network_$1
>   rem = action when event A arrives
>   action = create 120 context_$1
> 
>   desc2 = match event on same network but for different ethernet address
>   ptype2 = substr
>   pattern2 = dhcpd: DHCPDISCOVER from (\S+) via \S+ network $1 no free leases
>   rem = action when event B arrives within window
>   action2 = ....
>   window = 120

-- 
Mike Rykowski
NU-IT Telecommunications and Network Services


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to