Xymon Mailing List Archive search

Folder Size

list Martin Flemming
Mon, 13 May 2013 20:42:13 +0200 (CEST)
Message-Id: <user-28a20f2d9b87@xymon.invalid>

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