From: Sebastian Harl Date: Thu, 23 Jul 2009 21:13:40 +0000 (+0200) Subject: README.Debian: Removed the note about using collectd2html.pl and collectd 4. X-Git-Tag: collectd-4.7.2-1~26 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4e092c6bfa628fc5434a20e8c236f64296d3fb95;p=pkg-collectd.git README.Debian: Removed the note about using collectd2html.pl and collectd 4. The script now supports the --recursive option which takes care of that. --- diff --git a/debian/README.Debian b/debian/README.Debian index 65b543d..4af57c5 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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 diff --git a/debian/changelog b/debian/changelog index 9831f28..848d49d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 23 Jul 2009 23:02:43 +0200 + -- Sebastian Harl Thu, 23 Jul 2009 23:11:30 +0200 collectd (4.6.3-1) unstable; urgency=low