From: Sebastian Harl Date: Sat, 23 Dec 2006 00:56:30 +0000 (+0000) Subject: Added new binary package collectd-dns. X-Git-Tag: collectd-3.11.0-1~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9e7d2231a80ea52a8c046f5e615e903d737a24e2;p=pkg-collectd.git Added new binary package collectd-dns. --- diff --git a/debian/changelog b/debian/changelog index 3e64ff7..1c72b2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 23 Dec 2006 00:22:39 +0000 diff --git a/debian/control b/debian/control index 41eb193..55d8dcf 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: collectd Section: utils Priority: optional Maintainer: Sebastian Harl -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} diff --git a/debian/rules b/debian/rules index 6a4cdf3..f63df80 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \