]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/files/logrotate
Add delaycompress to munin-node logrotate file to reduce cron spam
[dsa-puppet.git] / modules / munin / files / logrotate
diff --git a/modules/munin/files/logrotate b/modules/munin/files/logrotate
new file mode 100644 (file)
index 0000000..53cb30f
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/munin/munin-node.log {
+       daily
+       missingok
+       rotate 7
+       compress
+       copytruncate
+       notifempty
+       create 640 root root
+       delaycompress
+}