SF.net SVN: logwatch:[290] trunk/scripts/services/fail2ban
[email protected] Tue, 3 Feb 2015 21:08:19 +0000
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 290
http://sourceforge.net/p/logwatch/code/290
Author: opoplawski
Date: 2015-02-03 21:08:19 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
[fail2ban] Ignore more INFO messages or with new formats
Modified Paths:
--------------
trunk/scripts/services/fail2ban
Modified: trunk/scripts/services/fail2ban
===================================================================
--- trunk/scripts/services/fail2ban 2015-02-03 20:57:09 UTC (rev 289)
+++ trunk/scripts/services/fail2ban 2015-02-03 21:08:19 UTC (rev 290)
@@ -69,15 +69,15 @@
($ThisLine =~ /..,... \S*\s*: DEBUG /) or # syntax of 0.7.? fail2ban
($ThisLine =~ /..,... INFO: (Fail2Ban v.* is running|Exiting|Enabled sections:)/) or
($ThisLine =~ /INFO\s+Log rotation detected for/) or
- ($ThisLine =~ /INFO\s+Jail.+(?:stopped|started|uses poller|uses pyinotify)/) or
+ ($ThisLine =~ /INFO\s+Jail.+(?:stopped|started|uses )/) or
($ThisLine =~ /INFO\s+Changed logging target to/) or
($ThisLine =~ /INFO\s+Creating new jail/) or
- ($ThisLine =~ /..,... \S+\s*: INFO\s+(Set |Socket|Exiting|Gamin|Created|Added|Using)/) or # syntax of 0.7.? fail2ban
+ ($ThisLine =~ /INFO\s+(Set |Socket|Exiting|Gamin|Created|Added|Using|Connected to |rollover performed)/) or # syntax of 0.7.? fail2ban
($ThisLine =~ /..,... WARNING: Verbose level is /) or
($ThisLine =~ /..,... WARNING: Restoring firewall rules/) or
($ThisLine =~ /WARNING Determined IP using DNS Lookup: [^ ]+ = \['[^']+'\]/) or
($ThisLine =~ /INFO\s+(Stopping all jails|Exiting Fail2ban)/) or
- ($ThisLine =~ /INFO\s+Initiated 'pyinotify' backend/) or
+ ($ThisLine =~ /INFO\s+Initiated '.*' backend/) or
($ThisLine =~ /INFO\s+(Added logfile = .*|Set maxRetry = \d+|Set findtime = \d+|Set banTime = \d+)/)
)
{
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/