pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/logrider



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  7 08:49:28 UTC 2013

Added Files:
        pkgsrc/sysutils/logrider: DESCR MESSAGE Makefile PLIST distinfo
        pkgsrc/sysutils/logrider/patches: patch-logtail.sh

Log Message:
Import logrider-0.2 as sysutils/logrider, packaged for wip by Franck Lesage.

LogRider is my attempt to improve a popular LogCheck/LogSentry utility.
LogCheck uses egrep for periodically scanning system logs for specific
alert/hacking signatures based on set of static filters. LogRider is
rewritten from scratch with lot of important features added:
1. Strings caught by any filter are excluded from processing by next filters.
2. Actual filters are composed from the set of small sub-filters located
   in directories that name is given as filter name. Each subfilter
   contains messages generated by one service. You can easily put additional
   filters for checking additional services without modification of
   already existing program and configuration.
3. Configuration is separated from program and moved to standalone file.
   This means that LogRider may be easily adopted to new platform without
   modification of program core, and may be easily used for checking multiple
   logfiles by different filters.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/logrider/DESCR \
    pkgsrc/sysutils/logrider/MESSAGE pkgsrc/sysutils/logrider/Makefile \
    pkgsrc/sysutils/logrider/PLIST pkgsrc/sysutils/logrider/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/logrider/patches/patch-logtail.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index