V1.0.8 Use the pl-files directory to include config file
[logcheck] / logcheck.whitelist
1 # ignore entries that match, match is when part of whitelisted string is in actual parsed line of logfile
2 #
3 # examples:
4 # "this entry" 
5 # would match to lines containing "this entry", but not to lines containing "this is an entry"
6 # to match this you will need regular expressions like
7 # "this(.)*entry"
8 # this matches to both examples...
9 # BE CAREFIL WHEN USING REGEX, OFTEN YOU MAY COVER MORE THAN EXPECTED!!
10 # in normal textlines without regex you will need to mask characters like \ or .
11
12
13 #Keep this is any case
14 logcheckprint
15
16 #and add your phrases below