Xymon Mailing List Archive search

regex question

list Henrik Størner
Tue, 30 Sep 2008 12:12:12 +0000 (UTC)
Message-Id: <gbt52s$b4r$user-8f44b3c192bb@xymon.invalid>

In <004a01c90e5e$086bd890$user-582c04793b44@xymon.invalid> "Marco Avvisano" <user-e09c0f3f8c70@xymon.invalid> writes:
I try to insert "\" in my hobbit-client.cfg, but not work
LOG /mylog.log  %ERROR*\| COLOR=red
Shouldn't that be ".*" instead of just "*" ?

  LOG /mylog.log  %ERROR.*\| COLOR=red

I don't believe the backslash-escape is needed.


Henrik