#
#       Logrotate fragment for Xymon.
#
/var/log/xymon/*.log {
        weekly
        compress
        delaycompress
        rotate 5
        missingok
        nocreate
        sharedscripts
        postrotate
                /etc/init.d/xymon rotate
        endscript
}

