<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body bgcolor="#FFFFFF" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">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="color: rgb(0, 0, 0); ">
<hr tabindex="-1" style="font-family: 'Times New Roman'; font-size: 16px; ">
<div id="divRpF744542" style="direction: ltr; "><font color="#000000"><b style="font-family: 'Times New Roman'; font-size: 16px; ">From:</b> xymon-bounces@xymon.com [xymon-bounces@xymon.com] on behalf of Adam Goryachev [mailinglists@websitemanagers.com.au]<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> xymon@xymon.com<br>
<b style="font-family: 'Times New Roman'; font-size: 16px; ">Subject:</b> Re: [Xymon] Using "IGNORE" to exclude filesystems<br>
<br>
</font></div>
<div id="divRpF744542" style="direction: ltr; "><font color="#000000"><br>
</font></div>
<div id="divRpF744542" style="direction: ltr; "><font color="#000000"><br>
</font></div>
<div style="font-family: 'Times New Roman'; font-size: 16px; ">I don't think that would work, you would need something like:<br>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div>HOST=edmprod</div>
<div>        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE </div>
<div>        DISK    * 95 98</div>
</div>
<br>
Regards,<br>
Adam<br>
<pre class="moz-signature" cols="72">-- 
Adam Goryachev
Website Managers
<a class="moz-txt-link-abbreviated" href="http://www.websitemanagers.com.au" target="_blank">www.websitemanagers.com.au</a>
</pre>
</div>
</div>
</div>
</div>
</body>
</html>