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

Florian Forster octo at verplant.org
Sat Jul 13 11:43:18 CEST 2013


Tag 'collectd-5.3.1' created by Florian Forster <octo at collectd.org> at 2013-07-13 10:43 +0200

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

iQIcBAABAgAGBQJR4SEsAAoJEFCaZHVExRxoKagP/0GzYNw/GjB0L6qvUZmQvGAR
CbZOwPpi4Q13b/DiHRomdi71HrAo9iOWVgkAaTBIAPxwfBv28bVISJMlVmKHlB3l
Aapo5snKHYNhwEBwSHfkKfpgkQi/4Mb+e6wBbRfc5OT8AIYA5FiXUzi7gx0Jmy39
kAQU/0sznX+4UK75dX/yP6Lgyrn1u2IUTPv8TGml+mSTY7U9xhHgQQI+jvqtQww1
gdZgg2Hvg/a31MMXcyJpAxElwb6XwxyHuA06l9563LhM0+YHcvY8mVv5+SkRFBK5
eda7sds9r9ZNh8j6chmwFJiuNkkzkybypiB0SFH6VTJaSdnG7qx5tFTpgbtygk85
e2p0vppi2jjbPEurk5LkjgIyie/rz1pHCEwly65c9LQj4ie6S0pSB/165HbKGB/s
Zxcp9z3TM19HD0ibs9lKaj+qmxopqdardiE60Cp8Jm3rD2t5/f3hGEEobgducOF9
tfMGvibfVzQCZvUJfeMVYcVibQ0Cz0SucWnx1OZbGlTJpWZd8+wLlcivdqz5bTST
TQbeSwtYEjaZ/v9YPFWRDRPS/MaQJ4RO6sSpc7ii5arAW8/hzAOGafGAyupXiKxz
JyDTniFrzUI3s65+JHuR3b+LGQN/Q3zplYxh/FsgvY0tI8Jz12EcsxDDKk2OHpy2
NM6VlI0I/9hVodThTwkv
=XIh4
-----END PGP SIGNATURE-----

Changes since collectd-5.3.0:
Aman Gupta (1):
      Record load averages over 100

Bernd Ahlers (1):
      Unbreak type_inst value in collectd psql view.

Björn (1):
      threshold plugin: Fix the "Interesting" configuration option.

Dan Fandrich (1):
      exec plugin: Document that defaulting to PUTVAL is no longer done

Fabien Wernli (1):
      Cleanup modbus connection if wrong result

Florian Forster (23):
      snmp plugin: Removed "mixed delaration".
      src/utils_mount.h: Add <stdio.h>.
      write_riemann plugin: Fix a memory leak.
      write_riemann plugin: Really fix a memory leak.
      dns plugin: Resume after receiving a PCAP_ERROR from pcap_loop().
      dns plugin: Sleep for an interval before re-trying to read from interface.
      modbus plugin: Refactor the new reconnection code.
      Merge branch 'document-varnish-instance-block' into collectd-5.2
      Add "=encoding" header to all manual pages.
      Merge branch 'collectd-4.10' into collectd-5.2
      src/configfile.c: Let errors in included files propagate up to cf_read().
      Merge branch 'collectd-5.2' into collectd-5.3
      collectd-threshold(5): Correct the description of the "Interesting" config option.
      src/common.c: Reimplement format_name for performance.
      csv plugin: Re-implement value_list_to_filename().
      rrdtool, rrdcached plugins: Re-implement value_list_to_filename().
      Merge branch 'collectd-5.2' into collectd-5.3
      write_graphite plugin: Actually check the return value of wg_send_message().
      write_graphite plugin: Don't call close() on invalid file descriptors.
      write_graphite plugin: Don't call close() on invalid file descriptors.
      src/plugin.c: Free the "data_sets" AVL tree.
      Merge branch 'collectd-5.2' into collectd-5.3
      Bump version to 5.3.1; Update ChangeLog.

Joaquín Cuenca Abela (1):
      Don't notify continuously when MySQL slave SQL thread is running

Marc Fournier (2):
      Improve varnish section in manpage.
      varnish: hint about missing <Instance> block

Pierre-Yves Ritschard (1):
      Test for end of oid tree without breaking collection loop.

Sebastian Harl (1):
      collectd.conf(5): Fixed documentation for include filter patterns.

Stefan Nickl (1):
      Fix modbus segfault / New strategy for connecting

---
 ChangeLog                              |   17 +++++
 contrib/postgresql/collectd_insert.sql |    2 +-
 src/collectd-email.pod                 |    2 +
 src/collectd-exec.pod                  |   10 ++-
 src/collectd-java.pod                  |    2 +
 src/collectd-nagios.pod                |    2 +
 src/collectd-perl.pod                  |    2 +
 src/collectd-python.pod                |    2 +
 src/collectd-snmp.pod                  |    2 +
 src/collectd-tg.pod                    |    2 +
 src/collectd-threshold.pod             |   12 ++--
 src/collectd-unixsock.pod              |    2 +
 src/collectd.conf.pod                  |   48 +++++++++++++-
 src/collectd.pod                       |    2 +
 src/collectdctl.pod                    |    2 +
 src/collectdmon.pod                    |    2 +
 src/common.c                           |   63 ++++++++++--------
 src/configfile.c                       |   22 ++++---
 src/csv.c                              |   85 ++++++++++---------------
 src/dns.c                              |   85 ++++++++++++++++++++-----
 src/modbus.c                           |  109 +++++++++++++++-----------------
 src/mysql.c                            |    2 +-
 src/plugin.c                           |   23 +++++++
 src/rrdcached.c                        |   56 +++++-----------
 src/rrdtool.c                          |   51 +++++----------
 src/snmp.c                             |    2 +-
 src/threshold.c                        |    4 +-
 src/types.db                           |    2 +-
 src/types.db.pod                       |    2 +
 src/utils_mount.h                      |    1 +
 src/varnish.c                          |    4 +-
 src/write_graphite.c                   |   15 ++---
 src/write_riemann.c                    |   11 ++++
 version-gen.sh                         |    2 +-
 34 files changed, 382 insertions(+), 268 deletions(-)
---



More information about the collectd-changes mailing list