diff options
Diffstat (limited to 'testing/munin/munin.logrotate')
-rw-r--r-- | testing/munin/munin.logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/munin/munin.logrotate b/testing/munin/munin.logrotate new file mode 100644 index 0000000000..cf480d7c02 --- /dev/null +++ b/testing/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 +} |