/var/log/zabbix-agent/zabbix_agentd.log {
    daily
    rotate 7
    compress
    missingok
    notifempty
    create 0640 zabbix zabbix
    sharedscripts
    postrotate
        [ -e /var/run/zabbix/zabbix_agentd.pid ] && invoke-rc.d zabbix-agent force-reload >/dev/null
    endscript
}
