Folder Size
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