Code

pkg-collectd.git
15 years agontpd_type_pun_fix.dpatch: Added x-bit.
Sebastian Harl [Fri, 29 May 2009 11:34:39 +0000 (13:34 +0200)]
ntpd_type_pun_fix.dpatch: Added x-bit.

15 years agopatches: Added include_empty_files.dpatch.
Sebastian Harl [Thu, 28 May 2009 14:28:27 +0000 (16:28 +0200)]
patches: Added include_empty_files.dpatch.

This is an upstream patch to fix the inclusion of empty configuration files,
thanks to Alexander Wirt for reporting this.

15 years agocollectd.conf: Updated sample configuration.
Sebastian Harl [Wed, 27 May 2009 11:59:48 +0000 (13:59 +0200)]
collectd.conf: Updated sample configuration.

Added further config options that did not yet appear.

15 years agocollectd.conf: Updated path to default types.db.
Sebastian Harl [Wed, 27 May 2009 10:52:28 +0000 (12:52 +0200)]
collectd.conf: Updated path to default types.db.

The file is now located in /usr/share.

15 years agocontrol: Added new plugins to package description.
Sebastian Harl [Sun, 10 May 2009 19:42:04 +0000 (21:42 +0200)]
control: Added new plugins to package description.

15 years agocontrol: Let collectd-dev depend on collectd << 4.8~.
Sebastian Harl [Sun, 10 May 2009 19:39:10 +0000 (21:39 +0200)]
control: Let collectd-dev depend on collectd << 4.8~.

15 years agocollectd.conf: Added new plugins.
Sebastian Harl [Sun, 10 May 2009 19:34:08 +0000 (21:34 +0200)]
collectd.conf: Added new plugins.

15 years agorules: Pass CPPFLAGS and CFLAGS as arguments to configure.
Sebastian Harl [Sun, 10 May 2009 18:07:39 +0000 (20:07 +0200)]
rules: Pass CPPFLAGS and CFLAGS as arguments to configure.

... instead of setting them in the environment - this is the recommended way.

15 years agorules: Be more verbose about why certain plugins are disabled.
Sebastian Harl [Sun, 10 May 2009 15:39:00 +0000 (17:39 +0200)]
rules: Be more verbose about why certain plugins are disabled.

Also, explicitly disable the oracle and rrdcached plugins (whose dependencies
are not available (yet) in Debian) to ensure consistent builds no matter what
is available on the build system.

15 years agorules: Disabled memcachec plugin.
Sebastian Harl [Sun, 10 May 2009 15:25:47 +0000 (17:25 +0200)]
rules: Disabled memcachec plugin.

libmemcached is required for this plugin.

15 years agorules: Disabled gmond plugin.
Sebastian Harl [Sun, 10 May 2009 15:23:06 +0000 (17:23 +0200)]
rules: Disabled gmond plugin.

libganglia >= 3 is required for this plugin.

15 years agoRevert "rules: Remove collection3/bin/foo from the package."
Sebastian Harl [Sun, 10 May 2009 15:18:22 +0000 (17:18 +0200)]
Revert "rules: Remove collection3/bin/foo from the package."

This reverts commit 443437310ac28a84fc41eb982ccc91ddab25d9a7 which no longer
applies to version 4.7.

15 years agopatches: Removed battery_acpi_complain.dpatch and ntpd_type_pun_fix.dpatch.
Sebastian Harl [Sun, 10 May 2009 15:11:57 +0000 (17:11 +0200)]
patches: Removed battery_acpi_complain.dpatch and ntpd_type_pun_fix.dpatch.

Those patches have been included upstream.

15 years agocopyright: Updated for 4.7.
Sebastian Harl [Sun, 10 May 2009 14:39:37 +0000 (16:39 +0200)]
copyright: Updated for 4.7.

15 years agoInstall collectd-{network,unixsock}.py to the examples directory.
Sebastian Harl [Sun, 10 May 2009 13:45:12 +0000 (15:45 +0200)]
Install collectd-{network,unixsock}.py to the examples directory.

15 years agochangelog: Updated to 4.7.0-1.
Sebastian Harl [Sun, 10 May 2009 12:03:01 +0000 (14:03 +0200)]
changelog: Updated to 4.7.0-1.

15 years agorules: Remove collection3/bin/foo from the package.
Sebastian Harl [Sun, 10 May 2009 11:42:48 +0000 (13:42 +0200)]
rules: Remove collection3/bin/foo from the package.

Obviously, the upstream 4.6.2 tarball had been built inside a dirty working
directory.

15 years agocontrol: Do not build-depend on iproute-dev on mips, mipsel.
Sebastian Harl [Thu, 7 May 2009 08:32:40 +0000 (10:32 +0200)]
control: Do not build-depend on iproute-dev on mips, mipsel.

The netlink plugin has been disabled on those architectures.

15 years agoMerge branch 'master' of git://git.tokkee.org/pkg-collectd
Sebastian Harl [Thu, 7 May 2009 08:30:19 +0000 (10:30 +0200)]
Merge branch 'master' of git://git.tokkee.org/pkg-collectd

15 years agocontrol: Fixed a typo.
Sebastian Harl [Wed, 6 May 2009 12:37:21 +0000 (14:37 +0200)]
control: Fixed a typo.

Thanks to CoolCold for pointing that out.

15 years agochangelog: Thank Peter De Schrijver for reporting #524593.
Sebastian Harl [Tue, 5 May 2009 21:05:53 +0000 (23:05 +0200)]
changelog: Thank Peter De Schrijver for reporting #524593.

15 years agopatches: Added ntpd_type_pun_fix.dpatch.
Sebastian Harl [Tue, 5 May 2009 21:02:23 +0000 (23:02 +0200)]
patches: Added ntpd_type_pun_fix.dpatch.

This is an upstream patch to fix dereferencing of a type-punned pointer
identified by GCC 4.4 (thanks to Martin Michlmayr for reporting this).

Closes: #526667
15 years agocontrol: Build depend on iptables-dev >= 1.4.3.2-2.
Sebastian Harl [Mon, 20 Apr 2009 20:54:46 +0000 (22:54 +0200)]
control: Build depend on iptables-dev >= 1.4.3.2-2.

Bug #524766 has been fixed in that version. Thus, dropping the dependency on
iptables.

15 years agocontrol: Build-depend on iptables-dev (>= 1.4.3.1-1) and iptables.
Sebastian Harl [Sun, 19 Apr 2009 19:31:17 +0000 (21:31 +0200)]
control: Build-depend on iptables-dev (>= 1.4.3.1-1) and iptables.

This allows to link against the packaged libiptc. libiptc is available as
shared library since iptables 1.4.3. Depend on iptables as well to work around
bug #524766.

15 years agofilters.conf: Added LoadPlugin options for all matches and targets.
Sebastian Harl [Sun, 19 Apr 2009 17:41:50 +0000 (19:41 +0200)]
filters.conf: Added LoadPlugin options for all matches and targets.

15 years agorules: Disabled "netlink" plugin on mips and mipsel.
Sebastian Harl [Sun, 19 Apr 2009 17:32:08 +0000 (19:32 +0200)]
rules: Disabled "netlink" plugin on mips and mipsel.

Those architectures do not allow to link non-PIC code into shared objects.

Closes: #524593
15 years agorules: Added contrib/php-collection/ to /usr/share/doc/collectd/.
Sebastian Harl [Sun, 19 Apr 2009 16:02:13 +0000 (18:02 +0200)]
rules: Added contrib/php-collection/ to /usr/share/doc/collectd/.

15 years agocollectd.conf, filters.conf: Added a sample filter chain configuration.
Sebastian Harl [Sun, 19 Apr 2009 15:56:55 +0000 (17:56 +0200)]
collectd.conf, filters.conf: Added a sample filter chain configuration.

15 years agopatches: Added battery_acpi_complain.dpatch.
Sebastian Harl [Tue, 14 Apr 2009 13:32:45 +0000 (15:32 +0200)]
patches: Added battery_acpi_complain.dpatch.

This is an upstream patch to fix excessive error messages in the battery
plugin in case /proc/acpi/battery is not available.

The changelog has been updated to 4.6.2-2.

15 years agocollectd.conf: Added bind, curl, dbi and openvpn plugins.
Sebastian Harl [Mon, 13 Apr 2009 21:27:40 +0000 (23:27 +0200)]
collectd.conf: Added bind, curl, dbi and openvpn plugins.

15 years agorules: Don't check for dependencies in debian/collectd/usr/bin/.
Sebastian Harl [Mon, 13 Apr 2009 21:04:53 +0000 (23:04 +0200)]
rules: Don't check for dependencies in debian/collectd/usr/bin/.

That directory no longer exists.

15 years agopo: Added Spanish debconf template translation. collectd-4.6.2-1
Sebastian Harl [Thu, 2 Apr 2009 14:39:48 +0000 (16:39 +0200)]
po: Added Spanish debconf template translation.

Thanks to Francisco Javier Cuadrado and Erika Chacón Vivas.

Closes: #520988
15 years agochangelog: The new release fixes #521993.
Sebastian Harl [Thu, 2 Apr 2009 14:34:46 +0000 (16:34 +0200)]
changelog: The new release fixes #521993.

collection.cgi now supports vmem graphs.

15 years agochangelog: The new release fixes #521748.
Sebastian Harl [Thu, 2 Apr 2009 14:22:47 +0000 (16:22 +0200)]
changelog: The new release fixes #521748.

Frank Lichtenheld reported that collectd FTBFS because of the following
compiler error: 'const struct in6_addr' has no member named 'in6_u'. This had
already been fixed in 4.5.2.

15 years agoUpdated to collectd-4.6.2-1.
Sebastian Harl [Thu, 2 Apr 2009 14:07:49 +0000 (16:07 +0200)]
Updated to collectd-4.6.2-1.

Removed postgresql_conf_fix.dpatch and types_list.dpatch, which have been
included in 4.6.2.

15 years agoLet collectd-nagios replace collectd (<< 4.6.1-1~).
Sebastian Harl [Thu, 2 Apr 2009 14:02:21 +0000 (16:02 +0200)]
Let collectd-nagios replace collectd (<< 4.6.1-1~).

The new packages overwrites /usr/bin/collectd-nagios.

15 years agodebian/copyright: Reference GPL-2 in addition to GPL (latest version).
Sebastian Harl [Sun, 22 Mar 2009 22:22:11 +0000 (23:22 +0100)]
debian/copyright: Reference GPL-2 in addition to GPL (latest version).

GPL2-only is used by some files.

15 years agocontrol: Let the -dev package depend on a strict version of the lib package.
Sebastian Harl [Sun, 22 Mar 2009 22:13:46 +0000 (23:13 +0100)]
control: Let the -dev package depend on a strict version of the lib package.

The -dev package includes a symlink to the full soname, not only the major
version. Thanks to Frank Lichtenheld (via ftpmaster) for pointing that out.

15 years agocontrol: Updated Standards-Version to 3.8.1.
Sebastian Harl [Sun, 15 Mar 2009 20:28:32 +0000 (21:28 +0100)]
control: Updated Standards-Version to 3.8.1.

15 years agocollectd.init.d: Start the daemon using start-stop-daemon's --oknodo option.
Sebastian Harl [Sun, 15 Mar 2009 20:26:53 +0000 (21:26 +0100)]
collectd.init.d: Start the daemon using start-stop-daemon's --oknodo option.

This makes sure that the init script exits successfully if the daemon is
already running as requested by section 9.3.2 of the Debian Policy 3.8.1.

15 years agocollectd.init.d: Added the "status" command to the usage output.
Sebastian Harl [Sun, 15 Mar 2009 20:19:11 +0000 (21:19 +0100)]
collectd.init.d: Added the "status" command to the usage output.

15 years agocontrol: Moved collectd-dbg from section "utils" to the newly added "debug".
Sebastian Harl [Sun, 15 Mar 2009 20:13:14 +0000 (21:13 +0100)]
control: Moved collectd-dbg from section "utils" to the newly added "debug".

15 years agopatches/: Added types_list.dpatch.
Sebastian Harl [Tue, 10 Mar 2009 20:12:38 +0000 (21:12 +0100)]
patches/: Added types_list.dpatch.

This upstream patch improves error messages when handling "TypesDB".

15 years agochangelog: Merged entries for debian/patches/.
Sebastian Harl [Mon, 9 Mar 2009 16:46:58 +0000 (17:46 +0100)]
changelog: Merged entries for debian/patches/.

15 years agopatches/postgresql_conf_fix.dpatch: Make sure "disk_io" doesn't return NULL.
Sebastian Harl [Mon, 9 Mar 2009 16:42:48 +0000 (17:42 +0100)]
patches/postgresql_conf_fix.dpatch: Make sure "disk_io" doesn't return NULL.

Starting with some version between 8.3.3 and 8.3.6, pg_statio_*_tables returns
NULL instead of 0 for statistics if no instance of the appropriate relation
exists. PQgetvalue() returns an empty string in that case which would then
result in error messages when udb_result_submit() tries to convert that to a
number.

Now, the "disk_io" query uses PostgreSQL's coalesce() function to make sure 0
is returned instead of NULL.

15 years agopatches/: Added postgresql_conf_fix.dpatch.
Sebastian Harl [Sat, 7 Mar 2009 16:31:39 +0000 (17:31 +0100)]
patches/: Added postgresql_conf_fix.dpatch.

This is an upstream patch to fix the use of deprecated configuration options.

15 years agocontrol: Let collectd-dbg recommend collectd-utils and libcollectdclient0.
Sebastian Harl [Tue, 3 Mar 2009 23:01:27 +0000 (00:01 +0100)]
control: Let collectd-dbg recommend collectd-utils and libcollectdclient0.

15 years agocontrol: Added libdbi0-dev to the build dependencies.
Sebastian Harl [Tue, 3 Mar 2009 17:33:31 +0000 (18:33 +0100)]
control: Added libdbi0-dev to the build dependencies.

This is required by the dbi plugin.

15 years agochangelog: Be more verbose about the new binary packages.
Sebastian Harl [Tue, 3 Mar 2009 17:27:20 +0000 (18:27 +0100)]
changelog: Be more verbose about the new binary packages.

15 years agocopyright: Updated for version 4.6.1.
Sebastian Harl [Sun, 22 Feb 2009 20:35:13 +0000 (21:35 +0100)]
copyright: Updated for version 4.6.1.

15 years agocontrol: Added new plugins to the package description.
Sebastian Harl [Sun, 22 Feb 2009 19:58:35 +0000 (20:58 +0100)]
control: Added new plugins to the package description.

15 years agochangelog: Updated to version 4.6.1-1.
Sebastian Harl [Sun, 22 Feb 2009 19:45:56 +0000 (20:45 +0100)]
changelog: Updated to version 4.6.1-1.

15 years agoAdded new binary package collectd-utils.
Sebastian Harl [Sun, 22 Feb 2009 17:00:16 +0000 (18:00 +0100)]
Added new binary package collectd-utils.

This package currently only includes collectd-nagios. collectd-nagios now
links against libcollectdclient. By putting it into its own package, we avoid
pulling in a dependency on libcollectdclient0 in the collectd binary package.

15 years agocollectd.overrides: Override "spelling-error-in-description apache Apache".
Sebastian Harl [Sun, 22 Feb 2009 16:11:07 +0000 (17:11 +0100)]
collectd.overrides: Override "spelling-error-in-description apache Apache".

All plugins are spelled lowercase.

15 years agoAdded debian/libcollectdclient0.symbols.
Sebastian Harl [Sun, 22 Feb 2009 15:16:36 +0000 (16:16 +0100)]
Added debian/libcollectdclient0.symbols.

15 years agochangelog: Added an entry for the new binary packages.
Sebastian Harl [Sun, 22 Feb 2009 14:52:42 +0000 (15:52 +0100)]
changelog: Added an entry for the new binary packages.

15 years agoAdded libcollectdclient0 and libcollectdclient-dev binary packages.
Sebastian Harl [Sun, 22 Feb 2009 14:16:57 +0000 (15:16 +0100)]
Added libcollectdclient0 and libcollectdclient-dev binary packages.

I'm now using dh_install and *.install files to specify which package some
file belongs to.

Thanks to Peter Palfrader, Ron Lee and Tollef Fog Heen for their suggestions
about the package description.

15 years agocontrol: Updated collectd-dev's dependency on collectd.
Sebastian Harl [Sun, 22 Feb 2009 13:41:33 +0000 (14:41 +0100)]
control: Updated collectd-dev's dependency on collectd.

15 years agocontrol: Added buzz words "performance analysis" and "capacity planning".
Sebastian Harl [Sun, 22 Feb 2009 12:11:59 +0000 (13:11 +0100)]
control: Added buzz words "performance analysis" and "capacity planning".

15 years agocontrol: Updated package descriptions.
Sebastian Harl [Sun, 22 Feb 2009 11:58:29 +0000 (12:58 +0100)]
control: Updated package descriptions.

Dropped the following sentence: It is written in C for performance. This is
fairly irrelevant to the user and nothing special - after all, we're on UNIX
;-)

Thanks to Ron Lee and Tollef Fog Heen for their comments.

15 years agocontrol: Removed duplicate "Section" field in package collectd-dbg.
Sebastian Harl [Sun, 22 Feb 2009 10:22:53 +0000 (11:22 +0100)]
control: Removed duplicate "Section" field in package collectd-dbg.

Thanks to lintian for spotting this ;-)

15 years agopatches: Removed perl-uninitialized-var.dpatch.
Sebastian Harl [Wed, 18 Feb 2009 11:14:34 +0000 (12:14 +0100)]
patches: Removed perl-uninitialized-var.dpatch.

This patch has been included upstream.

15 years agochangelog: Mention the newly added Vietnamese debconf template translation.
Sebastian Harl [Wed, 18 Feb 2009 10:57:03 +0000 (11:57 +0100)]
changelog: Mention the newly added Vietnamese debconf template translation.

Closes: #515872
15 years agochangelog: Uploading to unstable.
Sebastian Harl [Wed, 18 Feb 2009 10:44:42 +0000 (11:44 +0100)]
changelog: Uploading to unstable.

Lenny has been release \o/

15 years agochangelog: Updated to 4.6.0-1.
Sebastian Harl [Wed, 18 Feb 2009 10:43:55 +0000 (11:43 +0100)]
changelog: Updated to 4.6.0-1.

15 years agocopyright: Replaced (C) with ©.
Sebastian Harl [Wed, 18 Feb 2009 09:41:37 +0000 (10:41 +0100)]
copyright: Replaced (C) with ©.

15 years agoAdded Vietnamese debconf template translation.
Sebastian Harl [Wed, 18 Feb 2009 09:39:31 +0000 (10:39 +0100)]
Added Vietnamese debconf template translation.

Thanks to Clytie Siddall for providing the patch.

15 years agoperl-uninitialized-var.dpatch: Added x-bit. collectd-4.5.1-1
Sebastian Harl [Fri, 12 Dec 2008 09:10:39 +0000 (10:10 +0100)]
perl-uninitialized-var.dpatch: Added x-bit.

15 years agoSet CONFIGFILE to /etc/collectd/collectd.conf.
Sebastian Harl [Fri, 12 Dec 2008 09:10:16 +0000 (10:10 +0100)]
Set CONFIGFILE to /etc/collectd/collectd.conf.

15 years agoAdded a space after "#!" in scripts.
Sebastian Harl [Sun, 7 Dec 2008 17:59:30 +0000 (18:59 +0100)]
Added a space after "#!" in scripts.

15 years agocollectd.init.d: Do not restart collectd if the configuration test fails.
Sebastian Harl [Sun, 7 Dec 2008 17:51:57 +0000 (18:51 +0100)]
collectd.init.d: Do not restart collectd if the configuration test fails.

15 years agochangelog: Added a missing dash.
Sebastian Harl [Sun, 7 Dec 2008 17:29:50 +0000 (18:29 +0100)]
changelog: Added a missing dash.

15 years agoRemoved pod-errors.dpatch.
Sebastian Harl [Sun, 7 Dec 2008 17:21:11 +0000 (18:21 +0100)]
Removed pod-errors.dpatch.

This patch has been included upstream.

15 years agoMerged branch 'lenny' into master.
Sebastian Harl [Sun, 7 Dec 2008 17:13:46 +0000 (18:13 +0100)]
Merged branch 'lenny' into master.

15 years agocollectd.conf: Fixed a wrong type used in the "tail" plugin example. lenny collectd-4.4.2-3
Sebastian Harl [Sat, 6 Dec 2008 15:54:05 +0000 (16:54 +0100)]
collectd.conf: Fixed a wrong type used in the "tail" plugin example.

15 years agoOverride "spelling-error-in-description" for the postgresql plugin name.
Sebastian Harl [Mon, 1 Dec 2008 20:42:28 +0000 (21:42 +0100)]
Override "spelling-error-in-description" for the postgresql plugin name.

All plugins are spelled lowercase.

15 years agoLet collectd-dbg and collectd-dev depend on ${misc:Depends}.
Sebastian Harl [Mon, 1 Dec 2008 20:39:50 +0000 (21:39 +0100)]
Let collectd-dbg and collectd-dev depend on ${misc:Depends}.

This is required when using debhelper.

15 years agoAdded perl-uninitialized-var.dpatch.
Sebastian Harl [Mon, 1 Dec 2008 20:27:23 +0000 (21:27 +0100)]
Added perl-uninitialized-var.dpatch.

Upstream patch to fix an uninitialized variable warning causing a FTBFS
because of -Werror.

15 years agochangelog: Updated to 4.5.1-1.
Sebastian Harl [Mon, 1 Dec 2008 20:17:15 +0000 (21:17 +0100)]
changelog: Updated to 4.5.1-1.

15 years agoRemove generated manpages in the clean target.
Sebastian Harl [Mon, 1 Dec 2008 18:28:53 +0000 (19:28 +0100)]
Remove generated manpages in the clean target.

This avoids cluttering the source diff with the rebuilt manpages.

15 years agocopyright: Fixed a typo (svn.po -> sv.po).
Sebastian Harl [Mon, 1 Dec 2008 17:47:49 +0000 (18:47 +0100)]
copyright: Fixed a typo (svn.po -> sv.po).

D'oh! :-)

15 years agoAdded pod-errors.dpatch.
Sebastian Harl [Sun, 2 Nov 2008 12:31:25 +0000 (13:31 +0100)]
Added pod-errors.dpatch.

This fixes some minor POD errors.

15 years agoAdded Eric Spreen to the list of copyright holders.
Sebastian Harl [Sun, 2 Nov 2008 10:20:05 +0000 (11:20 +0100)]
Added Eric Spreen to the list of copyright holders.

15 years agoAdded Swedish debconf template translation.
Sebastian Harl [Sun, 2 Nov 2008 09:50:19 +0000 (10:50 +0100)]
Added Swedish debconf template translation.

Thanks to Martin Bagge <brother@bsnet.se>.

15 years agodebian/copyright: Added Eric Spreen.
Sebastian Harl [Tue, 14 Oct 2008 19:55:00 +0000 (21:55 +0200)]
debian/copyright: Added Eric Spreen.

15 years agoAdded Dutch debconf template translation.
Sebastian Harl [Tue, 14 Oct 2008 17:10:58 +0000 (19:10 +0200)]
Added Dutch debconf template translation.

Thanks to Eric Spreen <erispre@gmail.com>.

15 years agoInstall contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
Sebastian Harl [Fri, 10 Oct 2008 05:57:03 +0000 (07:57 +0200)]
Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.

15 years agocollectd.conf: Added a sample <Plugin> section in the perl config.
Sebastian Harl [Wed, 8 Oct 2008 16:41:43 +0000 (18:41 +0200)]
collectd.conf: Added a sample <Plugin> section in the perl config.

15 years agoUpdated collectd.conf to include newly added plugins.
Sebastian Harl [Wed, 8 Oct 2008 16:37:08 +0000 (18:37 +0200)]
Updated collectd.conf to include newly added plugins.

15 years agoInclusion of the thermal plugin closes #492580.
Sebastian Harl [Tue, 7 Oct 2008 09:05:47 +0000 (11:05 +0200)]
Inclusion of the thermal plugin closes #492580.

15 years agoUpdated copyright.
Sebastian Harl [Tue, 7 Oct 2008 08:41:07 +0000 (10:41 +0200)]
Updated copyright.

15 years agoAdded build dependency on libpq-dev.
Sebastian Harl [Tue, 7 Oct 2008 08:11:50 +0000 (10:11 +0200)]
Added build dependency on libpq-dev.

This is required by the postgresql plugin.

15 years agoAdded build dependency on libesmtp-dev.
Sebastian Harl [Tue, 7 Oct 2008 08:10:25 +0000 (10:10 +0200)]
Added build dependency on libesmtp-dev.

This is required by the notify_email plugin.

15 years agoAdded build dependency on libglib2.0-dev and libnotify-dev.
Sebastian Harl [Tue, 7 Oct 2008 08:07:53 +0000 (10:07 +0200)]
Added build dependency on libglib2.0-dev and libnotify-dev.

This is required by the notify_desktop plugin.

15 years agoRemoved all patches included in the new upstream release.
Sebastian Harl [Tue, 7 Oct 2008 08:01:27 +0000 (10:01 +0200)]
Removed all patches included in the new upstream release.

15 years agoDisabled onewire plugin.
Sebastian Harl [Tue, 7 Oct 2008 07:55:02 +0000 (09:55 +0200)]
Disabled onewire plugin.

owfs is not yet available in Debian.

15 years agoUpdated control and changelog to 4.5.0-1.
Sebastian Harl [Tue, 7 Oct 2008 07:52:32 +0000 (09:52 +0200)]
Updated control and changelog to 4.5.0-1.

15 years agoAdded librrd-dev as the preferred option to the librrd2-dev build-dep. collectd-4.4.2-2
Sebastian Harl [Thu, 18 Sep 2008 17:15:54 +0000 (19:15 +0200)]
Added librrd-dev as the preferred option to the librrd2-dev build-dep.

The latter one is a virtual package since rrdtool 1.3.

15 years agocollectd.init.d: Do not suppress output when checking the configuration.
Sebastian Harl [Thu, 18 Sep 2008 16:54:35 +0000 (18:54 +0200)]
collectd.init.d: Do not suppress output when checking the configuration.

This will also show errors that don't cause collectd to abort, e.g. failure to
load plugins.

Closes: #499232
15 years agoAdded debian/patches/perl_deadlock.dpatch.
Sebastian Harl [Thu, 18 Sep 2008 09:05:48 +0000 (11:05 +0200)]
Added debian/patches/perl_deadlock.dpatch.

Upstream patch to fix a possible deadlock in the perl plugin.

Closes: #499179