14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
|
/var/log/carbon/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 644 graphite graphite
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.carbon-cache restart > /dev/null
|
||
|
endscript
|
||
|
}
|