summaryrefslogtreecommitdiff
blob: c1a8816ca25e9f59407d13c35c6fba0fecf71f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/var/log/munin/munin-node.log {
	daily
	missingok
	rotate 7
	compress
	copytruncate
	notifempty
	create 640 root root
	postrotate
		/etc/init.d/munin-node restart 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
}