You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/munin/files/logrotate.d-munin.3

32 lines
647 B

/var/log/munin/munin-node.log {
daily
missingok
rotate 7
compress
copytruncate
notifempty
create 640 root root
postrotate
test -e /run/openrc/softlevel && /etc/init.d/munin-node restart 1>/dev/null || true
test -e /run/systemd/system && systemctl restart munin-node 1>/dev/null || true
endscript
}
/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
daily
missingok
rotate 7
compress
notifempty
nocreate
}
/var/log/munin/munin-cgi-graph.log /var/log/munin/munin-cgi-html.log {
daily
missingok
rotate 7
compress
notifempty
create 640 @CGIUSER@
}