Code

pkg-collectd.git
16 years agoUpdated changelog.
Sebastian Harl [Tue, 5 Feb 2008 23:08:18 +0000 (00:08 +0100)]
Updated changelog.

16 years agodebian/watch: Added uversionmangle for "beta" and "-rc".
Sebastian Harl [Tue, 5 Feb 2008 22:27:59 +0000 (23:27 +0100)]
debian/watch: Added uversionmangle for "beta" and "-rc".

16 years agocollectd.init.d, collectd.default: Added ENABLE_COREFILES option.
Sebastian Harl [Tue, 5 Feb 2008 22:22:01 +0000 (23:22 +0100)]
collectd.init.d, collectd.default: Added ENABLE_COREFILES option.

If this option is enabled, the core file limit will be set to unlimited when
executing the init script.

16 years agodebian/collectd.init.d: Use the correct pid-file during shut-down.
Sebastian Harl [Tue, 5 Feb 2008 22:14:13 +0000 (23:14 +0100)]
debian/collectd.init.d: Use the correct pid-file during shut-down.

Slightly simplified the handling of different setups.

16 years agoDo not compile collectd with debugging support.
Sebastian Harl [Tue, 5 Feb 2008 21:51:25 +0000 (22:51 +0100)]
Do not compile collectd with debugging support.

16 years agoAdded workaround for the "dlopen()-issue" of the perl plugin.
Sebastian Harl [Tue, 5 Feb 2008 21:48:19 +0000 (22:48 +0100)]
Added workaround for the "dlopen()-issue" of the perl plugin.

There is no way to tell lt_dlopen() to use the RTLD_GLOBAL flag which is
however required by the perl plugin (which would otherwise be unable to find
symbols defined in libperl when loading perl modules that require such
symbols).

This can be worked around by using -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL'
when compiling collectd. This is rather a hack but the best solution I can
currently think of.

16 years agoAdded libvirt and uuid plugin to the package description.
Sebastian Harl [Mon, 4 Feb 2008 23:07:19 +0000 (00:07 +0100)]
Added libvirt and uuid plugin to the package description.

16 years agoAdded build deps and a changelog entry for the new uuid and libvirt plugins.
Sebastian Harl [Mon, 4 Feb 2008 22:40:33 +0000 (23:40 +0100)]
Added build deps and a changelog entry for the new uuid and libvirt plugins.

16 years agoUpdated changelog.
Sebastian Harl [Mon, 4 Feb 2008 22:02:05 +0000 (23:02 +0100)]
Updated changelog.

 * Added note about the monitoring support.
 * Closed #455162.

16 years agodebian/rules: Removed an unneeded call to dh_installman.
Sebastian Harl [Mon, 4 Feb 2008 21:24:03 +0000 (22:24 +0100)]
debian/rules: Removed an unneeded call to dh_installman.

This must have been some really old legacy stuff...

16 years agoUpdated package description to include a note about monitoring as well.
Sebastian Harl [Mon, 4 Feb 2008 20:58:53 +0000 (21:58 +0100)]
Updated package description to include a note about monitoring as well.

16 years agocollectd.init.d: Optionally use collectdmon to monitor collectd.
Sebastian Harl [Fri, 1 Feb 2008 20:43:52 +0000 (21:43 +0100)]
collectd.init.d: Optionally use collectdmon to monitor collectd.

This may be configured using the USE_COLLECTDMON variable - enabled by
default.

16 years agoUpdated changelog to 4.3.0~beta0-1.
Sebastian Harl [Fri, 1 Feb 2008 20:12:05 +0000 (21:12 +0100)]
Updated changelog to 4.3.0~beta0-1.

The upstream snapshot 4.3.0beta0 will be released shortly.

16 years agoInstall src/liboconfig/oconfig.h to /usr/include/collectd as well.
Sebastian Harl [Fri, 1 Feb 2008 08:27:52 +0000 (09:27 +0100)]
Install src/liboconfig/oconfig.h to /usr/include/collectd as well.

This file is required by a couple other headers and currently not installed by
any other package.

16 years agodebian/rules: Remove empty directory usr/include from the "collectd" package. collectd-4.2.4-1
Sebastian Harl [Sun, 27 Jan 2008 17:51:37 +0000 (18:51 +0100)]
debian/rules: Remove empty directory usr/include from the "collectd" package.

16 years agoDisabled xmms plugin.
Sebastian Harl [Sun, 27 Jan 2008 17:39:48 +0000 (18:39 +0100)]
Disabled xmms plugin.

xmms will be removed from unstable.

16 years agoUpdated changelog to 4.2.4-1.
Sebastian Harl [Sun, 27 Jan 2008 17:01:58 +0000 (18:01 +0100)]
Updated changelog to 4.2.4-1.

16 years agodebian/rules: Added --without-libstatgrab to the configure options.
Sebastian Harl [Sun, 27 Jan 2008 16:18:01 +0000 (17:18 +0100)]
debian/rules: Added --without-libstatgrab to the configure options.

Else, collectd will be linked against libstatgrab if it's available - even if
the library is not used at all.

16 years agoUpdated standards-version to 3.7.3.
Sebastian Harl [Sun, 27 Jan 2008 16:17:23 +0000 (17:17 +0100)]
Updated standards-version to 3.7.3.

No changes were necessary.

16 years agoUpdated changelog to 4.2.3-1.
Sebastian Harl [Wed, 9 Jan 2008 15:32:31 +0000 (16:32 +0100)]
Updated changelog to 4.2.3-1.

16 years agoAdded support for the "status" command to the init script.
Sebastian Harl [Sun, 6 Jan 2008 17:12:17 +0000 (18:12 +0100)]
Added support for the "status" command to the init script.

16 years agoAdded libregexp-common-perl to the suggested packages for "collectd".
Sebastian Harl [Thu, 20 Dec 2007 13:03:46 +0000 (13:03 +0000)]
Added libregexp-common-perl to the suggested packages for "collectd".

The Regexp::Common module is used by Collectd::Unixsock.

16 years agoUpdated dpkg-dev build dependency version to 1.14.10.
Sebastian Harl [Fri, 30 Nov 2007 16:00:43 +0000 (16:00 +0000)]
Updated dpkg-dev build dependency version to 1.14.10.

This is required because of #452262.

16 years agoAdded versioned (>= 1.14.6) dpkg-dev build dependency.
Sebastian Harl [Fri, 23 Nov 2007 18:51:58 +0000 (18:51 +0000)]
Added versioned (>= 1.14.6) dpkg-dev build dependency.

This is required for "Vcs-*" and "Homepage" fields support.

16 years agoMoved "Homepage" field from package description to the source stanza. collectd-4.2.1-1
Sebastian Harl [Fri, 23 Nov 2007 11:01:21 +0000 (11:01 +0000)]
Moved "Homepage" field from package description to the source stanza.

16 years agoAdded exec and snmp plugin examples to /usr/share/doc/.
Sebastian Harl [Mon, 19 Nov 2007 16:28:08 +0000 (16:28 +0000)]
Added exec and snmp plugin examples to /usr/share/doc/.

16 years agoUpdated changelog to 4.2.1-1.
Sebastian Harl [Mon, 19 Nov 2007 15:43:21 +0000 (15:43 +0000)]
Updated changelog to 4.2.1-1.

The XS-Vcs-* -> Vcs-* changes did not make it into 4.2.0-1, so the entry has
been moved to 4.2.1-1. The 4.2.0-1 changelog entry has been reset to the
version uploaded to Debian.

16 years agocollectd.conf: Marked advanced rrdtool plugin options as such.
Sebastian Harl [Sun, 18 Nov 2007 22:34:03 +0000 (23:34 +0100)]
collectd.conf: Marked advanced rrdtool plugin options as such.

16 years agoChanged XS-Vcs-* to Vcs-*.
Sebastian Harl [Mon, 29 Oct 2007 22:18:41 +0000 (23:18 +0100)]
Changed XS-Vcs-* to Vcs-*.

This is now officially supported by dpkg.

16 years agoRemoved src/libconfig/ from copyright - it no longer exists upstream. collectd-4.2.0-1
Sebastian Harl [Mon, 29 Oct 2007 08:12:59 +0000 (09:12 +0100)]
Removed src/libconfig/ from copyright - it no longer exists upstream.

16 years agoAdded ipvs, memcached, nginx and tcpconns to the package description.
Sebastian Harl [Sun, 28 Oct 2007 17:05:08 +0000 (18:05 +0100)]
Added ipvs, memcached, nginx and tcpconns to the package description.

16 years agoUpdated NEWS.Debian entry to 4.2.0-1.
Sebastian Harl [Sun, 28 Oct 2007 16:57:07 +0000 (17:57 +0100)]
Updated NEWS.Debian entry to 4.2.0-1.

4.1.x has never been uploaded to Debian.

16 years agoAdded debian/include/net/ip_vs.h.
Sebastian Harl [Sun, 28 Oct 2007 16:06:45 +0000 (17:06 +0100)]
Added debian/include/net/ip_vs.h.

This header is used by the ipvs plugin.

16 years agoAdded ipvs, memcached, nginx and tcpconns to collectd.conf.
Sebastian Harl [Sun, 28 Oct 2007 14:42:02 +0000 (15:42 +0100)]
Added ipvs, memcached, nginx and tcpconns to collectd.conf.

16 years agoUpdated dependency version of collectd-dev.
Sebastian Harl [Sun, 28 Oct 2007 14:19:19 +0000 (15:19 +0100)]
Updated dependency version of collectd-dev.

16 years agoInstall Perl bindings to the "vendor" module path.
Sebastian Harl [Sun, 28 Oct 2007 13:37:31 +0000 (14:37 +0100)]
Install Perl bindings to the "vendor" module path.

Don't install contrib/PerlLib/ as example - it's no longer available.

16 years agoUpdated to collectd-4.2.0-1.
Sebastian Harl [Sun, 28 Oct 2007 12:39:50 +0000 (13:39 +0100)]
Updated to collectd-4.2.0-1.

 * Updated changelog.
 * Updated copyright.

16 years agoAdded libcurl4-gnutls-dev to build dependencies.
Sebastian Harl [Sat, 27 Oct 2007 22:11:46 +0000 (00:11 +0200)]
Added libcurl4-gnutls-dev to build dependencies.

This is an option to libcurl3-gnutls-dev which no longer exists in
testing/unstable.

16 years agoRemoved debian/examples/myplugin.c and debian/examples/MyPlugin.pm.
Sebastian Harl [Sat, 27 Oct 2007 22:10:06 +0000 (00:10 +0200)]
Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm.

They are now included in the upstream sources.

16 years agoUpdated changelog to collectd-4.1.3-1.
Sebastian Harl [Wed, 24 Oct 2007 21:30:55 +0000 (23:30 +0200)]
Updated changelog to collectd-4.1.3-1.

16 years agoDisable the netlink plugin on alpha, amd64, hppa, ia64 and ppc64.
Sebastian Harl [Mon, 8 Oct 2007 16:54:22 +0000 (16:54 +0000)]
Disable the netlink plugin on alpha, amd64, hppa, ia64 and ppc64.

libnetlink is only available as a static library compiled without -fPIC and
thus cannot be linked into a shared object on those architectures.

16 years agoAdded collectd.overrides.
Sebastian Harl [Sun, 7 Oct 2007 13:22:44 +0000 (15:22 +0200)]
Added collectd.overrides.

This overrides shlib-with-non-pic-code errors of plugins liked against
static libraries which have not been linked with -fPIC.

16 years agocollectd.init.d: d_start: Do not redirect stderr to /dev/null.
Sebastian Harl [Sat, 6 Oct 2007 21:56:27 +0000 (23:56 +0200)]
collectd.init.d: d_start: Do not redirect stderr to /dev/null.

Else warning messages about failed plugins will not be visible.

16 years agoAdd cussh.pl to examples/ as well.
Sebastian Harl [Sat, 6 Oct 2007 21:30:44 +0000 (23:30 +0200)]
Add cussh.pl to examples/ as well.

16 years agoDo not compress example plugins.
Sebastian Harl [Sat, 6 Oct 2007 21:00:13 +0000 (23:00 +0200)]
Do not compress example plugins.

16 years agoUpdated changelog.
Sebastian Harl [Sat, 6 Oct 2007 20:57:18 +0000 (22:57 +0200)]
Updated changelog.

16 years agoAdded NEWS.Debian entry about merging the plugin packages.
Sebastian Harl [Sat, 6 Oct 2007 20:52:59 +0000 (22:52 +0200)]
Added NEWS.Debian entry about merging the plugin packages.

16 years agoDo not ignore "make clean" errors.
Sebastian Harl [Sat, 6 Oct 2007 19:53:44 +0000 (21:53 +0200)]
Do not ignore "make clean" errors.

16 years agoUpdated to collectd-4.1.2-1.
Sebastian Harl [Sat, 6 Oct 2007 19:50:12 +0000 (21:50 +0200)]
Updated to collectd-4.1.2-1.

16 years agoMoved check_plugins.pl and gen_plugin_deps.pl to debian/bin/.
Sebastian Harl [Sat, 6 Oct 2007 19:32:16 +0000 (21:32 +0200)]
Moved check_plugins.pl and gen_plugin_deps.pl to debian/bin/.

16 years agoAdded README.Debian.plugins.in and gen_plugin_deps.pl.
Sebastian Harl [Sat, 6 Oct 2007 19:29:24 +0000 (21:29 +0200)]
Added README.Debian.plugins.in and gen_plugin_deps.pl.

The script gen_plugin_deps.pl generates a list of dependencies for each
plugin requiring anything besides libc6. README.Debian.plugins.in and this
list are then used to create README.Debian.plugins which is included in
the collectd binary package.

16 years agocheck_plugins.pl: Fixed open{,dir}() error handling.
Sebastian Harl [Fri, 5 Oct 2007 17:37:38 +0000 (19:37 +0200)]
check_plugins.pl: Fixed open{,dir}() error handling.

If open{,dir}() fails, the {file,dir}handle is _not_ an undefined value.
The functions simply return a false value in that case.

16 years agodebian/rules: Removed unnecessary call to dh_shlibdeps(1).
Sebastian Harl [Wed, 26 Sep 2007 06:46:05 +0000 (08:46 +0200)]
debian/rules: Removed unnecessary call to dh_shlibdeps(1).

This has been superseded by the call to dpkg-shlibdeps(1).

16 years agoAdded missing plugins to package description.
Sebastian Harl [Wed, 26 Sep 2007 06:37:11 +0000 (08:37 +0200)]
Added missing plugins to package description.

16 years agoMerged all plugin binary packages into the "collectd" binary package.
Sebastian Harl [Wed, 26 Sep 2007 06:23:51 +0000 (08:23 +0200)]
Merged all plugin binary packages into the "collectd" binary package.

 * collectd now conflicts, provides, replaces all plugin binary packages
 * updated debian/rules

16 years agoRecommend all plugin's library dependencies.
Sebastian Harl [Mon, 24 Sep 2007 06:34:37 +0000 (08:34 +0200)]
Recommend all plugin's library dependencies.

16 years agoUpdated init script to wait for collectd to shut down.
Sebastian Harl [Sun, 2 Sep 2007 14:08:53 +0000 (16:08 +0200)]
Updated init script to wait for collectd to shut down.

 * Closes: #422208.
 * Added collectd.default.

16 years agoUpdated to collectd-4.1.0-1.
Sebastian Harl [Sat, 1 Sep 2007 23:33:57 +0000 (01:33 +0200)]
Updated to collectd-4.1.0-1.

 * Updated copyright file.
 * Updated collectd.conf.
 * Added iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev build dependencies.

16 years agoUpdated to collectd-4.0.7-1. collectd-4.0.7-1
Sebastian Harl [Fri, 31 Aug 2007 08:32:08 +0000 (10:32 +0200)]
Updated to collectd-4.0.7-1.

16 years agoConverted all files to UTF-8.
Sebastian Harl [Tue, 14 Aug 2007 21:56:53 +0000 (23:56 +0200)]
Converted all files to UTF-8.

16 years agoREADME.Debian: Added documentation of the provided examples.
Sebastian Harl [Thu, 9 Aug 2007 20:08:13 +0000 (22:08 +0200)]
README.Debian: Added documentation of the provided examples.

Thanks to Eduard Bloch for his proposal which I based my changes on. This
closes #434182.

16 years agoUpdated to collectd-4.0.6-1.
Sebastian Harl [Mon, 6 Aug 2007 17:05:38 +0000 (19:05 +0200)]
Updated to collectd-4.0.6-1.

16 years agoAdded httpd-cgi to suggested packages.
Sebastian Harl [Sun, 22 Jul 2007 11:40:02 +0000 (13:40 +0200)]
Added httpd-cgi to suggested packages.

16 years agoChanged collectd-dbg's section to "utils".
Sebastian Harl [Sun, 22 Jul 2007 11:35:15 +0000 (13:35 +0200)]
Changed collectd-dbg's section to "utils".

16 years agoUpdated to collectd-4.0.5-1.
Sebastian Harl [Fri, 6 Jul 2007 11:45:33 +0000 (11:45 +0000)]
Updated to collectd-4.0.5-1.

16 years agoDisabled iptables and nut plugins on hppa as well.
Sebastian Harl [Fri, 29 Jun 2007 22:30:51 +0000 (00:30 +0200)]
Disabled iptables and nut plugins on hppa as well.

Frank Lichtenheld reported a FTBFS on hppa due to linking a static library
build without -fPIC into a shared object.

This is most likely caused by bugs #358637 and #419684.

16 years agoUpdated to collectd-4.0.4-1.
Sebastian Harl [Mon, 25 Jun 2007 07:27:43 +0000 (09:27 +0200)]
Updated to collectd-4.0.4-1.

16 years agoUpdated changelog to 4.0.3-1. collectd-4.0.3-1
Sebastian Harl [Tue, 19 Jun 2007 20:42:35 +0000 (21:42 +0100)]
Updated changelog to 4.0.3-1.

16 years agoDo not build apple_sensors and tape plugins. collectd-4.0.2-1
Sebastian Harl [Wed, 13 Jun 2007 18:04:34 +0000 (19:04 +0100)]
Do not build apple_sensors and tape plugins.

They do not provide any functionality any longer.

16 years agoUpdated package description.
Sebastian Harl [Wed, 13 Jun 2007 16:54:02 +0000 (17:54 +0100)]
Updated package description.

16 years agoAdded check_plugins.pl to check the build result of all plugins.
Sebastian Harl [Wed, 13 Jun 2007 16:48:24 +0000 (17:48 +0100)]
Added check_plugins.pl to check the build result of all plugins.

16 years agoChanged ${Source-Version} to ${binary:Version} and ${source:Version}.
Sebastian Harl [Wed, 13 Jun 2007 10:40:25 +0000 (11:40 +0100)]
Changed ${Source-Version} to ${binary:Version} and ${source:Version}.

16 years agochangelog: Added note about XS-Vcs-* tags.
Sebastian Harl [Wed, 13 Jun 2007 10:15:31 +0000 (11:15 +0100)]
changelog: Added note about XS-Vcs-* tags.

16 years agoAdded XS-Vcs-* tags.
Sebastian Harl [Wed, 13 Jun 2007 10:01:10 +0000 (11:01 +0100)]
Added XS-Vcs-* tags.

16 years agoUpdated to collectd-4.0.2-1.
Sebastian Harl [Tue, 12 Jun 2007 12:49:08 +0000 (14:49 +0200)]
Updated to collectd-4.0.2-1.

16 years agoClosed #428114 - "New upstream version".
Sebastian Harl [Sat, 9 Jun 2007 11:18:41 +0000 (11:18 +0000)]
Closed #428114 - "New upstream version".

16 years agoUpdated to collectd-4.0.1-1.
Sebastian Harl [Thu, 7 Jun 2007 15:38:40 +0000 (17:38 +0200)]
Updated to collectd-4.0.1-1.

16 years agoInstall NEWS.Debian to binary package "collectd" only.
Sebastian Harl [Thu, 7 Jun 2007 15:28:55 +0000 (17:28 +0200)]
Install NEWS.Debian to binary package "collectd" only.

16 years agocopyright: Mention occurrence of GPL v2only and v2+.
Sebastian Harl [Thu, 7 Jun 2007 15:28:20 +0000 (17:28 +0200)]
copyright: Mention occurrence of GPL v2only and v2+.

16 years agoMyPlugin.pm: Set max value to 65535 instead of undef.
Sebastian Harl [Tue, 5 Jun 2007 21:29:52 +0000 (23:29 +0200)]
MyPlugin.pm: Set max value to 65535 instead of undef.

The current handling of undefined values is not quite what it is supposed to
be.

16 years agoFixed a typo in README.Debian.
Sebastian Harl [Tue, 5 Jun 2007 20:39:53 +0000 (22:39 +0200)]
Fixed a typo in README.Debian.

16 years agoNEWS.Debian: Added note about http://collectd.org/migrate-v3-v4.shtml.
Sebastian Harl [Tue, 5 Jun 2007 20:15:45 +0000 (22:15 +0200)]
NEWS.Debian: Added note about collectd.org/migrate-v3-v4.shtml.

16 years agocollectd.conf: Set default LogLevel to "info" for the syslog plugin.
Sebastian Harl [Tue, 5 Jun 2007 20:13:44 +0000 (22:13 +0200)]
collectd.conf: Set default LogLevel to "info" for the syslog plugin.

16 years agoAdded liburi-perl and libhtml-parser-perl to suggested packages.
Sebastian Harl [Tue, 5 Jun 2007 20:00:30 +0000 (22:00 +0200)]
Added liburi-perl and libhtml-parser-perl to suggested packages.

These packages provide Perl modules required by collection.cgi.

16 years agoAdded libpcap0.8-dev as option to the libpcap-dev build dependency.
Sebastian Harl [Tue, 5 Jun 2007 19:41:49 +0000 (21:41 +0200)]
Added libpcap0.8-dev as option to the libpcap-dev build dependency.

16 years agoThis is not a release candidate any longer.
Sebastian Harl [Mon, 4 Jun 2007 20:12:38 +0000 (22:12 +0200)]
This is not a release candidate any longer.

16 years agocollectd.init.d: s/Statistics/statistics/.
Sebastian Harl [Sun, 3 Jun 2007 23:22:44 +0000 (01:22 +0200)]
collectd.init.d: s/Statistics/statistics/.

16 years agoREADME.Debian: minor layout improvements.
Sebastian Harl [Sun, 3 Jun 2007 23:10:48 +0000 (01:10 +0200)]
README.Debian: minor layout improvements.

16 years agoAdded note about unused plugins on the server side to NEWS.Debian.
Sebastian Harl [Sun, 3 Jun 2007 23:06:40 +0000 (01:06 +0200)]
Added note about unused plugins on the server side to NEWS.Debian.

16 years agoMention the removal of the different operating modes in NEWS.Debian.
Sebastian Harl [Sun, 3 Jun 2007 23:00:59 +0000 (01:00 +0200)]
Mention the removal of the different operating modes in NEWS.Debian.

16 years agoAdded note about MyPlugin.pm to changelog.
Sebastian Harl [Sun, 3 Jun 2007 22:48:35 +0000 (00:48 +0200)]
Added note about MyPlugin.pm to changelog.

16 years agoUpdated to 4.0.0 final.
Sebastian Harl [Sun, 3 Jun 2007 22:43:46 +0000 (00:43 +0200)]
Updated to 4.0.0 final.

Updated changelog, NEWS.Debian and closed #422212.

16 years agoAdded dependency on lm-sensors to collectd-sensors.
Sebastian Harl [Sat, 2 Jun 2007 12:55:21 +0000 (14:55 +0200)]
Added dependency on lm-sensors to collectd-sensors.

16 years agoREADME.Debian: Added notes about MyPlugin.pm.
Sebastian Harl [Sun, 20 May 2007 15:06:56 +0000 (17:06 +0200)]
README.Debian: Added notes about MyPlugin.pm.

16 years agoAdded Perl plugin template MyPlugin.pm.
Sebastian Harl [Sun, 20 May 2007 14:53:16 +0000 (16:53 +0200)]
Added Perl plugin template MyPlugin.pm.

16 years agoREADME.Debian: Replaced pointer to "SPECIAL PLUGINS" in collectd(1).
Sebastian Harl [Sun, 20 May 2007 14:36:53 +0000 (16:36 +0200)]
README.Debian: Replaced pointer to "SPECIAL PLUGINS" in collectd(1).

The information can now be found in separate manpages.

16 years agomyplugin.c: Do not pass a modreg_e to plugin_register.
Sebastian Harl [Sun, 20 May 2007 14:24:22 +0000 (16:24 +0200)]
myplugin.c: Do not pass a modreg_e to plugin_register.

This has been removed in rc7.

16 years agoUpdated changelog.
Sebastian Harl [Sun, 20 May 2007 01:47:37 +0000 (03:47 +0200)]
Updated changelog.

16 years agoUpdated NEWS.Debian and README.Debian for new init script.
Sebastian Harl [Sun, 20 May 2007 01:45:53 +0000 (03:45 +0200)]
Updated NEWS.Debian and README.Debian for new init script.

16 years agocollectd.init.d: Only use /etc/collectd/collectd.conf as config file.
Sebastian Harl [Sun, 20 May 2007 01:38:36 +0000 (03:38 +0200)]
collectd.init.d: Only use /etc/collectd/collectd.conf as config file.

Because of the new plugin infrastructure, a single config file suffices. As
we're now shipping collection.conf in /etc/collectd/ we do not want the init
script to look for multiple config files.