Xymon Mailing List Archive search

Possible regex issue xymon 4.3.11

list Steve Coile
Tue, 30 Sep 2014 13:58:05 -0400
Message-Id: <CAHr=user-6dca884bf5fa@xymon.invalid>

It's you.  The "s*" in your regular expression matches zero or more "s" at
that location.  The hostname you give contains zero "s" at that point,
which matches the expression.


-- 

*Steve Coile*Senior Network and Systems Engineer, McClatchy Interactive
<http://www.mcclatchyinteractive.com/>;
Office: XXX-XXX-XXXX | Mobile: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX

On Tue, Sep 30, 2014 at 1:27 PM, Michael Resnick via Xymon <xymon at xymon.com>
wrote:
---------- Forwarded message ----------
From: Michael Resnick <user-7fba2d5d51fe@xymon.invalid>
To: "xymon at xymon.com" <xymon at xymon.com>
Cc:
Date: Tue, 30 Sep 2014 17:20:31 +0000 (UTC)
Subject: Possible regex issue xymon 4.3.11
I have the following in alerts.cfg

HOST=%sciv2-ws*

The problem is that it is picking up a host called


sciv2-wdl2-hqd01

Is it me or the regex ?
Has this been fixed  in newer versions ?

Thanks !