

logcheck
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
Revision | Author | Commited | Message |
---|---|---|---|
f14b4c ...
![]() |
Peter Stimpel | Sun 25 Feb, 2018 15:09:08 +0000 | V 1.0.4 |
65d0d4 ...
![]() |
![]() |
Fri 13 Mar, 2015 11:40:40 +0000 | Version 1.0.3 git-svn-id: https://xp-dev.com/svn/logcheck_svn/trunk@3 08cdd22e-cda9-4120-9a75-5d5767cdac8b |
9da9af ... |
![]() |
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 |