[lwatch-cvs] files/src lwatch.conf,1.5,1.6
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-13 00:28:26
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv32742
Modified Files:
lwatch.conf
Log Message:
More customized configuration file.
Index: lwatch.conf
===================================================================
RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lwatch.conf 1 Jul 2002 15:53:31 -0000 1.5
--- lwatch.conf 13 Jul 2002 00:28:23 -0000 1.6
***************
*** 53,58 ****
/borys\.lan/ ignore # don't mess with this zone
! /connect/ highlight=green # highlight only connect on green
! /disconnect/ highlight=red # highlight only disconnect on red
//USR/SBIN/CRON/ { # cron's messages are not important
--- 53,65 ----
/borys\.lan/ ignore # don't mess with this zone
! /disconnect\w*/ highlight=red # highlight only disconnect on red
! /connect\w*/ highlight=green # highlight only connect on green
!
! /reject\w*/ highlight=red
! /accept\w*/ highlight=green
! /success\w*/ highlight=green
! /sent/ highlight=green
!
! /deferred/ highlight=yellow
//USR/SBIN/CRON/ { # cron's messages are not important
|