SF.net SVN: logwatch:[64] scripts/services/kernel

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 64
          http://logwatch.svn.sourceforge.net/logwatch/?rev=64&view=rev
Author:   opoplawski
Date:     2011-07-06 19:34:42 +0000 (Wed, 06 Jul 2011)

Log Message:
-----------
Ignore informative "PCIe errors handled by OS" message

Modified Paths:
--------------
    scripts/services/kernel

Modified: scripts/services/kernel
===================================================================
--- scripts/services/kernel	2011-06-30 14:26:13 UTC (rev 63)
+++ scripts/services/kernel	2011-07-06 19:34:42 UTC (rev 64)
@@ -102,6 +102,8 @@
       $SkipError = 1 if $ThisLine =~ /smb_open: .* open failed, error=-13/;
       # filter out error_exit in stack traces caused by OOM conditions
       $SkipError = 1 if $ThisLine =~ /\[<[\da-f]+>\] error_exit\+0x/;
+      # These are informative, not errors
+      $SkipError = 1 if $ThisLine =~ /PCIe errors handled by OS/;
       $Errors{$errormsg}++ if ( (! $SkipError) || ($Detail > 8));
    }
    # OTHER


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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
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.