2017-01-21 06:11:22 -05:00
|
|
|
# /etc/logrotate.d/librenms
|
2018-02-07 20:44:17 +01:00
|
|
|
/opt/librenms/logs/*log {
|
|
|
|
|
su librenms librenms
|
2017-01-21 06:11:22 -05:00
|
|
|
weekly
|
|
|
|
|
rotate 6
|
|
|
|
|
compress
|
|
|
|
|
delaycompress
|
|
|
|
|
missingok
|
|
|
|
|
notifempty
|
2018-02-07 20:44:17 +01:00
|
|
|
create 664 librenms librenms
|
2017-01-21 06:11:22 -05:00
|
|
|
}
|