/var/log/nagiosgrapher/ngraph.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 644 nagios nagios
	sharedscripts
	postrotate
		if [ -f /var/run/nagiosgrapher/nagiosgrapher.pid ]; then
			/etc/init.d/nagiosgrapher restart > /dev/null
		fi
	endscript
}
