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