V1.0.8 Use the pl-files directory to include config file
[logcheck] / logcheck.conf
1 # config for logcheck.pl 
2
3 # path with trailing / to script and config
4 # obsolete from V1.0.5
5 #$logcheckpath="/logcheck/";
6
7 # name of whitelist file
8 $file_whitelist="logcheck.whitelist";
9
10 # name of logfile-file
11 $file_logfilelist="logcheck.logfiles";
12
13 # receiver addresses, who receives the warning summary?
14 $emailaddress='receiveraddress@someones.host';
15
16 # who is the sender of that mail
17 $senderaddress='senderaddress@thishost';