#2794 Setup rsync logs rotation/collection
Closed: Fixed None Opened 12 years ago by kevin.

Currently rsync is making a /var/log/rsyncd-fedora.log file on the download* systems.

This log is not rotated. Add a logrotate.d file that handles this case.

This log is not synced over to the log02 central log server. Add it to be synced over.

This task could be done by an apprentice, just create a patch and someone will look it over and apply it to puppet.


I would like to help with this.

rsync-fedora logrotate script

/var/log/rsync-fedora/*.log {
monthly
rotate 4
notifempty
missingok
}

Login to comment on this ticket.

Metadata