Accepting request 70235 from home:wrosenauer

new package

OBS-URL: https://build.opensuse.org/request/show/70235
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=1
This commit is contained in:
Wolfgang Rosenauer
2011-05-14 06:30:08 +00:00
committed by Git OBS Bridge
commit bfb3f398c9
11 changed files with 726 additions and 0 deletions

13
munin.logrotate Normal file
View File

@@ -0,0 +1,13 @@
/var/log/munin/munin-graph.log
/var/log/munin/munin-html.log
/var/log/munin/munin-nagios.log
/var/log/munin/munin-limits.log
/var/log/munin/munin-update.log {
daily
missingok
rotate 7
compress
copytruncate
notifempty
create 640 munin munin
}