2010-07-07 11:29:31 +00:00
|
|
|
#######################################################################
|
|
|
|
##
|
|
|
|
## RRD Tool Module
|
|
|
|
## -----------------
|
|
|
|
##
|
2017-10-22 19:01:48 +00:00
|
|
|
## See https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModRRDTool
|
2010-07-07 11:29:31 +00:00
|
|
|
##
|
|
|
|
server.modules += ( "mod_rrdtool" )
|
|
|
|
|
|
|
|
##
|
|
|
|
## Path to the rrdtool binary.
|
|
|
|
##
|
|
|
|
rrdtool.binary = "/usr/bin/rrdtool"
|
|
|
|
|
|
|
|
##
|
|
|
|
## Path to the rrdtool database. You can override this in conditionals.
|
|
|
|
##
|
|
|
|
rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
|
|
|
|
|
|
|
|
##
|
|
|
|
#######################################################################
|