kernel message fixup

Orion Poplawski <[email protected]>
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Didn't quite have some of the kernel ignore regexps correct:

--- kernel      (revision 117)
+++ kernel      (working copy)
@@ -114,8 +114,8 @@
        # These are informative, not errors
        $SkipError = 1 if $ThisLine =~ /ACPI _OSC request failed \(AE_ERROR\), 
returned control mask: 0x1d/;
        $SkipError = 1 if $ThisLine =~ /ERST: Error Record Serialization Table 
\(ERST\) support is initialized/;
-      $SkipError = 1 if $ThisLine =~ /GHES: Generic hardware error source: \d 
notified via .* is not supported/;
-      $SkipError = 1 if $ThisLine =~ /PCIe errors handled by OS/;
+      $SkipError = 1 if $ThisLine =~ /GHES: Generic hardware error source: 
\d+ notified via .* is not supported/;
+      $SkipError = 1 if $ThisLine =~ /PCIe errors handled by (BIOS|OS)/;
        # These happen when kerberos tickets expire, which can be normal
        $SkipError = 1 if $ThisLine =~ /Error: state manager encountered 
RPCSEC_GSS session expired against NFSv4 server/ && $Ignore_rpcsec_expired;
        $Errors{$errormsg}++ if ( (! $SkipError) || ($Detail > 8));

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder Office                  FAX: 303-415-9702
3380 Mitchell Lane                       [email protected]
Boulder, CO 80301                   http://www.nwra.com

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
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.