moving from Google Code
[logcheck] / logcheck.conf
diff --git a/logcheck.conf b/logcheck.conf
new file mode 100644 (file)
index 0000000..16e48f8
--- /dev/null
@@ -0,0 +1,19 @@
+# config for logcheck.pl
+
+# path with trailing / to script and config
+$logcheckpath="/logcheck/";
+
+# name of whitelist file
+$file_whitelist=$logcheckpath."logcheck.whitelist";
+
+# name of logfile-file
+$file_logfilelist=$logcheckpath."logcheck.logfiles";
+
+# receiver addresses, who receives the warning summary?
+$emailaddress='receiveraddress@someones.host';
+
+# who is the sender of that mail
+$senderaddress='senderaddress@thishost';
+
+
\r