<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Re: [Xymon] Newbie: some alerts not firing</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>On Thu, 2011-03-24 at 08:47 -0500, Root, Paul wrote:<BR>
> Well first, if you are using wildcards in hostnames, you need a % before it.<BR>
><BR>
> HOST=%db* EXHOST=%*db*<BR>
<BR>
Of course, those particular patterns (being regular expressions)<BR>
probably won't work correctly.  I might suggest:<BR>
HOST=%^db EXHOST=%dl2<BR>
<BR>
The * in glob-syntax is superfluous when dealing with regular<BR>
expressions.  These now read "any host that begins with db except those<BR>
that have dl2 anywhere in the name"<BR>
<BR>
--<BR>
Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX<BR>
www.austinenergy.com<BR>
</FONT>
</P>

</BODY>
</HTML>