Git Repository Public Repository

logcheck

URLs

Copy to Clipboard
 
9da9af1d380e5c5ecdee1fa251a7721263513cf8
1
2
3
4
5
6
7
8
9
10
11
# ignore entries that match, match is when part of whitelisted string is in actual parsed line of logfile
#
# examples:
# "this entry" 
# would match to lines containing "this entry", but not to lines containing "this is an entry"
# to match this you will need regular expressions like
# "this(.)*entry"
# this matches to both examples...
# BE CAREFIL WHEN USING REGEX, OFTEN YOU MAY COVER MORE THAN EXPECTED!!
# in normal textlines without regex you will need to mask characters like \ or .
#

Commits for logcheck//logcheck.whitelist

Diff revisions: vs.
Revision Author Commited Message
9da9af ... pstimpel picture pstimpel Fri 13 Mar, 2015 11:25:24 +0000

moving from Google Code

git-svn-id: https://xp-dev.com/svn/logcheck_svn/trunk@2 08cdd22e-cda9-4120-9a75-5d5767cdac8b