15 Nov
2017
15 Nov
'17
7:10 a.m.
Hi,
I'm running a script from cron.daily that cleans up my data:
/bin/su - xymon -c '/usr/libexec/xymon/trimhistory --cutoff=date +%s --date="today -1 year" --drop --droplogs --env=/etc/xymon/xymonserver.cfg'
/bin/find /var/lib/xymon/hostdata -type f -mtime +7 -delete
Regards, Dirk