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