logs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Logs-devel] rdl update


From: Jim Prewett
Subject: [Logs-devel] rdl update
Date: Wed, 9 Aug 2006 00:21:37 -0600 (MDT)

Hi all,

Yesterday (Tuesday), I committed some stuff to rdl.lisp that will allow us 
to specify the names of the variables to bind based on a regexp match.  
(Unfortunately, this doesn't yet work for other types of matches).

The basic idea is one could do something like:

(rule matching "(\\w+) disk error on device (\\w+)"
      bind (HOST DISK)
      doing 
      (lambda (message)
        (format t "disk error on host: ~A disk: ~A~%"
                HOST DISK)))

Jim

James E. Prewett                    address@hidden address@hidden 
Systems Team Leader           LoGS: http://www.hpc.unm.edu/~download/LoGS/ 
Designated Security Officer         OpenPGP key: pub 1024D/31816D93    
HPC Systems Engineer III   UNM HPC  505.277.8210




reply via email to

[Prev in Thread] Current Thread [Next in Thread]