SF.net SVN: logwatch:[289] trunk/scripts/services/dovecot

[email protected] Tue, 3 Feb 2015 20:57:09 +0000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 289
          http://sourceforge.net/p/logwatch/code/289
Author:   opoplawski
Date:     2015-02-03 20:57:09 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
[dovecot] Relax starting up regex

Modified Paths:
--------------
    trunk/scripts/services/dovecot

Modified: trunk/scripts/services/dovecot
===================================================================
--- trunk/scripts/services/dovecot	2015-02-03 20:50:14 UTC (rev 288)
+++ trunk/scripts/services/dovecot	2015-02-03 20:57:09 UTC (rev 289)
@@ -150,7 +150,7 @@
          # We don't care about these
      } elsif ( $ThisLine =~ /Killed with signal /) {
          $End++;
-     } elsif ( $ThisLine =~ /Dovecot (v\d[^ ]* |)starting up( \(.*\))?$/) {
+     } elsif ( $ThisLine =~ /Dovecot (v\d[^ ]* |)starting up/) {
          $Restarts++;
          $End = 0;
      } elsif ( ( ($User, $Host) = ( $ThisLine =~ /^pop3-login: Login: (.*?) \[(.*)\]/ ) ) or

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/