Added ipvs, memcached, nginx and tcpconns to the package description.
Updated NEWS.Debian entry to 4.2.0-1.
4.1.x has never been uploaded to Debian.
4.1.x has never been uploaded to Debian.
Added debian/include/net/ip_vs.h.
This header is used by the ipvs plugin.
This header is used by the ipvs plugin.
Added ipvs, memcached, nginx and tcpconns to collectd.conf.
Updated dependency version of collectd-dev.
Install Perl bindings to the "vendor" module path.
Don't install contrib/PerlLib/ as example - it's no longer available.
Don't install contrib/PerlLib/ as example - it's no longer available.
Updated to collectd-4.2.0-1.
* Updated changelog.
* Updated copyright.
* Updated changelog.
* Updated copyright.
Added libcurl4-gnutls-dev to build dependencies.
This is an option to libcurl3-gnutls-dev which no longer exists in
testing/unstable.
This is an option to libcurl3-gnutls-dev which no longer exists in
testing/unstable.
Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm.
They are now included in the upstream sources.
They are now included in the upstream sources.
Updated changelog to collectd-4.1.3-1.
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.
libnetlink is only available as a static library compiled without -fPIC and
thus cannot be linked into a shared object on those architectures.
Added collectd.overrides.
This overrides shlib-with-non-pic-code errors of plugins liked against
static libraries which have not been linked with -fPIC.
This overrides shlib-with-non-pic-code errors of plugins liked against
static libraries which have not been linked with -fPIC.
collectd.init.d: d_start: Do not redirect stderr to /dev/null.
Else warning messages about failed plugins will not be visible.
Else warning messages about failed plugins will not be visible.
Add cussh.pl to examples/ as well.
Do not compress example plugins.
Updated changelog.
Added NEWS.Debian entry about merging the plugin packages.
Do not ignore "make clean" errors.
Updated to collectd-4.1.2-1.
Moved check_plugins.pl and gen_plugin_deps.pl to debian/bin/.
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.
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.
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.
If open{,dir}() fails, the {file,dir}handle is _not_ an undefined value.
The functions simply return a false value in that case.
debian/rules: Removed unnecessary call to dh_shlibdeps(1).
This has been superseded by the call to dpkg-shlibdeps(1).
This has been superseded by the call to dpkg-shlibdeps(1).
Added missing plugins to package description.
Merged all plugin binary packages into the "collectd" binary package.
* collectd now conflicts, provides, replaces all plugin binary packages
* updated debian/rules
* collectd now conflicts, provides, replaces all plugin binary packages
* updated debian/rules
Recommend all plugin's library dependencies.
Updated init script to wait for collectd to shut down.
* Closes: #422208.
* Added collectd.default.
* Closes: #422208.
* Added collectd.default.
Updated to collectd-4.1.0-1.
* Updated copyright file.
* Updated collectd.conf.
* Added iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev build dependencies.
* Updated copyright file.
* Updated collectd.conf.
* Added iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev build dependencies.
Updated to collectd-4.0.7-1.
Converted all files to UTF-8.
README.Debian: Added documentation of the provided examples.
Thanks to Eduard Bloch for his proposal which I based my changes on. This
closes #434182.
Thanks to Eduard Bloch for his proposal which I based my changes on. This
closes #434182.
Updated to collectd-4.0.6-1.
Added httpd-cgi to suggested packages.
Changed collectd-dbg's section to "utils".
Updated to collectd-4.0.5-1.
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.
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.
Updated to collectd-4.0.4-1.
Updated changelog to 4.0.3-1.
Do not build apple_sensors and tape plugins.
They do not provide any functionality any longer.
They do not provide any functionality any longer.
Updated package description.
Added check_plugins.pl to check the build result of all plugins.
Changed ${Source-Version} to ${binary:Version} and ${source:Version}.
changelog: Added note about XS-Vcs-* tags.
Added XS-Vcs-* tags.
Updated to collectd-4.0.2-1.
Closed #428114 - "New upstream version".
Updated to collectd-4.0.1-1.
Install NEWS.Debian to binary package "collectd" only.
copyright: Mention occurrence of GPL v2only and v2+.
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.
The current handling of undefined values is not quite what it is supposed to
be.
Fixed a typo in README.Debian.
NEWS.Debian: Added note about collectd.org/migrate-v3-v4.shtml.
collectd.conf: Set default LogLevel to "info" for the syslog plugin.
Added liburi-perl and libhtml-parser-perl to suggested packages.
These packages provide Perl modules required by collection.cgi.
These packages provide Perl modules required by collection.cgi.
Added libpcap0.8-dev as option to the libpcap-dev build dependency.
This is not a release candidate any longer.
collectd.init.d: s/Statistics/statistics/.
README.Debian: minor layout improvements.
Added note about unused plugins on the server side to NEWS.Debian.
Mention the removal of the different operating modes in NEWS.Debian.
Added note about MyPlugin.pm to changelog.
Updated to 4.0.0 final.
Updated changelog, NEWS.Debian and closed #422212.
Updated changelog, NEWS.Debian and closed #422212.
Added dependency on lm-sensors to collectd-sensors.
README.Debian: Added notes about MyPlugin.pm.
Added Perl plugin template MyPlugin.pm.
README.Debian: Replaced pointer to "SPECIAL PLUGINS" in collectd(1).
The information can now be found in separate manpages.
The information can now be found in separate manpages.
myplugin.c: Do not pass a modreg_e to plugin_register.
This has been removed in rc7.
This has been removed in rc7.
Updated changelog.
Updated NEWS.Debian and README.Debian for new init script.
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.
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.
Updated extractDS_path.dpatch to current version for migrate-3-4.px.
rules: Check for plugin specific manpages and install them to correct package.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
rules: Fix of shebang line has been applied upstream.
Updated debian/po/templates.pot.
Added TypesDB to collectd.conf.
Added collection.conf and collection_conf_path.dpatch.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
migrate-3-4.px requires perl and rrdtool but no longer XML::Simple.
Updated to 4.0.0-rc10.
NEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.
Added missing binary packages to collectd-dbg's dependencies.
NEWS.Debian: Added an example of explicit commands how to do the migration.
Check for XML::Simple in collectd.postinst.
If the script fails to detect XML::Simple it will disable auto-migration.
If the script fails to detect XML::Simple it will disable auto-migration.
Added alpha to list of 64bit systems.
Merge branch 'master' of git.tokkee.org/pkg-collectd
Removed unnecessary occurrences of $(CURDIR) in rules.
Updated changelog.
collectd.config: Use "lt-nl" instead of "lt" when comparing versions.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
NEWS.Debian: Fixed new DataDir path.
collectd.postinst: Remove swap-reserved.rrd after migration.
Reserved swap is only available on Solaris.
Reserved swap is only available on Solaris.
collectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
collectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
Updated templates.pot.
collectd.templates: Added a note about XML::Simple.
Added bison | byacc and flex to build dependencies.
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Use po-debconf to make translations of debconf templates possible.
Updated copyright to collectd-4.
control: Updated plugin list.
Fix shebang line in examples/iptables/accounting.sh.
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.