Git Repository Public Repository

logcheck

URLs

Copy to Clipboard

Diff Revisions f14b4c ... vs 3de031 ... for /logcheck.conf

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