summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/munin/files/logrotate.d-munin')
-rw-r--r--net-analyzer/munin/files/logrotate.d-munin21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-analyzer/munin/files/logrotate.d-munin b/net-analyzer/munin/files/logrotate.d-munin
deleted file mode 100644
index c1a8816..0000000
--- a/net-analyzer/munin/files/logrotate.d-munin
+++ /dev/null
@@ -1,21 +0,0 @@
-/var/log/munin/munin-node.log {
- daily
- missingok
- rotate 7
- compress
- copytruncate
- notifempty
- create 640 root root
- postrotate
- /etc/init.d/munin-node restart 1>/dev/null || true
- endscript
-}
-
-/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
- daily
- missingok
- rotate 7
- compress
- notifempty
- nocreate
-}