summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c341c49)
raw | patch | inline | side by side (parent: c341c49)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 23 Jul 2009 21:13:40 +0000 (23:13 +0200) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/debian/README.Debian b/debian/README.Debian
index 65b543d44f4245e2a5775bd01e0a4e4c84547179..4af57c532c18628de0dbd8f1fea94e7ac5e16870 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
"/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 9831f286743375c52e2e22c330768c1ed7019dde..848d49d48f2e0103a1974ca3b6439cb84c2a7c44 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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