<div dir="ltr">The host in question is a windows server. I should have mentioned that in the initial thread, I did read previously where it could be done with ease in the non-windows world but have found nothing for windows. It has a cifs share presented to it and we are trying to avoid having that particular folder grow beyond 3GB.</div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 13, 2013 at 2:42 PM, Martin Flemming <span dir="ltr"><<a href="mailto:martin.flemming@desy.de" target="_blank">martin.flemming@desy.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, 13 May 2013, Ray Reuter wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Does anyone know of a way to monitor the size of a folder? I am not a programmer so I figured I would reach out to you and see who might have done this already or knows of<br>
someone who has been successful.<br>
</blockquote>
<br></div>
Hi !<br>
<br>
<br>
Something like in<br>
<br>
analysis.cfg<br>
<br>
HOST=server1<br>
DIR %^/var/log/.* size<2000000 TRACK<br>
<br>
and in client-local.cfg<br>
<br>
[server1]<br>
dir:`find /var/log -maxdepth 1 -type d`<br>
<br>
cheers,<br>
        martin<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/<u></u>mailman/listinfo/xymon</a><br>
</div></div></blockquote></div><br></div>