SF.net SVN: logwatch:[203] scripts/services/evtsystem

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 203
          http://sourceforge.net/p/logwatch/code/203
Author:   opoplawski
Date:     2014-07-18 18:04:48 +0000 (Fri, 18 Jul 2014)
Log Message:
-----------
[evtsystem] Fixup GPO messages; ignore some more messages

Modified Paths:
--------------
    scripts/services/evtsystem

Modified: scripts/services/evtsystem
===================================================================
--- scripts/services/evtsystem	2014-07-18 17:52:11 UTC (rev 202)
+++ scripts/services/evtsystem	2014-07-18 18:04:48 UTC (rev 203)
@@ -109,7 +109,8 @@
 
    if ($System eq "Microsoft-Windows-GroupPolicy") {
       #Ignore these
-      next if $ExpandedString =~ /^The Group Policy settings for the computer were processed successfully\. There were no changes detected since the last successful processing of Group Policy\.$/;
+      next if $ExpandedString =~ /^The Group Policy settings for the (computer|user) were processed successfully\. There were no changes detected since the last successful processing of Group Policy\.$/;
+      next if $ExpandedString =~ /^The Group Policy settings for the (computer|user) were processed successfully\. New settings from \d+ Group Policy objects were detected and applied\.$/ and $Detail == 0;
    }
 
    if ($System eq "Microsoft-Windows-Power-Troubleshooter") {
@@ -185,6 +186,8 @@
    next if $ExpandedString =~ /Driver initialized successfully\.$/ and $Detail < 10;
    next if $ExpandedString =~ /Network controller configured for .* link\.$/ and $Detail < 10;
    next if $ExpandedString =~ /^The driver package installation has succeeded\.$/ and $Detail < 10;
+   next if $ExpandedString =~ /^UVD Information$/;
+   next if $ExpandedString =~ /Link has been established:/;
 
    # Add to the list
    $Systems{$System}->{"$Hostname $ExpandedString"}++;

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


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
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.