[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.2.1'

Florian Forster octo at verplant.org
Thu Nov 8 22:21:15 CET 2007


Tag 'collectd-4.2.1' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2007-11-08 20:55 +0100

Tag for version 4.2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBHM3fCjvke9ZFSPD0RApzIAJ92WO544mjdQRnDpdssGrxytVNxeACbBnb8
D/W0sxrg/30ixQA2ouGlNzs=
=uSYw
-----END PGP SIGNATURE-----

Changes since collectd-4.1.4:
Antony Dovgal (1):
      memcached plugin: Added a plugin to query stats from memcached servers.

Florian Forster (66):
      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.

Iain Lea (1):
      contrib/fedora/collectd.spec: Updated for version 4.2.0

Sebastian Harl (26):
      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.

---
 AUTHORS                              |    3 
 ChangeLog                            |   66 ++-
 Makefile.am                          |    4 
 README                               |   23 +
 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                         |  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                      |   55 ++
 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                |  125 +++++-
 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 
 version-gen.sh                       |    2 
 36 files changed, 4322 insertions(+), 1040 deletions(-)
---



More information about the collectd-changes mailing list