aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin-node.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/munin/munin-node.logrotate')
-rw-r--r--testing/munin/munin-node.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/munin/munin-node.logrotate b/testing/munin/munin-node.logrotate
new file mode 100644
index 0000000000..03b976e423
--- /dev/null
+++ b/testing/munin/munin-node.logrotate
@@ -0,0 +1,8 @@
+/var/log/munin/munin-node.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}