14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
/var/log/monit.log {
|
|
rotate 4
|
|
weekly
|
|
minsize 1M
|
|
missingok
|
|
create 640 root adm
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
postrotate
|
|
invoke-rc.d monit reload > /dev/null
|
|
endscript
|
|
}
|