/var/log/zabbix/zabbix_agentd.log {
	missingok
	monthly
	notifempty
	compress
	create 0664 zabbix zabbix
	postrotate
		[ -f /var/run/zabbix/zabbix_agentd.pid ] && /usr/sbin/zabbix_agentd -R logfile_redirect
	endscript
}
