]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/logwatch/ipblocklist.conf
ipblocklist: Add neccessary files for logwatch.
[ipfire-2.x.git] / config / logwatch / ipblocklist.conf
diff --git a/config/logwatch/ipblocklist.conf b/config/logwatch/ipblocklist.conf
new file mode 100644 (file)
index 0000000..a723da3
--- /dev/null
@@ -0,0 +1,34 @@
+#########################################################################
+# ids-update script for Logwatch
+# Analyzes the IPFire IP Blocklist update log
+#
+# Version: 1.0.0
+#    Initial release
+#
+#########################################################################
+
+#########################################################################
+# This script is subject to the same copyright as Logwatch itself
+#########################################################################
+
+#########################################################################
+# Files - all shown with default paths:
+#
+# /usr/share/logwatch/default.conf/logfiles/messages.conf
+# /usr/share/logwatch/dist.conf/services/blocklist.conf (this file)
+# /usr/share/logwatch/scripts/services/blocklist
+#
+# ... and of course
+#
+# /var/log/messages
+#########################################################################
+
+
+Title = "IP Blocklist"
+
+# Which logfile group...
+LogFile = messages
+
+*applystddate
+
+# vi: shiftwidth=3 tabstop=3 et