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.
Merged branch 'master' of git://git.tokkee.org/pkg-collectd.
patches: Added libcollectdclient_static_sstrerror.dpatch.
This patch makes a private function in libcollectdclient static.
This patch makes a private function in libcollectdclient static.
Revert "rules: Remove collection3/bin/foo from the package."
This reverts commit 443437310ac28a84fc41eb982ccc91ddab25d9a7 which no longer
applies to 4.6.3.
This reverts commit 443437310ac28a84fc41eb982ccc91ddab25d9a7 which no longer
applies to 4.6.3.
patches: Removed rrdtool_uninitialized_fix.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed ntpd_type_pun_fix.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed include_empty_files.dpatch.
This patch has been included upstream.
This patch has been included upstream.
patches: Removed battery_acpi_complain.dpatch.
This patch has been included upstream.
This patch has been included upstream.
copyright: Updated for 4.6.3.
rules: Install collectd-network.py to /usr/share/doc/collectd/examples/.
changelog: Updated to 4.6.3-1.
Merged branch 'master' of git://git.tokkee.org/pkg-collectd.
patches: Actually enabled rrdtool_uninitialized_fix.dpatch.
D'oh!
D'oh!
Merged branch 'master' of git://git.tokkee.org/pkg-collectd.
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.
collectd.conf: Updated sample configuration.
Added further config options that did not yet appear.
Added further config options that did not yet appear.
collectd.conf: Updated path to default types.db.
The file is now located in /usr/share.
The file is now located in /usr/share.
control: Added new plugins to package description.
control: Let collectd-dev depend on collectd << 4.8~.