Code

Added new binary package collectd-dns.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Dec 2006 00:56:30 +0000 (00:56 +0000)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Dec 2006 00:56:30 +0000 (00:56 +0000)
debian/changelog
debian/control
debian/rules

index 3e64ff70d9b6b78b8e8cc1c9848ae373c5d828c1..1c72b2fc8eca0b8ba6ce29328179ae3054b2c019 100644 (file)
@@ -7,6 +7,8 @@ collectd (3.11.0-1) experimental; urgency=low
     - Motherboard monitor: mbmon
     - Multimeter statistics: multimeter (beta version)
   * Upload to experimental because of Etch freeze.
+  * New binary package collectd-dns.
+    - Added collectd-dns to suggested packages.
 
  -- Sebastian Harl <sh@tokkee.org>  Sat, 23 Dec 2006 00:22:39 +0000
 
index 41eb193d6773d88d116055d604c443ea87e13d13..55d8dcfd938d76924f05dbd709f472021c062a31 100644 (file)
@@ -2,14 +2,14 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3)
+Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev
 Standards-Version: 3.7.2
 
 Package: collectd
 Architecture: any
 Depends: ${shlibs:Depends}
 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
- collectd-hddtemp, collectd-ping, librrds-perl
+ collectd-hddtemp, collectd-ping, collectd-dns, librrds-perl
 Description: statistics collection daemon
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since
@@ -25,8 +25,11 @@ Description: statistics collection daemon
    * CPU frequency: cpufreq
    * disk space usage: df
    * disk and partition throughput: disk
+   * E-Mail statistics (count, traffic, spam scores and checks): email
    * system load averages: load
+   * motherboard monitor: mbmon
    * memory usage: memory
+   * multimeter statistics: multimeter
    * NFS utilization: nfs
    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
    * number of processes: processes
@@ -67,6 +70,19 @@ Description: statistics collection daemon (Apache plugin)
  This package contains the Apache plugin which collects Apache statistics
  provided by Apache's mod_status.
 
+Package: collectd-dns
+Architecture: any
+Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
+Description: statistics collection daemon (DNS plugin)
+ collectd is a small daemon written in C for performance. It reads various
+ system statistics and updates RRD files, creating them if necessary. Since
+ the daemon doesn't need to startup every time it wants to update the files
+ it's very fast and easy on the system. Also, the statistics are very fine
+ grained since the files are updated every 10 seconds.
+ .
+ This package contains the DNS plugin which collects DNS traffic information
+ (query types, response codes, opcodes and traffic).
+
 Package: collectd-hddtemp
 Architecture: any
 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
index 6a4cdf3c5584a4aee7b09799ea5732778a4a3c65..f63df80d5f38abc95a35e126f9d438c88c61cd0f 100755 (executable)
@@ -68,7 +68,7 @@ install-arch: build
        install -D -m 0644 $(CURDIR)/debian/collectd.conf \
                $(CURDIR)/debian/collectd/etc/collectd/collectd.conf
        
-       for PLUGIN in apache hddtemp mysql ping sensors; do \
+       for PLUGIN in apache dns hddtemp mysql ping sensors; do \
                plugin_dir=$(CURDIR)/debian/collectd-$$PLUGIN/usr/lib/collectd/; \
                mkdir -p $$plugin_dir; \
                mv $(CURDIR)/debian/collectd/usr/lib/collectd/$$PLUGIN.so \