rrdtool.conf 521 B

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