SF.net SVN: logwatch:[285] trunk/conf/services/fail2ban.conf
[email protected] Thu, 29 Jan 2015 17:17:34 +0000
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 285
http://sourceforge.net/p/logwatch/code/285
Author: opoplawski
Date: 2015-01-29 17:17:33 +0000 (Thu, 29 Jan 2015)
Log Message:
-----------
[fail2ban] - Fix fail2ban.log parsing.
This reverts part of revision 205, which broke fail2ban.log parsing due
to different date format in that log.
Revision Links:
--------------
http://sourceforge.net/p/logwatch/code/205
Modified Paths:
--------------
trunk/conf/services/fail2ban.conf
Modified: trunk/conf/services/fail2ban.conf
===================================================================
--- trunk/conf/services/fail2ban.conf 2015-01-08 16:07:34 UTC (rev 284)
+++ trunk/conf/services/fail2ban.conf 2015-01-29 17:17:33 UTC (rev 285)
@@ -1,6 +1,3 @@
-###########################################################################
-# $Id$
-###########################################################################
# $Log: fail2ban.conf,v $
# Revision 1.1 2006/05/30 19:04:26 bjorn
# Added fail2ban service, written by Yaroslav Halchenko.
@@ -22,9 +19,8 @@
# Which logfile group...
LogFile = fail2ban
-# Only give lines pertaining to the fail2ban service...
-# Note: fail2ban logs using "service" names fail2ban, fail2ban.jail,
-# fail2ban.filter, and many more. We want to exclude fail2ban-client
-# so we accept either fail2ban or fail2ban\..+
-*OnlyService = fail2ban(|\..+)
-*RemoveHeaders
+# Cannot use *OnlyService or *RemoveHeaders in cases where fail2ban logs
+# to fail2ban.log due to different date/header format. You can if fail2ban
+# is logging to syslog.
+# *OnlyService = fail2ban(|\..+)
+# *RemoveHeaders
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/