Code

README.Debian: Removed the note about using collectd2html.pl and collectd 4.
authorSebastian Harl <sh@tokkee.org>
Thu, 23 Jul 2009 21:13:40 +0000 (23:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 23 Jul 2009 21:13:40 +0000 (23:13 +0200)
The script now supports the --recursive option which takes care of that.

debian/README.Debian
debian/changelog

index 65b543d44f4245e2a5775bd01e0a4e4c84547179..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
index 9831f286743375c52e2e22c330768c1ed7019dde..848d49d48f2e0103a1974ca3b6439cb84c2a7c44 100644 (file)
@@ -31,8 +31,12 @@ collectd (4.7.2-1) unstable; urgency=low
     - Install collectd-java.5.
   * debian/patches:
     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
+  * debian/README.Debian:
+    - Removed the note about how to get collectd2html.pl working with
+      version 4 of collectd - the script now supports the --recursive option
+      which takes care of that.
 
- -- Sebastian Harl <tokkee@debian.org>  Thu, 23 Jul 2009 23:02:43 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Thu, 23 Jul 2009 23:11:30 +0200
 
 collectd (4.6.3-1) unstable; urgency=low