summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a47f76)
raw | patch | inline | side by side (parent: 3a47f76)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 22 Mar 2010 22:21:49 +0000 (23:21 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 22 Mar 2010 22:21:49 +0000 (23:21 +0100) |
This plugin requires rrdclient support in librrd; removed version from
librrd-dev build-dependency.
librrd-dev build-dependency.
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index ba96b19aacbf49b6bdeaf81832d3a51161e9a4b6..a1eba7b2bf85cf046a0fdc813a5651a0b2d04f55 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
not available in Lenny; removed build-dependency on libganglia-dev.
- Disabled the "memcachec" plugin, which requires libmemcached which is
not available in Lenny; removed build-dependency on libmemcached-dev.
+ - Disabled the "rrdcached" plugin, which requires rrdclient support in
+ librrd; removed version from librrd-dev build-dependency.
- -- Sebastian Harl <tokkee@debian.org> Mon, 22 Mar 2010 23:17:31 +0100
+ -- Sebastian Harl <tokkee@debian.org> Mon, 22 Mar 2010 23:21:05 +0100
collectd (4.9.1-2) unstable; urgency=low
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 2cf0fff1316e78406db952fdc8e35562fe32c4bb..c122ec7f059a531b50fcdb88e4c87a168e020dfd 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LoadPlugin processes
#LoadPlugin protocols
#LoadPlugin python
-#LoadPlugin rrdcached
LoadPlugin rrdtool
#LoadPlugin sensors
#LoadPlugin serial
# </Module>
#</Plugin>
-#<Plugin rrdcached>
-# DaemonAddress "unix:/var/run/rrdcached.sock"
-# DataDir "/var/lib/rrdcached/db/collectd"
-# CreateFiles true
-# CollectStatistics true
-#</Plugin>
-
<Plugin rrdtool>
DataDir "/var/lib/collectd/rrd"
# CacheTimeout 120
diff --git a/debian/control b/debian/control
index 15fea539b5b7f1bc45b5be1e74dd6525a82a7118..586c66c41b2f18c8af77392d55ad38a0553502fd 100644 (file)
--- a/debian/control
+++ b/debian/control
libpcap0.8-dev | libpcap-dev,
libperl-dev,
libpq-dev,
- librrd-dev (>= 1.4~),
+ librrd-dev,
libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64],
# libsnmp-dev (>= 5.4.2.1~dfsg-4~) | (libsnmp-dev & perl (<< 5.10.1~rc2-1~))
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | libsnmp-dev | libsnmp9-dev,
diff --git a/debian/rules b/debian/rules
index acf63fb6d88edd6fa79678073fc5104e14911a8d..294712a19b4c3dc51a8480b3f5a5100dccf1e7fe 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# librouteros is required for the routeros plugin.
confflags += --disable-routeros
+# rrdclient support in librrd is required for the rrdcached plugin.
+confflags += --disable-rrdcached
+
# xmms1 is required for the xmms plugin.
confflags += --disable-xmms