From: Sebastian Harl Date: Sun, 10 May 2009 13:45:12 +0000 (+0200) Subject: Install collectd-{network,unixsock}.py to the examples directory. X-Git-Tag: collectd-4.7.2-1~38^2^2^2~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58007756a79b2b48d45a33b037ac0127bd93cb8d;p=pkg-collectd.git Install collectd-{network,unixsock}.py to the examples directory. --- diff --git a/debian/README.Debian b/debian/README.Debian index d5472c9..65b543d 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -113,6 +113,13 @@ Examples: global logging of all traffic going in and out of an interface. This information can then be collected by collectd's iptables plugin. +- collectd-network.py: Python module implementing the collectd network + protocol in pure Python. It currently supports to receive data and + notifications from collectd. + +- collectd-unixsock.py: Python module providing an interface to collect's + unixsock plugin. + - cussh.pl: "Collectd Unix Socket SHell" is a small, interactive front-end for the unixsock plugin. See the embedded POD documentation for details: perldoc cussh.pl. diff --git a/debian/changelog b/debian/changelog index 391b907..7c76830 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ collectd (4.7.0-1) unstable; urgency=low - Parse table-like structured files: table - Power consumption measurements from "The Energy Detective" (TED): ted - System uptime: uptime + * debian/rules: + - Install collectd-{network,unixsock}.py to /usr/share/doc/collectd/ + examples/. -- Sebastian Harl Sun, 10 May 2009 13:12:16 +0200 diff --git a/debian/rules b/debian/rules index 3005e56..5a50f3a 100755 --- a/debian/rules +++ b/debian/rules @@ -136,6 +136,7 @@ binary-arch: build install-arch contrib/exec-nagios.conf contrib/exec-nagios.px \ contrib/SpamAssassin/ contrib/iptables/ contrib/cussh.pl \ contrib/snmp-data.conf contrib/add_rra.sh contrib/network-proxy.py \ + contrib/collectd-network.py contrib/collectd-unixsock.py \ contrib/snmp-probe-host.px # the 4.6.2 upstream tarball had been built inside a dirty working dir rm debian/collectd/usr/share/doc/collectd/examples/collection3/bin/foo