summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/rrdtool.conf
blob: 652e589fbdbd1300ea8e7235f247aee86b9b951e (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 https://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"

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