[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.2.3'
Florian Forster
octo at verplant.org
Fri Dec 28 18:58:34 CET 2007
Tag 'collectd-4.2.3' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2007-12-28 17:34 +0100
Tag for version 4.2.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHdTOSjvke9ZFSPD0RAud3AKCNcPaedmo/iUlLGh+zoMtb7KlmJACgg21t
FP95ry6sfGfVvoBIsAnGoCk=
=RUtT
-----END PGP SIGNATURE-----
Changes since collectd-4.1.5:
Antony Dovgal (1):
memcached plugin: Added a plugin to query stats from memcached servers.
Florian Forster (73):
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.
logfile plugin: Implemented an option to prefix logged lines with a timestamp.
Merge branch 'collectd-4.1'
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'.
ChangeLog: Fix some spelling errors.
Merge branch 'collectd-4.1' into collectd-4.2
contrib/snmp-data.conf: Added some more RMSes and UPS stuff.
tcpconns plugin: Done complain when reading one of the files fails.
contrib/snmp-data.conf: Added even more UPS stuff.
Merge branch 'collectd-4.1' into collectd-4.2
contrib/collection.cgi: Add some missing types and labels.
contrib/collection.cgi: Fix the ps_rss graph.
contrib/collection.cgi: Fix the types related to the processes plugin.
Merge branch 'collectd-4.1' into collectd-4.2
Bumped version to 4.2.1; Updated ChangeLog.
Merge branch 'collectd-4.1' into collectd-4.2
Bumped version to 4.2.2; Updated ChangeLog.
bindings/Makefile.am: Fix a bug that happened when src and build directory are not the same.
Merge branch 'collectd-4.1' into collectd-4.2
Updated the changelog.
build system: Yet another way to solve the src-dir vs. build-dir issue.
Bumped version to 4.2.3; Updated ChangeLog.
Iain Lea (1):
contrib/fedora/collectd.spec: Updated for version 4.2.0
Luke Heberling (4):
logfile plugin: fix the `Timestamp' configuration option.
collectd.conf(5): Added a note about plugin loading order.
rc/utils_llist.c: Fix a bug in llist_prepend.
src/utils_avltree.c: Fix avl_get to work as documented.
Saulius Grigaliunas (1):
nginx plugin: Use strcmp rather than strcpy to compare strings.
Sebastian Harl (31):
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.
perl plugin: Set $0 to "collectd".
collectd.conf: Added nginx module.
collectd-perl(5): Fixed a typo.
src/Makefile.am: Use curl CFLAGS when building the nginx plugin.
utils_mount.c: Fixed an unused variable warning on some systems.
Revert "bindings/Makefile.am: Fix a bug that happened when src and build directory are not the same."
configure.in: Copy sources of the Perl bindings to the build directory.
---
AUTHORS | 3
ChangeLog | 78 +++
Makefile.am | 4
README | 23 +
bindings/Makefile.am | 26 +
bindings/perl/Collectd.pm | 231 +++++++++++
bindings/perl/Collectd/Makefile.PL | 8
bindings/perl/Collectd/Unixsock.pm | 322 ++++++++++++++++
bindings/perl/Makefile.PL | 8
configure.in | 127 +++++-
contrib/PerlLib/Collectd.pm | 52 --
contrib/PerlLib/Collectd/Unixsock.pm | 322 ----------------
contrib/README | 14
contrib/collection.cgi | 187 +++++++--
contrib/exec-smartctl | 48 ++
contrib/fedora/collectd.spec | 53 ++
contrib/snmp-data.conf | 455 +++++++++++++++++++++++
src/Makefile.am | 58 ++
src/collectd-exec.pod | 2
src/collectd-perl.pod | 253 ++++++++++++
src/collectd-snmp.pod | 39 +
src/collectd-unixsock.pod | 8
src/collectd.conf.in | 26 +
src/collectd.conf.pod | 133 +++++-
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 | 689 ++++++++++++++---------------------
src/rrdtool.c | 2
src/snmp.c | 446 +++++++++++++++++-----
src/tcpconns.c | 521 ++++++++++++++++++++++++++
src/types.db | 9
src/utils_avltree.c | 5
src/utils_llist.c | 3
src/utils_mount.c | 6
version-gen.sh | 2
39 files changed, 4362 insertions(+), 1045 deletions(-)
---
More information about the collectd-changes
mailing list