summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9578a29)
raw | patch | inline | side by side (parent: 9578a29)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 May 2007 01:45:53 +0000 (03:45 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 May 2007 01:45:53 +0000 (03:45 +0200) |
debian/NEWS.Debian | patch | blob | history | |
debian/README.Debian | patch | blob | history |
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index e4e89812dcff146d40cecfa690e36e02d63e4b51..04d914544de33ceb8ded466b747e34c69f89bfb7 100644 (file)
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
"rrdtool" and "syslog" plugins (enabled by default) and enable and configure
the network plugin. See collectd.conf(5) for details.
+ This also means that a single configuration file is sufficient. The init
+ script does no longer start one collectd process for each config file found
+ in /etc/collectd/ but only for collectd.conf.
+
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.
diff --git a/debian/README.Debian b/debian/README.Debian
index 3b77e13dcbf4c3cbe13eeb4296a9acac1fbca7a8..2b64c496de1620b4b5e8777758e344b72ccbd25f 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
Configuring collectd:
---------------------
-- collectd uses a similar configuration layout as openvpn does. That is to
- say that one daemon process is started for each configuration file found in
- /etc/collectd/.
-
- See collectd.conf(5) for details about configuring collectd.
Building your own plugins: