You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# /usr/share/doc/lighttpd/rrdtool.txt
|
|
|
|
server.modules += ( "mod_rrdtool" )
|
|
|
|
## path to the rrdtool binary
|
|
rrdtool.binary = "/usr/bin/rrdtool"
|
|
|
|
## file to store the rrd database, will be created by lighttpd
|
|
rrdtool.db-name = "/var/www/lighttpd.rrd"
|
|
|