1####################################################################### 2## 3## RRD Tool Module 4## ----------------- 5## 6## see http://www.lighttpd.net/documentation/rrdtool.html 7## 8server.modules += ( "mod_rrdtool" ) 9 10## 11## Path to the rrdtool binary. 12## 13rrdtool.binary = "/usr/bin/rrdtool" 14 15## 16## Path to the rrdtool database. You can override this in conditionals. 17## 18rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd" 19 20## 21####################################################################### 22