X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Ffiles%2Fmaster-cleanup-cron;h=7092b4b7cae0cef53f56a1dd77ade9d1cae2f42a;hb=cc5d34733d8f483e38af9951d54f9cc9b294ad66;hp=883998a8dfb0ce6265c3ac103a39302f6581de41;hpb=13540e8acfce2556b0fe6618ecfa9bfcb5f06dc0;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/files/master-cleanup-cron b/modules/munin/files/master-cleanup-cron index 883998a8d..7092b4b7c 100644 --- a/modules/munin/files/master-cleanup-cron +++ b/modules/munin/files/master-cleanup-cron @@ -5,5 +5,4 @@ MAILTO=root @daily munin find /var/lib/munin -maxdepth 1 -type f -name 'state-*' -mtime +90 -delete @daily munin find /var/lib/munin/debian.org -maxdepth 1 -type f -mtime +90 -delete -@daily www-data find /var/lib/munin/cgi-tmp -type f -mtime +10 -delete -@daily www-data find /var/lib/munin/cgi-tmp -mindepth 2 -type d -empty -delete +@daily www-data find /var/lib/munin/cgi-tmp -type f -mtime +10 -delete ; find /var/lib/munin/cgi-tmp -mindepth 2 -type d -empty -delete