aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin.logrotate
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-09-28 09:52:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-20 18:29:19 +0200
commite2d96a4d6baf8cd72a79741369119effdd44a21e (patch)
tree58706a046c18d6214333032a46b40fc53a8597ea /community/munin/munin.logrotate
parent4a67aab47b2ad238f0fe84121527e7e95289ef86 (diff)
downloadaports-e2d96a4d6baf8cd72a79741369119effdd44a21e.tar.bz2
aports-e2d96a4d6baf8cd72a79741369119effdd44a21e.tar.xz
community/munin: move from testing
Diffstat (limited to 'community/munin/munin.logrotate')
-rw-r--r--community/munin/munin.logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/munin/munin.logrotate b/community/munin/munin.logrotate
new file mode 100644
index 0000000000..cf480d7c02
--- /dev/null
+++ b/community/munin/munin.logrotate
@@ -0,0 +1,12 @@
+/var/log/munin/munin-graph.log
+/var/log/munin/munin-cgi-graph.log
+/var/log/munin/munin-html.log
+/var/log/munin/munin-limits.log
+/var/log/munin/munin-update.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}