Files
TeraHz/etcs/lighttpd/conf-available/10-rrdtool.conf
2019-06-15 16:00:46 +02:00

11 lines
253 B
Plaintext

# /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"