Xymon Mailing List Archive search

Regular expressions

list Paul Root
Tue, 11 Jun 2013 19:07:19 +0000
Message-Id: <user-f2ea1b3a59be@xymon.invalid>

I can seem to get the hang of this.

HOST=* EXHOST=iadccmp1,iadccmp2,apaccmp1,apaccmp2,%stn380esx.*

Doesn't work.  Does the % have to be at the beginning? Does EXHOST not work for it? Of course, what I really want is:

HOST=* EXHOST=%(iad|apa)ccmp.*,%stn380esx.*

That didn't work either.