Xymon Mailing List Archive search

msgs not matching

list Neil Simmonds
Thu, 11 Sep 2014 12:14:17 +0100
Message-Id: <000801cfcdb1$880506d0$980f1470$@gmail.com>

I'm trying to get a match on a log file string but seem to be struggling. 

 
In my analysis.cfg I have the following, LOG /xymon/server/etc/test.log
"%Thread \"WebContainer.{1,75} and may be hung*" COLOR=yellow

 
On the msgs column on the relevant server I get,

 
No entries in /xymon/server/etc/test.log

 
No entries in /tmp/xymontest/ATPReceiptDiag.log

 
Full log /xymon/server/etc/test.log

Thread "WebContainer : 23" (0000006f) has been active for 686236
milliseconds and may be hung.

 
Full log /tmp/xymontest/ATPReceiptDiag.log

 
I've tested my string in my usual regular expression tester and it seems it
should work ok.

 
Is there something obvious that I've missed?