/usr/local/opmon/var/cmdb-sync.log {
    daily
    rotate 5
    nocompress
    dateext
    dateformat -%Y%m%d
    missingok
    notifempty
    create 0664 root root
}

/var/log/cmdb-sync-errors.log {
    daily
    rotate 2
    nocompress
    dateext
    dateformat -%Y%m%d
    missingok
    notifempty
    create 0664 root root
}

