Yes, I always specify host names in analysis.cfg and alerts.cfg with a leading caret and trailing $. It prevents a lot of unintentional matches, since Xymon seems to put .* before and after the names before trying to match them. <div>
<br></div><div>Thanks,</div><div>Larry Barber<br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 11:16 AM, Tim McCloskey <span dir="ltr"><<a href="mailto:tm@freedom.com" target="_blank">tm@freedom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div bgcolor="#FFFFFF">
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">Adam is correct.  I was not putting much thought into the range, more just that a caret and unescaped leading slash was required for Mike's issue.  Also, I would not use .*, based
 on a practice of only matching what you need, when you know what it is.  In this case it was known to be 01->27, and I borked that simple match :)
<div><br>
</div>
<div>Besides placing these above the DEFAULT stanaza I see alot of mishaps when using the regex identifier % without the start of the line caret ^.  </div>
<div><br>
</div>
<div>%^/</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style>
<hr style="font-family:'Times New Roman';font-size:16px">
<div style="direction:ltr"><font color="#000000"><b style="font-family:'Times New Roman';font-size:16px">From:</b> <a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a> [<a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a>] on behalf of Adam Goryachev [<a href="mailto:mailinglists@websitemanagers.com.au" target="_blank">mailinglists@websitemanagers.com.au</a>]<div class="im">
<br>
<b style="font-family:'Times New Roman';font-size:16px">Sent:</b> Thursday, November 08, 2012 3:32 PM<br>
<b style="font-family:'Times New Roman';font-size:16px">To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br>
</div><b style="font-family:'Times New Roman';font-size:16px">Subject:</b> Re: [Xymon] Using "IGNORE" to exclude filesystems<br>
<br>
</font></div>
<div style="direction:ltr"><font color="#000000"><br>
</font></div>
<div style="direction:ltr"><font color="#000000"><br>
</font></div>
<div style="font-family:'Times New Roman';font-size:16px"><div class="im">I don't think that would work, you would need something like:<br>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">
<div>HOST=edmprod</div>
<div>        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE </div>
<div>        DISK    * 95 98</div>
</div>
<br></div><div class="im">
Regards,<br>
Adam<br>
<pre cols="72">-- 
Adam Goryachev
Website Managers
<a href="http://www.websitemanagers.com.au" target="_blank">www.websitemanagers.com.au</a>
</pre>
</div></div>
</div>
</div>
</div>
</div>

<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>