Annotation of embedaddon/lighttpd/doc/config/conf.d/rrdtool.conf, revision 1.1.1.2
1.1 misho 1: #######################################################################
2: ##
3: ## RRD Tool Module
4: ## -----------------
5: ##
1.1.1.2 ! misho 6: ## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModRRDTool
1.1 misho 7: ##
8: server.modules += ( "mod_rrdtool" )
9:
10: ##
11: ## Path to the rrdtool binary.
12: ##
13: rrdtool.binary = "/usr/bin/rrdtool"
14:
15: ##
16: ## Path to the rrdtool database. You can override this in conditionals.
17: ##
18: rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
19:
20: ##
21: #######################################################################
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>