[pkg-lighttpd] Bug#462907: add conf snippet for mod_rrdtool

Joseph Nahmias joe at nahmias.net
Mon Jan 28 05:06:49 UTC 2008


Package: lighttpd
Version: 1.4.18-1+b1
Severity: normal
Tags: patch


Hello,

It would be nice if the lighttpd package included a conf snippet in
/etc/lighttpd/conf-available for mod_rrdtool.  Attached patch provides a
sample one that I'm using.

--Joe

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lighttpd depends on:
ii  libattr1               1:2.4.39-1        Extended attribute shared library
ii  libbz2-1.0             1.0.4-2           high-quality block-sorting file co
ii  libc6                  2.7-6             GNU C Library: Shared libraries
ii  libfam0                2.7.0-13.1        Client library to control the FAM 
ii  libldap-2.4-2          2.4.7-4           OpenLDAP libraries
ii  libpcre3               7.4-1             Perl 5 Compatible Regular Expressi
ii  libssl0.9.8            0.9.8g-4          SSL shared libraries
ii  libterm-readline-perl- 1.0302-1          Perl implementation of Readline li
ii  lsb-base               3.1-24            Linux Standard Base 3.1 init scrip
ii  mime-support           3.40-1            MIME files 'mime.types' & 'mailcap
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

lighttpd recommends no packages.

-- no debconf information
-------------- next part --------------
--- /dev/null	2008-01-22 16:00:10.984030016 -0500
+++ /etc/lighttpd/conf-available/10-rrdtool.conf	2008-01-27 23:36:18.000000000 -0500
@@ -0,0 +1,13 @@
+## RRDtool monitors the traffic and load on Lighttpd
+##
+## Documentation: /usr/share/doc/lighttpd-doc/rrdtool.txt
+##                http://www.lighttpd.net/documentation/rrdtool.html
+
+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"
+


More information about the pkg-lighttpd-maintainers mailing list