rules, control, collectd.conf: Disabled gmond plugin.
… and removed build-dependency on libganglia1-dev - versions >= 3 are not
available on Etch.
… and removed build-dependency on libganglia1-dev - versions >= 3 are not
available on Etch.
control: Replaced libltdl-dev build-dependency with libltdl3-dev.
changelog: Updated to version 4.8.2-1~bpo40+1.
Merged commit 'collectd-4.8.2-1' into etch-backports.
14 years agoREADME.Debian: Point to the sample configs in /u/s/d/collectd-core/examples. collectd-4.8.2-1
README.Debian: Point to the sample configs in /u/s/d/collectd-core/examples.
init script: Check for config file only when starting the daemon.
collectd.conf: Fixed sample network "proxy" configuration.
rules: Install {filters,thresholds}.conf as examples as well.
control: Fixed collectd-core's "Replaces: collectd" version.
changelog: Set urgency to medium because of the fix for #559801.
patches: Added bts559801_plugin_find_fix.dpatch.
This makes collectd resistant against copies of libltdl affected by
CVE-2009-3736. This fixes a potential but very unlikely security issue, e.g.
found in the embedded copy. For details about how collectd might be affected,
see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>.
Thanks to Michael Gilbert for reporting this!
Closes: #559801
This makes collectd resistant against copies of libltdl affected by
CVE-2009-3736. This fixes a potential but very unlikely security issue, e.g.
found in the embedded copy. For details about how collectd might be affected,
see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>.
Thanks to Michael Gilbert for reporting this!
Closes: #559801
patches: Added x-bit for all .dpatches.
changelog: Using --without-included-ltdl fixes CVE-2009-3736.
Referring to <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15> for
details about how collectd might be affected.
Thanks to Michael Gilbert for reporting the issue!
Closes: #559801
Referring to <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15> for
details about how collectd might be affected.
Thanks to Michael Gilbert for reporting the issue!
Closes: #559801
patches: Added bts557599_powerdns_fix.dpatch.
This patch fixes communication to pdns versions 2.9.22 and above.
Thanks to <tm@iprog.com> for reporting this and Luke Heberling for providing
the patch!
Closes: #557599
This patch was provided in #535787 as well, but did not get applied to 4.8.1.
This patch fixes communication to pdns versions 2.9.22 and above.
Thanks to <tm@iprog.com> for reporting this and Luke Heberling for providing
the patch!
Closes: #557599
This patch was provided in #535787 as well, but did not get applied to 4.8.1.
patches: Added bts561577_collectd2html_recursive_fix.dpatch.
This patch fixes collectd2html.pl's recursive mode and improves some defaults.
Thanks to Yuri D'Elia for reporting this and providing a patch!
Closes: #561577
This patch fixes collectd2html.pl's recursive mode and improves some defaults.
Thanks to Yuri D'Elia for reporting this and providing a patch!
Closes: #561577
control: Update the list of collectd-core's suggestions.
* Added various services providing data that may be collected by collectd.
* Downgraded lm-sensors from a recommendation to a suggestion.
* Added various services providing data that may be collected by collectd.
* Downgraded lm-sensors from a recommendation to a suggestion.
control: Documented some B-Ds and collectd-core suggestions.
control: Split long lines.
This is allowed for quite a while now and heavily improves readability and
editability.
This is allowed for quite a while now and heavily improves readability and
editability.
control: No longer conflict/provide/replace the "collectd-$plugin" packages.
Those packages were available pre-Lenny only.
Those packages were available pre-Lenny only.
rules: Use dpkg-shlibdeps, rather than dh_shlibdeps to get collectd's deps.
dh_shlibdeps does not work, because the "collectd" package does not contain
any binaries / shared objects and, thus, dh_shlibdeps would not call
dpkg-shlibdeps at all.
dh_shlibdeps does not work, because the "collectd" package does not contain
any binaries / shared objects and, thus, dh_shlibdeps would not call
dpkg-shlibdeps at all.
control: Build-depend on libltdl-dev.
This makes it possible to use the system-wide libltdl.
This makes it possible to use the system-wide libltdl.
rules: Pass --without-included-ltdl to configure.
This tells libtool 2 to not use the shipped libltdl but rather the one
available in the system.
This tells libtool 2 to not use the shipped libltdl but rather the one
available in the system.
rules: Output the content of config.log if configure fails.
This might help debugging.
This might help debugging.
README.Debian: Added a short explanation of the package split.
README.Debian{,.plugins}: Updated section about plugin dependencies.
rules: Install debian/collectd.conf as an example into "collectd-core".
collectd.conf: Documented sample network client and server configurations.
rules: Updated the path names of contrib/collectd_{network,unixsock}.py.
… previously, this used to be contrib/collectd-{network,unixsock}.py.
… previously, this used to be contrib/collectd-{network,unixsock}.py.
rules: Pass --disable-static to configure.
This tells libtool 2 to not build any static libraries.
This tells libtool 2 to not build any static libraries.
control: Build-depend on libsensors4-dev rather than libsensors-dev.
libsnmp-dev, starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus
making that possible. This restores the full functionality of the "sensors"
plugin, which does not work well with libsensors3 and lm-sensors-3.
Thanks to Anssi Kolehmainen for reporting this!
Closes: #538795
libsnmp-dev, starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus
making that possible. This restores the full functionality of the "sensors"
plugin, which does not work well with libsensors3 and lm-sensors-3.
Thanks to Anssi Kolehmainen for reporting this!
Closes: #538795
patches: Removed gmond-fix-compile-error.dpatch.
This patch has been included upstream.
This patch has been included upstream.
Updated copyright.
Updated to 4.8.2-1.
collectd.postinst: Let the "collectd" package restart the daemon.
"collectd" provides the config file.
"collectd" provides the config file.
collectd.links: Symlink /u/s/d/collectd/examples to ../collectd-core/examples.
control: Build-depend on the right combination of libsnmp-dev and perl.
Perl's CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector'
in version 5.10.1 on some architectures (those supporting that features).
net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4.
Thanks to Lamont Jones and Dann Frazier for reporting this!
Closes: #559087
Perl's CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector'
in version 5.10.1 on some architectures (those supporting that features).
net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4.
Thanks to Lamont Jones and Dann Frazier for reporting this!
Closes: #559087
collectd-core.collectd.init.d: Do not start collectd if there is no config.
Else, installation of "collectd-core" (which does not provide configuration)
would fail.
Else, installation of "collectd-core" (which does not provide configuration)
would fail.
Ship collection.conf in collectd-core rather than collectd.
Updated the path name for README.Debian.plugins in the documentation.
Split the "collectd" binary package into "collectd-core" and "collectd".
The former provides the main program file and the plugins while the latter
provides the configuration. This allows for much more flexible setups (e.g.
providing customizations on top of "collectd-core" without modifying the
"collectd" package) and, amongst others, removes the hard dependency on
librrd.
Closes: #495936, #544311
The former provides the main program file and the plugins while the latter
provides the configuration. This allows for much more flexible setups (e.g.
providing customizations on top of "collectd-core" without modifying the
"collectd" package) and, amongst others, removes the hard dependency on
librrd.
Closes: #495936, #544311
rules: Disabled the "java" plugin on hppa for now.
This is required to work around a backlog in the buildds that currently
prevents a transition to testing.
control: Do not build-depend on openjdk-6-jdk on hppa.
This is required to work around a backlog in the buildds that currently
prevents a transition to testing.
control: Do not build-depend on openjdk-6-jdk on hppa.
control: Let collectd-dev depend on collectd << 4.9~.
collectd.conf, thresholds.conf: Added new config options.
New debconf template translations: ja.po.
Thanks to Hideki Yamane.
Closes: #550968
Thanks to Hideki Yamane.
Closes: #550968
Added debian/README.source.
The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
rules: Disabled the tokyotyrant and zfs_arc plugins.
Their dependencies are not available.
Their dependencies are not available.
patches: Added gmond-fix-compile-error.dpatch.
This is an upstream patch fixing a compile error in the gmond plugin.
This is an upstream patch fixing a compile error in the gmond plugin.
Set urgency to medium because of the fix for #535786.
control: Build depend on libyajl-dev.
This is required by the curl_json plugin.
This is required by the curl_json plugin.
changelog: The new upstream release fixes #535786 and #535787.
patches: Removed plugin-fix-unregister.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed network-fix-cacheflush.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed libvirt-reconnect.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed java-fix-jvm-start.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed bts542859-df-fix-ignorelist.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed bts541953-curl-followlocation.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed bts535787-powerdns-fix-localsocket.dpatch.
This patch has been included upstream.
This patch has been included upstream.
copyright: Updated for 4.8.1.
collectd.conf, filters.conf: Added new plugins.
rules: Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
changelog, control: Added new plugins.
changelog: Updated to 4.8.1-1.
rules: Removed unused files from contrib/collection3/.
The upstream tarball had been built in a dirty working directory.
The upstream tarball had been built in a dirty working directory.
patches: Updated plugin-fix-unregister.dpatch.
A segfault in case the named plugin does not exists has been fixed in the
upstream collectd-4.7 branch.
A segfault in case the named plugin does not exists has been fixed in the
upstream collectd-4.7 branch.
changelog: Minor layout fixes.
control, rules: Reintroduced a work around for #474087.
Again, the openipmi .pc files are broken in the latest version of openipmi.
The work around provides a fixed version of OpenIPMIpthread.pc in
debian/pkgconfig and adds that path to PKG_CONFIG_PATH. Removed the version
from the libopenipmi-dev build dependency for now.
Again, the openipmi .pc files are broken in the latest version of openipmi.
The work around provides a fixed version of OpenIPMIpthread.pc in
debian/pkgconfig and adds that path to PKG_CONFIG_PATH. Removed the version
from the libopenipmi-dev build dependency for now.
Do not install libcollectdclient's .la file.
This is in favor of the Squeeze release goal to remove those files (for
details see <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
This is in favor of the Squeeze release goal to remove those files (for
details see <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
control: Updated standards-version to 3.8.3.
collectd.overrides: Documented all overrides.
patches: Renamed curl-followlocation to bts541953-curl-followlocation.
patches/curl-followlocation.dpatch: Updated for 4.7.
I.e. include the changes introduced when merging that patch into the upstream
collectd-4.7 branch.
I.e. include the changes introduced when merging that patch into the upstream
collectd-4.7 branch.
patches: Added bts542859-df-fix-ignorelist.dpatch.
This is an upstream patch to fix the handling of the ignorelist in the df
plugin.
Thanks to Joey Hess for reporting this.
Closes: #542859
This is an upstream patch to fix the handling of the ignorelist in the df
plugin.
Thanks to Joey Hess for reporting this.
Closes: #542859
patches: Added bts535787-powerdns-fix-localsocket.dpatch.
This is an upstream patch fixing the handling of the LocalSocket config option
of the powerdns plugin.
Thanks to Thomas Morgan for reporting this and Luke Heberling for providing a
patch.
References: #535787
This is an upstream patch fixing the handling of the LocalSocket config option
of the powerdns plugin.
Thanks to Thomas Morgan for reporting this and Luke Heberling for providing a
patch.
References: #535787
patches: Added curl-followlocation.dpatch.
This is an upstream patch to let plugins using libcurl follow HTTP redirects.
Thanks to Joey Hess for reporting this.
Closes: #541953
This is an upstream patch to let plugins using libcurl follow HTTP redirects.
Thanks to Joey Hess for reporting this.
Closes: #541953
patches: Added java-fix-jvm-start.dpatch.
This is an upstream patch to fix the JVM startup.
This is an upstream patch to fix the JVM startup.
patches: Added plugin-fix-unregister.dpatch.
This is an upstream patch to make 'plugin_unregister_read()' functional again,
thus fixing a failed assertion in some cases.
This is an upstream patch to make 'plugin_unregister_read()' functional again,
thus fixing a failed assertion in some cases.
patches: Added libvirt-reconnect.dpatch.
This is an upstream patch to let the libvirt plugin re-connect to libvirtd if
connecting fails.
This is an upstream patch to let the libvirt plugin re-connect to libvirtd if
connecting fails.
patches: Added network-fix-cacheflush.dpatch.
This is an upstream patch to fix the handling the CacheFlush config option of
the network plugin.
This is an upstream patch to fix the handling the CacheFlush config option of
the network plugin.
changelog: The new upstream release closes #541887.
collectd.conf: Fix the 'apache' plugin's URL.
Set the URL according to the default used by Debian's Apache.
Thanks to Joey Hess for reporting this.
Closes: #541888
Set the URL according to the default used by Debian's Apache.
Thanks to Joey Hess for reporting this.
Closes: #541888
Added Russian debconf template translation.
Thanks to Yuri Kozlov.
Closes: #539467
Thanks to Yuri Kozlov.
Closes: #539467
control, rules: No not limit the libvirt plugin to amd64, i386, powerpc.
libvirt-dev seems to be available on all architectures now.
libvirt-dev seems to be available on all architectures now.
collectd.conf: Added sample security configuration.
control: Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev.
This allows transitions to be handled thru binNMUs if possible.
This allows transitions to be handled thru binNMUs if possible.
New debconf template translations: cs.po.
Thanks to Martin Sin.
Closes: #534206
Thanks to Martin Sin.
Closes: #534206
collectd.overrides: Documented the 'binary-or-shlib-defines-rpath' warning.
The rpath is required by the java plugin.
The rpath is required by the java plugin.
rules: Use -rpath to tell the "java" plugin where to find libjvm.so.
control: Updated Standards-Version to 3.8.2.
No changes.
No changes.
README.Debian: Removed the note about using collectd2html.pl and collectd 4.
The script now supports the --recursive option which takes care of that.
The script now supports the --recursive option which takes care of that.
changelog: 4.7.2 closes #482185.
collectd2html.pl now supports the creation of SVG images.
Thanks to Ivan Shmakov for providing a patch.
collectd2html.pl now supports the creation of SVG images.
Thanks to Ivan Shmakov for providing a patch.
patches: Removed libcollectdclient_static_sstrerror.dpatch.
This patch has been included upstream.
This patch has been included upstream.
control: Build-depend on libgcrypt11-dev.
This is used by the network plugin.
This is used by the network plugin.
collectd.conf, control, rules: Enabled the "gmond" plugin.
libganglia >= 3 is now available in testing / unstable. Build-depend on
libganglia1-dev (>= 3) and added a sample config to collectd.conf.
libganglia >= 3 is now available in testing / unstable. Build-depend on
libganglia1-dev (>= 3) and added a sample config to collectd.conf.
collectd.conf: Added a sample "Socket" option to the "memcached" plugin.
collectd.conf: Updated sample "apache" configuration.
Added sample "Instance" blocks and use the "Host" and "Server" options.
Added sample "Instance" blocks and use the "Host" and "Server" options.
changelog: Updated to 4.7.2-1.
rules: Pass --enable-all-plugins to configure.
This makes sure that the build fails if any prerequisites are missing.
This makes sure that the build fails if any prerequisites are missing.
Added support for OpenJDK.
* debian/rules:
- Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
archdir mapping used by the openjdk-6 Debian package is used to find
libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
* debian/control:
- Build-depend on openjdk-6-jdk.
* debian/collectd.install:
- Install collectd-java.5.
* debian/rules:
- Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
archdir mapping used by the openjdk-6 Debian package is used to find
libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
* debian/control:
- Build-depend on openjdk-6-jdk.
* debian/collectd.install:
- Install collectd-java.5.
changelog: Updated to 4.7.1.
Reenabled memcachec plugin.
libmemcached is now available in testing / unstable.
libmemcached is now available in testing / unstable.