rules: Install collectd-network.py to /usr/share/doc/collectd/examples/.
changelog: Updated to 4.6.3-1.
patches: Actually enabled rrdtool_uninitialized_fix.dpatch.
D'oh!
D'oh!
Switched to my @debian.org E-mail address.
patches: Added rrdtool_uninitialized_fix.dpatch.
This is an upstream patch to fix an uninitialized value warning in the rrdtool
plugin, thanks to Andreas Moog for reporting this.
This is an upstream patch to fix an uninitialized value warning in the rrdtool
plugin, thanks to Andreas Moog for reporting this.
ntpd_type_pun_fix.dpatch: Added x-bit.
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.
This is an upstream patch to fix the inclusion of empty configuration files,
thanks to Alexander Wirt for reporting this.
rules: Remove collection3/bin/foo from the package.
Obviously, the upstream 4.6.2 tarball had been built inside a dirty working
directory.
Obviously, the upstream 4.6.2 tarball had been built inside a dirty working
directory.
control: Do not build-depend on iproute-dev on mips, mipsel.
The netlink plugin has been disabled on those architectures.
The netlink plugin has been disabled on those architectures.
Merge branch 'master' of git://git.tokkee.org/pkg-collectd
control: Fixed a typo.
Thanks to CoolCold for pointing that out.
Thanks to CoolCold for pointing that out.
changelog: Thank Peter De Schrijver for reporting #524593.
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
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
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.
Bug #524766 has been fixed in that version. Thus, dropping the dependency on
iptables.
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.
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.
filters.conf: Added LoadPlugin options for all matches and targets.
rules: Disabled "netlink" plugin on mips and mipsel.
Those architectures do not allow to link non-PIC code into shared objects.
Closes: #524593
Those architectures do not allow to link non-PIC code into shared objects.
Closes: #524593
rules: Added contrib/php-collection/ to /usr/share/doc/collectd/.
collectd.conf, filters.conf: Added a sample filter chain configuration.
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.
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.
collectd.conf: Added bind, curl, dbi and openvpn plugins.
rules: Don't check for dependencies in debian/collectd/usr/bin/.
That directory no longer exists.
That directory no longer exists.
po: Added Spanish debconf template translation.
Thanks to Francisco Javier Cuadrado and Erika Chacón Vivas.
Closes: #520988
Thanks to Francisco Javier Cuadrado and Erika Chacón Vivas.
Closes: #520988
changelog: The new release fixes #521993.
collection.cgi now supports vmem graphs.
collection.cgi now supports vmem graphs.
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.
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.
Updated to collectd-4.6.2-1.
Removed postgresql_conf_fix.dpatch and types_list.dpatch, which have been
included in 4.6.2.
Removed postgresql_conf_fix.dpatch and types_list.dpatch, which have been
included in 4.6.2.
Let collectd-nagios replace collectd (<< 4.6.1-1~).
The new packages overwrites /usr/bin/collectd-nagios.
The new packages overwrites /usr/bin/collectd-nagios.
debian/copyright: Reference GPL-2 in addition to GPL (latest version).
GPL2-only is used by some files.
GPL2-only is used by some files.
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.
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.
control: Updated Standards-Version to 3.8.1.
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.
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.
collectd.init.d: Added the "status" command to the usage output.
control: Moved collectd-dbg from section "utils" to the newly added "debug".
patches/: Added types_list.dpatch.
This upstream patch improves error messages when handling "TypesDB".
This upstream patch improves error messages when handling "TypesDB".
changelog: Merged entries for debian/patches/.
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.
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.
patches/: Added postgresql_conf_fix.dpatch.
This is an upstream patch to fix the use of deprecated configuration options.
This is an upstream patch to fix the use of deprecated configuration options.
control: Let collectd-dbg recommend collectd-utils and libcollectdclient0.
control: Added libdbi0-dev to the build dependencies.
This is required by the dbi plugin.
This is required by the dbi plugin.
changelog: Be more verbose about the new binary packages.
copyright: Updated for version 4.6.1.
control: Added new plugins to the package description.
changelog: Updated to version 4.6.1-1.
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.
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.
collectd.overrides: Override "spelling-error-in-description apache Apache".
All plugins are spelled lowercase.
All plugins are spelled lowercase.
Added debian/libcollectdclient0.symbols.
changelog: Added an entry for the new binary packages.
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.
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.
control: Updated collectd-dev's dependency on collectd.
control: Added buzz words "performance analysis" and "capacity planning".
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.
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.
control: Removed duplicate "Section" field in package collectd-dbg.
Thanks to lintian for spotting this ;-)
Thanks to lintian for spotting this ;-)
patches: Removed perl-uninitialized-var.dpatch.
This patch has been included upstream.
This patch has been included upstream.
changelog: Mention the newly added Vietnamese debconf template translation.
Closes: #515872
Closes: #515872
changelog: Uploading to unstable.
Lenny has been release \o/
Lenny has been release \o/
changelog: Updated to 4.6.0-1.
copyright: Replaced (C) with ©.
Added Vietnamese debconf template translation.
Thanks to Clytie Siddall for providing the patch.
Thanks to Clytie Siddall for providing the patch.
perl-uninitialized-var.dpatch: Added x-bit.
Set CONFIGFILE to /etc/collectd/collectd.conf.
Added a space after "#!" in scripts.
collectd.init.d: Do not restart collectd if the configuration test fails.
changelog: Added a missing dash.
Removed pod-errors.dpatch.
This patch has been included upstream.
This patch has been included upstream.
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
collectd.conf: Fixed a wrong type used in the "tail" plugin example.
Override "spelling-error-in-description" for the postgresql plugin name.
All plugins are spelled lowercase.
All plugins are spelled lowercase.
Let collectd-dbg and collectd-dev depend on ${misc:Depends}.
This is required when using debhelper.
This is required when using debhelper.
Added perl-uninitialized-var.dpatch.
Upstream patch to fix an uninitialized variable warning causing a FTBFS
because of -Werror.
Upstream patch to fix an uninitialized variable warning causing a FTBFS
because of -Werror.
changelog: Updated to 4.5.1-1.
Remove generated manpages in the clean target.
This avoids cluttering the source diff with the rebuilt manpages.
This avoids cluttering the source diff with the rebuilt manpages.
copyright: Fixed a typo (svn.po -> sv.po).
D'oh! :-)
D'oh! :-)
Added pod-errors.dpatch.
This fixes some minor POD errors.
This fixes some minor POD errors.
Added Eric Spreen to the list of copyright holders.
Added Swedish debconf template translation.
Thanks to Martin Bagge <brother@bsnet.se>.
Thanks to Martin Bagge <brother@bsnet.se>.
debian/copyright: Added Eric Spreen.
Added Dutch debconf template translation.
Thanks to Eric Spreen <erispre@gmail.com>.
Thanks to Eric Spreen <erispre@gmail.com>.
Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
collectd.conf: Added a sample <Plugin> section in the perl config.
Updated collectd.conf to include newly added plugins.
Inclusion of the thermal plugin closes #492580.
Updated copyright.
Added build dependency on libpq-dev.
This is required by the postgresql plugin.
This is required by the postgresql plugin.
Added build dependency on libesmtp-dev.
This is required by the notify_email plugin.
This is required by the notify_email plugin.
Added build dependency on libglib2.0-dev and libnotify-dev.
This is required by the notify_desktop plugin.
This is required by the notify_desktop plugin.
Removed all patches included in the new upstream release.
Disabled onewire plugin.
owfs is not yet available in Debian.
owfs is not yet available in Debian.
Updated control and changelog to 4.5.0-1.
Added librrd-dev as the preferred option to the librrd2-dev build-dep.
The latter one is a virtual package since rrdtool 1.3.
The latter one is a virtual package since rrdtool 1.3.
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
This will also show errors that don't cause collectd to abort, e.g. failure to
load plugins.
Closes: #499232
Added debian/patches/perl_deadlock.dpatch.
Upstream patch to fix a possible deadlock in the perl plugin.
Closes: #499179
Upstream patch to fix a possible deadlock in the perl plugin.
Closes: #499179
memcached_fdleak.dpatch: Added a link to the upstream BTS.
Added debian/patches/memcached_timeout.dpatch.
Trivial upstream patch to fix the timeout passed to poll(2).
Trivial upstream patch to fix the timeout passed to poll(2).
Added debian/patches/memcached_fdleak.dpatch.
Trivial upstream patch to fix a possible file descriptor leak in the memcached
plugin.
Trivial upstream patch to fix a possible file descriptor leak in the memcached
plugin.
Added debian/patches/snmp_memleak.dpatch.
Trivial upstream patch to fix a possible memory leak in the snmp plugin.
Trivial upstream patch to fix a possible memory leak in the snmp plugin.
Added debian/patches/collectd_memleak.dpatch.
Trivial upstream patch to fix a possible memory leak.
Trivial upstream patch to fix a possible memory leak.
Added debian/patches/memory_libstatgrab.dpatch.
Trivial upstream patch to fix a typo in the libstatgrab code of the memory
plugin.
Trivial upstream patch to fix a typo in the libstatgrab code of the memory
plugin.
Merge branch 'master' of git://git.tokkee.org/pkg-collectd
collectd.conf: The value of the "Port" option has to be quoted.
collectd.init.d: Let "status" exit with 1 if collectd is not running.