SF.net SVN: logwatch:[191] scripts/services/tivoli-smc
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 191
http://sourceforge.net/p/logwatch/code/191
Author: stefjakobs
Date: 2014-02-07 13:58:09 +0000 (Fri, 07 Feb 2014)
Log Message:
-----------
tivoli-smc: report more errors
Modified Paths:
--------------
scripts/services/tivoli-smc
Modified: scripts/services/tivoli-smc
===================================================================
--- scripts/services/tivoli-smc 2014-02-07 13:57:18 UTC (rev 190)
+++ scripts/services/tivoli-smc 2014-02-07 13:58:09 UTC (rev 191)
@@ -71,6 +71,8 @@
$ObjectName{"$3"}{"$2"}++;
} elsif ($ThisLine =~ /(\w+) Object '([^']+)' (.+)/) {
$Object{"$3"}{"$2"}++;
+ } elsif ($ThisLine =~ /cuGetBackQryResp: (.*):0,(.*)$/) {
+ $Object{$1}{$2}++;
} elsif ($ThisLine =~ /(\w+) An interrupt has occurred/) {
$Interrupted++;
} elsif ($ThisLine =~ /(\w+) (.+)\.\s+The TSM return code is ([-0-9]+)/) {
@@ -81,6 +83,8 @@
$Error{"$2"}{$4}++;
} elsif ($ThisLine =~ /(\w+) Could not establish a TCP\/IP connection with address '([^']+)'\. The TCP\/IP error is '([^']+)'/) {
$NoConnection{"$2"}{$3}++;
+ } elsif ($ThisLine =~ /(\w+) (An invalid TCP\/IP address was specified)/) {
+ $Error{"$2"}{$1}++;
} elsif ($ThisLine =~ /File '(?:[^']+)' (.*)/) {
$File{"$1"}++;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk