X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Ffiles%2Flogrotate;fp=modules%2Fmunin%2Ffiles%2Flogrotate;h=53cb30f7329c216a86e85d177a38b60bb8629606;hb=ec5e4ba1207bc06aa30f0bfe1ddfe99e2e42e22e;hp=0000000000000000000000000000000000000000;hpb=187572fba04d3bc417920f6f8c60edc50237123a;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/files/logrotate b/modules/munin/files/logrotate new file mode 100644 index 000000000..53cb30f73 --- /dev/null +++ b/modules/munin/files/logrotate @@ -0,0 +1,10 @@ +/var/log/munin/munin-node.log { + daily + missingok + rotate 7 + compress + copytruncate + notifempty + create 640 root root + delaycompress +}