From 58007756a79b2b48d45a33b037ac0127bd93cb8d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 10 May 2009 15:45:12 +0200 Subject: [PATCH] Install collectd-{network,unixsock}.py to the examples directory. --- debian/README.Debian | 7 +++++++ debian/changelog | 3 +++ debian/rules | 1 + 3 files changed, 11 insertions(+) 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 -- 2.30.2