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

Florian Forster octo at verplant.org
Fri Dec 18 09:53:26 CET 2009


Tag 'collectd-4.8.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-12-18 08:53 +0100

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

iEYEABECAAYFAksrQv8ACgkQjvke9ZFSPD31vgCgl41O8WAtEHtUu0GPIEHQOWyy
rWQAn2DNnQUJkGD4AcDrM8uFlPQV8yJW
=rMTl
-----END PGP SIGNATURE-----

Changes since collectd-4.8.1:
Ben Knight (1):
      src/utils_cmd_listval.c: Free memory returned by `uc_get_names'.

Florian Forster (22):
      collectd-snmp(5): Fix a typo.
      configure.in: Don't use “find -L”.
      Merge branch 'collectd-4.7' into collectd-4.8
      Merge branch 'collectd-4.7' into collectd-4.8
      GenericJMX plugin: Close and re-open the connection upon I/O-errors.
      snmp plugin: Fix handling of negative values.
      snmp plugin: Fix handling of strings with control characters.
      contrib/snmp-data.conf: Add support for Mikrotik RouterBoards.
      Merge branch 'collectd-4.7' into collectd-4.8
      snmp plugin: Rename a variable (missed during merge).
      contrib/examples/MyPlugin.pm: Updated to new interface.
      Merge branch 'collectd-4.7' into collectd-4.8
      ChangeLog: Fix a typo.
      contrib/collection3: Add Regexp::Common to the README.
      memory plugin: Fixed handling of >4G of memory on Mac OS X.
      Merge branch 'collectd-4.7' into collectd-4.8
      oracle plugin: Check the connection status and reconnect if required.
      network plugin: Change the license to LGPL 2.1.
      src/plugin.c: plugin_log: Print to stderr if no log plugin has been loaded.
      Bumped version to 4.7.5; Updated ChangeLog.
      Merge branch 'collectd-4.7' into collectd-4.8
      Bumped version to 4.8.2; Updated ChangeLog.

Garret Heaton (5):
      Ignore more java bindings classes
      Replace dashes with underscores in python modules
      gitignore: Ignore compiled python files
      contrib/collectd_unixsock.py: Follow Python PEP-8 syntax requirements.
      contrib/collectd_unixsock.py: Support all plain text protocol commands

Sebastian Harl (7):
      README: Added missing prerequisites.
      collectd.conf: Added the "madwifi" and "match_empty_counter" plugins.
      gmond plugin: Fixed a typo.
      rrdcached plugin: Work around a bug in RRDtool 1.4rc2.
      src/Makefile: Support parallel builds when creating the manpages.
      protocols plugins: Fixed a typo in an error message.
      configure: Fixed copy&paste error in --with-libupsclient.

---
 .gitignore                                         |    4 +
 ChangeLog                                          |   38 +++-
 README                                             |   10 +-
 .../collectd/java/GenericJMXConfConnection.java    |   11 +-
 .../org/collectd/java/GenericJMXConfMBean.java     |    6 +-
 configure.in                                       |   10 +-
 contrib/collectd-network.py                        |  318 --------------------
 contrib/collectd-unixsock.py                       |  111 -------
 contrib/collectd_network.py                        |  318 ++++++++++++++++++++
 contrib/collectd_unixsock.py                       |  201 ++++++++++++
 contrib/collection3/README                         |    1 +
 contrib/examples/MyPlugin.pm                       |   13 +-
 contrib/snmp-data.conf                             |   69 +++++
 src/Makefile.am                                    |    4 +-
 src/collectd-snmp.pod                              |    2 +-
 src/collectd.conf.in                               |   13 +
 src/gmond.c                                        |    4 +-
 src/memory.c                                       |   16 +-
 src/network.c                                      |   13 +-
 src/oracle.c                                       |   35 +++
 src/plugin.c                                       |    5 +
 src/protocols.c                                    |    2 +-
 src/rrdcached.c                                    |    1 +
 src/snmp.c                                         |  104 +++++--
 src/utils_cmd_listval.c                            |    6 +
 version-gen.sh                                     |    2 +-
 26 files changed, 830 insertions(+), 487 deletions(-)
---



More information about the collectd-changes mailing list