<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m late to the party … you already found out that the DEFAULT-section (or more general `DISK *`-lines) need to be _after_ your “snap-ignore lines”.<div class=""><br class=""></div><div class="">A more specific regex would be</div><div class=""><br class=""></div><div class="">    DISK    %^/snap/.+ IGNORE</div><div class="">    (same for the INODE-line).</div><div class=""><br class=""></div><div class="">All the best</div><div class="">Thomas</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 13 Nov 2018, at 18:18, Josh Luthman <<a href="mailto:josh@imaginenetworksllc.com" class="">josh@imaginenetworksllc.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">I am trying to ignore /snap/*.  I've got my host as such:<div class=""><br class=""></div><div class=""><div class="">HOST=<a href="http://foo.bar.com/" class="">foo.bar.com</a></div><div class="">        DISK    %^/snap.*/ IGNORE</div><div class="">        INODE %^/snap* IGNORE</div><div class=""><br class=""></div><div class="">Neither of these are matching (notice the .*/ versus *).  The man page says "%^/oracle.*/" will match any filesystem whose mountpoint begins with "/oracle".  Replicating this, though, doesn't seem to be working for me - I'm expecting the DISK to be working at this point as I matched the example.</div><div class=""><br class=""></div><div class="">I'm getting a red status that the file system is 100% used.</div><div class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><br class=""></div>Josh Luthman<br class="">Office: 937-552-2340<br class="">Direct: 937-552-2343<br class="">1100 Wayne St<br class="">Suite 1337<br class="">Troy, OH 45373</div></div></div>
</div></div></div></div>
_______________________________________________<br class="">Xymon mailing list<br class=""><a href="mailto:Xymon@xymon.com" class="">Xymon@xymon.com</a><br class="">http://lists.xymon.com/mailman/listinfo/xymon<br class=""></div></blockquote></div><br class=""></div></body></html>