Code

NEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.
authorSebastian Harl <sh@tokkee.org>
Fri, 18 May 2007 10:05:33 +0000 (12:05 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 18 May 2007 10:05:33 +0000 (12:05 +0200)
debian/NEWS.Debian

index f1768322f9f14f43c8e1a8732e179ff769ebe21f..570487e3dd710892676869338d6686a88a364d90 100644 (file)
@@ -18,6 +18,13 @@ collectd (4.0.0~rc6-1) experimental; urgency=low
     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.