13 May
2013
13 May
'13
6:42 p.m.
On Mon, 13 May 2013, Ray Reuter wrote:
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 someone who has been successful.
Hi !
Something like in
analysis.cfg
HOST=server1 DIR %^/var/log/.* size<2000000 TRACK
and in client-local.cfg
[server1]
dir:find /var/log -maxdepth 1 -type d
cheers, martin