summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbbd5c7)
raw | patch | inline | side by side (parent: bbbd5c7)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 May 2007 10:05:33 +0000 (12:05 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 May 2007 10:05:33 +0000 (12:05 +0200) |
debian/NEWS.Debian | patch | blob | history |
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index f1768322f9f14f43c8e1a8732e179ff769ebe21f..570487e3dd710892676869338d6686a88a364d90 100644 (file)
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
mkdir /var/lib/collectd
mv /tmp/collectd-4 /var/lib/collectd/rrd
+ Thanks to the new plugin infrastructure, the functionality to write RRD and
+ CSV files and the logging and networking facilities could be removed from
+ collectd's core and put into separate plugins, allowing more flexible
+ configurations. To get the behavior of collectd 3.x you have to enable the
+ "rrdtool" and "syslog" plugins (enabled by default) and enable and configure
+ the network plugin. See collectd.conf(5) for details.
+
Additionally, the syntax of the configuration file has changed slightly. All
strings need to be surrounded by double quotes. See collectd.conf(5) for
details.