Xymon Mailing List Archive search

hobbitdboard and host=HOSTNAME filter

list Dominique Frise
Thu, 14 Sep 2006 11:32:44 +0200
Message-Id: <user-99439c78ee12@xymon.invalid>

Henrik Stoerner wrote:
On Thu, Sep 14, 2006 at 08:32:19AM +0200, Dominique Frise wrote:
host=HOSTNAME filter does not get the expected results.
On following examples "host=kawa" or "host=kawa2" return same output line.
The filters are regular expressions, so "kawa" matches anything with that string in it. For an exact match, use "^kawa$"

Thanks!

Dominique
UNIL - University of Lausanne