summaryrefslogtreecommitdiff
path: root/package/lighttpd/files/conf.d/rrdtool.conf
blob: c29013bde4c74dc5ba298249840a1affe689b652 (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://www.lighttpd.net/documentation/rrdtool.html
##
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"

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