Code

control, rules: No not limit the libvirt plugin to amd64, i386, powerpc.
[pkg-collectd.git] / debian / README.Debian
index 273216a3c4bc73a8193f8871bad6cb44586a2404..4af57c532c18628de0dbd8f1fea94e7ac5e16870 100644 (file)
@@ -28,17 +28,6 @@ solutions are welcome.
   "/var/lib/collectd/" and generate a static HTML file and a directory
   containing several PNG files which are graphs of the RRD files found.
 
-  This script was intended to be used with version 3 of collectd but still
-  seems to be in use by some people. To get it working with version 4, you
-  have to call it once for each subdirectory containing RRD files. A sample
-  wrapper might look like this:
-
-    for dir in /var/lib/collectd/rrd/$hostname/*; do
-        out_dir=`basename "$dir"`
-        mkdir -p $out_dir
-        ( cd $out_dir && collectd2html.pl --data-dir="$dir" )
-    done
-
 - collection.cgi: Sample CGI script that creates graphs on the fly. The Perl
   modules "RRDs" (package librrds-perl), "URI:Escape" (package liburi-perl),
   "HTML::Entities" (package libhtml-parser-perl) and a CGI capable web server
@@ -113,6 +102,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.
@@ -122,7 +118,7 @@ Examples:
   it to a format the exec-plugin understands. The features are limited -
   changing the munin plugins to use the output format understood by the
   exec-plugin is recommended. See the embedded POD documentation for more
-  details: perldoc exec-munin.px
+  details: perldoc exec-munin.px.
 
 - exec-smartctl: Sample script for the exec plugin. Please refer to the
   documentation in the file - you will have to adapt it to your needs anyway.
@@ -136,6 +132,10 @@ Examples:
   packet counters, UPS-MIB and whatever people have send in. If you have some
   more definitions please send them in, so others can profit from it.
 
+- snmp-probe-host.px: Script to be used to automatically generate SNMP
+  configuration snippets for the "snmp" plugin. See the embedded POD
+  documentation for more details: perldoc snmp-probe-host.px.
+
 Additional helper scripts:
 --------------------------