diff options
author | Micah Anderson <micah@riseup.net> | 2010-08-09 17:55:20 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-08-09 17:55:20 -0400 |
commit | 56130bf23dd566caecba9c5be8ea255d56bea735 (patch) | |
tree | 95a3cdfea0073d9720c31b2cc99d74f5ebd66d71 /files/config | |
parent | 637db5c2a02ab38df60e5c18dbb470db6c15c186 (diff) |
add the logrotate.Debian file
Diffstat (limited to 'files/config')
-rw-r--r-- | files/config/host/logrotate.Debian | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/config/host/logrotate.Debian b/files/config/host/logrotate.Debian new file mode 100644 index 0000000..411de3f --- /dev/null +++ b/files/config/host/logrotate.Debian @@ -0,0 +1,35 @@ +/var/log/munin/munin-update.log { + daily + missingok + rotate 7 + compress + notifempty + create 640 munin adm +} + +/var/log/munin/munin-graph.log { + daily + missingok + rotate 7 + compress + notifempty + create 660 munin apache +} + +/var/log/munin/munin-html.log { + daily + missingok + rotate 7 + compress + notifempty + create 640 munin adm +} + +/var/log/munin/munin-limits.log { + daily + missingok + rotate 7 + compress + notifempty + create 640 munin adm +} |