Added temporary fix for broken munin-node logrotate config
This commit is contained in:
parent
2fb5e23673
commit
963f1d1bfc
2 changed files with 22 additions and 0 deletions
9
munin/files/munin-node.logrotate
Normal file
9
munin/files/munin-node.logrotate
Normal file
|
@ -0,0 +1,9 @@
|
|||
/var/log/munin-node/munin-node.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
copytruncate
|
||||
notifempty
|
||||
create 644 root root
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue