[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.2.0'
Florian Forster
octo at verplant.org
Sat Oct 27 11:50:51 CEST 2007
Tag 'collectd-4.2.0' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2007-10-27 10:21 +0200
Tag for version 4.2.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHIwM8jvke9ZFSPD0RAoSwAJ9wQBX+isnz6E04P9Oe3UzMtHHW1QCeKIqC
MwLdy/WNIaA+2B2A5DqM/CQ=
=u43w
-----END PGP SIGNATURE-----
Changes since collectd-4.1.3:
Antony Dovgal (1):
memcached plugin: Added a plugin to query stats from memcached servers.
Florian Forster (59):
snmp plugin: Added the options `Scale' and `Shift' to Data-blocks..
Merge branch 'collectd-4.1'
collectd: Add the config option `Include' which includes other files.
Merge branch 'collectd-4.1'
Merge branch 'collectd-4.1'
snmp plugin: Changed the table code so that an `instance' is optional.
snmp plugin: Added the `InstancePrefix' option.
collectd-snmp(5): Documented the `InstancePrefix' option and the new `Instance' behavior.
Merge branch 'collectd-4.1'
tcpconns plugin: Added a new plugin that counts the number of TCP connections to specific ports.
ChangeLog: Documented the changes to the perl plugin..
tcpconns plugin: Changed the plugin to collect all TCP states, nut just `established'.
src/Makefile.am: Make manpage creation fail-safe.
ipvs plugin: Assurd that `sockfd >= 0'.
collectd.conf.in: Added sample configuration for the tcpconns plugin.
Merge branch 'ff/tcpconns'
Merge branch 'collectd-4.1'
ipvs plugin: Fix a feaking stupid typo..
contrib/snmp-data.conf: Added a sample data configuration for the SNMP plugin.
Merge branch 'pull/master'
rrdtool plugin: Wait for the ``queue thread'' to exit _after_ signaling it to exit..
rrdtool plugin: Add a debugging message into the `queue thread'..
contrib/exec-smartctl: Added a sample exec script which parses the hdd temperature using smartctl.
Merge branch 'pull/master'
contrib/exec-smartctl: Added documentation to the script.
contrib/README: Documented the exec script and the SNMP config.
Merge branch 'pull/master'
nginx plugin: Added a plugin to collect `nginx' statistics.
tcpconns plugin: Added support for Mac OS X (and possibly FreeBSD).
Merge branch 'ff/nginx'
nginx plugin: Changed to the version 4 plugin infrastructure.
memcached plugin: Some of the data definitions have been torn appart.
email plugin: Include `stddef.h' which defines the `offsetof' macro.
memcached plugin: Corrected the copyright notice and removed unnecessary header files.
collectd.conf(5): Documented the new nginx plugin.
Merge branch 'master' into ad/memcached
collectd.conf(5): Documented the new memcached plugin.
Merge branch 'pull/master'
collectd.conf.in: Added the `memcached' plugin.
AUTHORS, ChangeLog: Added notes about the memcached plugin.
Merge branch 'ad/memcached'
collectd.conf.in: Fixed some missing quotes and words..
Merge branch 'collectd-4.1'
Merge branch 'collectd-4.1'
ChangeLog: Fixed many many typos.
README: Improved the dependency list a little.
ChangeLog: Documented the new tcpconns plugin and the changes to the snmp plugin.
types.db: Raise the maximum value of `ps_cputime' from 1s/1s to 16s/1s..
rrdtool plugin: Include the `rrd.h' header file in `rrdtool.c', not `collectd.h'.
Build system: Set the appropriate CPPFLAGS and LDFLAGS when checking for librrd and it's header.
logfile plugin: Implemented an option to prefix logged lines with a timestamp.
Merge branch 'collectd-4.1'
src/common.c: Serialize access to `strerror' if `strerror_r' doesn't exist.
ChangeLog: Added a note about the new nginx plugin.
collectd.conf(5): Fix a typo.
Build system: Changed the detection of the sensors library to work like other libraries.
Bumped version to 4.2.0; Updated ChangeLog.
Merge branch 'collectd-4.1'
Build system: Removed the check for `libm'.
Ronan Cadet (1):
Build system: Fixed a bug in the detection of the snmp library.
Sebastian Harl (25):
Moved contrib/PerlLib/ to bindings/perl/.
perl plugin: Do not initialize the Perl interpreter until loading a module.
perl plugin: Reimplemented plugin_{,un}register() in plain Perl.
perl plugin: bootstrap Collectd when initializing Perl interpreter
bindings/perl: Removed VERSION from all Makefile.PL's.
Makefile.am: Include version-gen.sh in a distribution as well.
perl plugin: Fixed an "unused variable" warning.
perl plugin: Added "EnableDebugger" config option.
perl plugin: Converted to use "complex" configuration.
src/Makefile.am: Added all POD files to EXTRA_DIST.
ipvs: Added plugin to collect IPVS connection statistics.
configure, ipvs plugin: Check for ip_vs.h.
ipvs plugin: Use sstrerror() instead of strerror().
ipvs plugin: Fixed a memory leak in cipvs_submit_services().
ipvs plugin: Get IP_VS_SO_GET_INFO in ip_vs_get_services().
ipvs plugin: Replaced ipvs_strerror() with sstrerror().
ipvs plugin: Check for correct IPVS version in cipvs_init().
Added documentation about ipvs to README, ChangeLog and collectd.conf.in.
collectd-perl(5): Updated documentation.
perl plugin: Improved "IncludeDir" configuration option.
perl plugin: Fixed handling of erroneous configuration options.
perl plugin: Improved value list conversion.
collectd-perl(5): Added note about multi-threading.
Fixed some typos in the manpages.
README: Added section about configuring, building and installing collectd.
---
AUTHORS | 3
ChangeLog | 61 ++-
Makefile.am | 4
README | 46 ++
bindings/Makefile.am | 18
bindings/perl/Collectd.pm | 231 +++++++++++
bindings/perl/Collectd/Makefile.PL | 8
bindings/perl/Collectd/Unixsock.pm | 322 ++++++++++++++++
bindings/perl/Makefile.PL | 8
configure.in | 144 +++++--
contrib/PerlLib/Collectd.pm | 52 --
contrib/PerlLib/Collectd/Unixsock.pm | 322 ----------------
contrib/README | 14
contrib/collection.cgi | 81 ++++
contrib/exec-smartctl | 48 ++
contrib/snmp-data.conf | 208 ++++++++++
src/Makefile.am | 55 ++
src/collectd-exec.pod | 2
src/collectd-perl.pod | 253 ++++++++++++
src/collectd-snmp.pod | 41 +-
src/collectd-unixsock.pod | 8
src/collectd.conf.in | 18
src/collectd.conf.pod | 125 +++++-
src/collectd.h | 3
src/common.c | 24 +
src/configfile.c | 124 ++++++
src/email.c | 2
src/ipvs.c | 346 +++++++++++++++++
src/logfile.c | 31 +
src/memcached.c | 489 ++++++++++++++++++++++++
src/nginx.c | 252 ++++++++++++
src/perl.c | 687 +++++++++++++----------------------
src/rrdtool.c | 14
src/snmp.c | 442 +++++++++++++++++-----
src/tcpconns.c | 513 ++++++++++++++++++++++++++
src/types.db | 11
version-gen.sh | 2
37 files changed, 4008 insertions(+), 1004 deletions(-)
---
More information about the collectd-changes
mailing list