Xymon Mailing List Archive search

space problem on hobbit server

list Henrik Størner
Mon, 30 Oct 2006 16:06:13 +0100
Message-Id: <user-f2037a730e10@xymon.invalid>

On Mon, Oct 30, 2006 at 03:09:20PM +0100, user-bb3e9041f07f@xymon.invalid wrote:
Hi,

I got a space problem on my hobbit server (4.2.0-1). Actually, my data directory is approaching 40G of occupied space. I have no more space on my disk so I'm worrying myself a bit ! I've already done a './trimhistory --drop[svcs|logs]' but I earned just a few Mb... What can I remove from the data directory ?

Here is some figures and a picture :

8,6G    ./data/histlogs
26G     ./data/hostdata
trimhistory fails to remove data from the hostdata directory. Do a
   find ./data/hostdata -mtime +90 | xargs rm -f

to delete hostdata files older than 90 days.


Regards,
Henrik