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