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