summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c40f33b)
raw | patch | inline | side by side (parent: c40f33b)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 13 Aug 2013 21:20:25 +0000 (23:20 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 11:29:29 +0000 (13:29 +0200) |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index c58c2d2ddc130cd23c7b8f2efe76f5b441a21d93..22031ebe2262311c896304c488a14c7c94192120 100644 (file)
--- a/debian/control
+++ b/debian/control
libglib2.0-dev,
libhal-dev,
libkvm-dev [kfreebsd-any],
+ liblvm2-dev,
libmemcached-dev,
libmodbus-dev,
+ libmnl-dev,
libmysqlclient-dev,
libnotify-dev,
libopenipmi-dev,
librabbitmq-dev,
librrd-dev (>= 1.4~),
libsensors4-dev [linux-any],
+# libsigrok-dev,
# 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,
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~),
* Ascent server statistics: ascent
* battery status: battery
* bind9 name-server and zone statistics: bind
+ * CGroups resource usage: cgroups
* connection tracking table size: conntrack
* number of context switches done by the operating system: contextswitch
* CPU utilization: cpu
* CPU, disk, network statistics of guest systems: libvirt
* system load averages: load
* logging to files, STDOUT and STDERR: logfile
+ * Logical Volume Manager usage: lvm
* Atheros wireless LAN chipset statistics: madwifi
* motherboard monitor: mbmon
* Query and parse data from a memcache daemon: memcachec
* lm_sensors information (e.g. CPU temperature, fan speeds): sensors
* serial port traffic: serial
* values from SNMP enabled network devices: snmp
+ * aggregate values received with the StatsD protocol: statsd
* swap usage: swap
* logging to syslog: syslog
* parse table-like structured files: table
* incremental parsing of logfiles: tail
+ * incremental parsing of CSV files: tail_csv
* number of TCP connections to specific ports: tcpconns
* TeamSpeak2 server statistics: teamspeak2
* power consumption measurements from "The Energy Detective" (TED): ted
* detailed virtual memory statistics: vmem
* system resources used by Linux-VServers: vserver
* wireless network stats: wireless
+ * send collected values to a graphite server: write_graphite
* send collected values to a web-server: write_http
+ * send collected values to a riemann server: write_riemann
Package: collectd
Architecture: any
diff --git a/debian/rules b/debian/rules
index af70f20dc99c346a4e4cc896643194aa948b98b2..e71ee5156649fa8605272fb5ea824ff976963cc6 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# Solaris only (requires devinfo and kstat)
confflags += --disable-tape
+# libmic is required for the mic plugin
+confflags += --disable-mic
+
# libnetapp is required for the netapp plugin.
confflags += --disable-netapp
# librouteros is required for the routeros plugin.
confflags += --disable-routeros
+# libsigrok >= 0.2.0 is required for the sigrok plugin, should arrive in unstable soon
+confflags += --disable-sigrok
+
# libmongoc is required for the write_mongodb plugin.
confflags += --disable-write_mongodb
# libkstat is required for the xfs_arc plugin.
confflags += --disable-zfs-arc
-# The static library netstat cannot be linked into shared objects on some
-# architectures (see bugs #358637, #419684 and #524593 for more details).
-ifneq (,$(filter alpha amd64 hppa ia64 ppc64 mips mipsel, $(DEB_BUILD_ARCH)))
- confflags += --disable-netlink
-endif
-
# These plugins are Linux-specific.
ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
confflags += \
rm -f debian/tmp/usr/lib/libcollectdclient.la
rm -f debian/tmp/etc/collectd.conf
- # this was broken by passing INSTALL_BASE rather than PREFIX to
- # Makefile.PL
- install -d -m 755 debian/tmp/usr/share/man/man3
- mv debian/tmp/usr/man/man3/Collectd::Unixsock.3pm \
- debian/tmp/usr/share/man/man3/
- install -d -m 755 debian/tmp/usr/share/
- mv debian/tmp/usr/lib/perl5 debian/tmp/usr/share/
-
dh_install -a --sourcedir=$(CURDIR)/debian/tmp --fail-missing
perl ./debian/bin/gen_plugin_deps.pl