From 3134350a1e987a254316c24c836567000bf66e99 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 2 Jun 2009 20:25:23 +0200 Subject: [PATCH] rules: Install collectd-network.py to /usr/share/doc/collectd/examples/. --- debian/README.Debian | 4 ++++ debian/changelog | 4 +++- debian/rules | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian index d5472c9..b53ab9f 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -113,6 +113,10 @@ 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. + - 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 c07d3cd..783c344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ collectd (4.6.3-1) unstable; urgency=low * New upstream release. + * debian/rules: + - Install collectd-network.py to /usr/share/doc/collectd/examples/. - -- Sebastian Harl Tue, 02 Jun 2009 20:17:01 +0200 + -- Sebastian Harl Tue, 02 Jun 2009 20:24:43 +0200 collectd (4.6.2-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b778957..7200e56 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/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