Git Repository Public Repository

logcheck

URLs

Copy to Clipboard
 
56a9f7b989aaf02df37802d798c17967ba58c590
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 .
#

#Keep this is any case
logcheckprint

#and add your phrases below

Commits for logcheck/logcheck.whitelist

Diff revisions: vs.
Revision Author Commited Message
65d0d4 ... Diff Diff pstimpel picture pstimpel Fri 13 Mar, 2015 11:40:40 +0000

Version 1.0.3
- adds a remark to logfiles if violations against the whitelist were found
- this remark was added to the whitelist (“logcheckprint”)

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

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