summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/rrdtool.conf
blob: 465704ef35b125d3eb557fa7188fb45a3143ef4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#######################################################################
##
##  RRD Tool Module 
## ----------------- 
##
## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModRRDTool
##
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"

##
#######################################################################