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

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 159
          http://sourceforge.net/p/logwatch/code/159
Author:   stefjakobs
Date:     2013-08-19 09:35:30 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
match more lines from dovecot to avoid inflating the report (thanks
gulikoza)

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

Modified: scripts/services/dovecot
===================================================================
--- scripts/services/dovecot	2013-08-19 09:17:57 UTC (rev 158)
+++ scripts/services/dovecot	2013-08-19 09:35:30 UTC (rev 159)
@@ -260,8 +260,13 @@
       $Disconnected{$Reason}++;
    } elsif (($Reason) = ($ThisLine =~ /Disconnected \((.*)\):/) ) {
       $Disconnected{$Reason}++;
+   } elsif ($ThisLine =~ /Disconnected (bytes|top)=.*/) {
+      $Disconnected{"No reason"}++;
    } elsif (($Reason, $Host) = ($ThisLine =~ /TLS initialization failed/) ) {
       $TLSInitFail++;
+   } elsif (($Host) = ($ThisLine =~ /Aborted login:.* rip=(.*),/) ) {
+      $Host = hostName($Host);
+      $Aborted{$Host}++;
    } elsif (($Host) = ($ThisLine =~ /Aborted login \[(.*)\]/) ) {
       $Host = hostName($Host);
       $Aborted{$Host}++;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.