Xymon Mailing List Archive search

[bug] proc monitor flag red an existing process

list Paul van Eldijk
Wed, 20 Jun 2007 13:56:52 +0200
Message-Id: <user-fbc2d6894b69@xymon.invalid>

Stéphane ANGOT schreef:
[snip]
PROC    "%^tor" TEXT=tor
[snip]
I changed "%^tor" into "%tor$"

of course, every process ending by tor may be matched by this rule. In 
my case, I've only one in this case.

you could anchor the word with "%\btor$", so only lines with the word 
'tor' on it will match;

Paul