Added logrotate rules for munin cgi logs.

This commit is contained in:
Timo Mkinen 2012-11-22 12:30:52 +02:00
parent 24aea7045b
commit 6921abf0cb
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,17 @@
/var/log/munin/munin-cgi-graph.log {
daily
missingok
rotate 7
compress
notifempty
create 0664 munin <%= scope.lookupvar('apache::sslserver::group') %>
}
/var/log/munin/munin-cgi-html.log {
daily
missingok
rotate 7
compress
notifempty
create 0664 munin <%= scope.lookupvar('apache::sslserver::group') %>
}