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

Florian Forster octo at verplant.org
Tue Jun 6 20:13:35 CEST 2017


Tag 'collectd-5.7.2' created by Florian Forster <octo at collectd.org> at 2017-06-06 19:12 +0200

Tag for version 5.7.2.

Changes since collectd-5.7.1:
Denys Fedoryshchenko (2):
      mqtt plugin: Fix resource leak.
      mqtt plugin: Fix invalid symbols in topic name.

Ed Ravin (1):
      fix BIND timezone parsing issue

Florian Forster (17):
      collectd.conf(5): Add section documenting the ignorelist functionality.
      bind plugin: Use timegm() to convert to time_t if available.
      Merge branch 'collectd-5.6' into collectd-5.7
      write_prometheus plugin: Fix incorrect use of realloc().
      src/utils_cmd_putval.c: Fix multi-value PUTVAL.
      Merge pull request #2274 from octo/ff/putval
      Merge pull request #2275 from octo/ff/prometheus
      perl plugin: Fix potential double-free.
      collectd.conf(5): Fix typo ("queries" vs. "queried").
      curl_json plugin: Fix array index and key handling.
      Merge branch 'collectd-5.6' into collectd-5.7
      amqp plugin: Enable the "ExchangeType" for publishers, too.
      src/daemon/utils_cache.c: Read time *after* acquiring the lock.
      src/daemon/utils_cache.c: Remove unnecessary cast.
      src/daemon/utils_cache.c: Add debug message for lookup of missing metrics.
      intel_rdt plugin: Remove unnecessary goto.
      Bump version to 5.7.2; Update ChangeLog.

Iain Buclaw (1):
      format_graphite: Error if call to uc_get_rate fails to return a value.

Javier Cacheiro (2):
      Fix rpm spec file for 5.7.1
      Fix release

Krzysztof Matczak (1):
      fix for memory leak in utils_match.c

Marc Fournier (8):
      Merge branch 'collectd-5.6' into collectd-5.7
      daemon/common.c: Fix check_capability() by using cap_get_proc()
      notify_email: don't explicitly link against libssl and libcrypto
      Merge pull request #2170 from javicacheiro/fix_redhat_spec_file
      logfile: send log messages to STDERR by default
      src/daemon/collectd.c: do not refer to syslog in error message
      log_logstash: send log messages to STDERR by default
      smart: log warning if CAP_SYS_RAWIO is missing

Maryam Tahhan (1):
      intel_rdt: bugfix configuration

Pavel Rochnyack (2):
      processes plugin: Fix broken compilation on AIX
      network plugin: Fix endless loop DOS in parse_packet()

Przemyslaw Szczerbik (1):
      dpdkstat: Fix metrics' types

Ruben Kerkhof (23):
      dpdkstat plugin: jump to the right label
      Merge pull request #2165 from maryamtahhan/feat_rdt_bugfix
      Merge pull request #2167 from maryamtahhan/feat_dpdkstat_bugfix_5_7
      Merge branch 'collectd-5.6' into collectd-5.7
      collectd.spec: enable XFS support in df plugin
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge pull request #2192 from maryamtahhan/bugfix_regex_memleak
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge pull request #2151 from mfournier/check_capability-rewrite-fix
      look for cap_get_proc instead of cap_get_bound
      Merge branch 'collectd-5.6' into collectd-5.7
      Check for the CAP_IS_SUPPORTED macro
      Merge pull request #2204 from collectd/check-for-cap-is-supported
      Merge branch 'collectd-5.6' into collectd-5.7
      collectd.spec: Don't enable XFS support on RHEL6
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge pull request #2210 from rpv-tomsk/processes-fix-init
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge pull request #2278 from octo/ff/perl
      Bind plugin: plug a few leaks
      Merge branch 'collectd-5.6' into collectd-5.7
      Merge pull request #2310 from octo/ff/intel_rdt

---
 ChangeLog                        |   47 +++++++++++
 configure.ac                     |   98 ++++++++++++++++++++-
 contrib/redhat/collectd.spec     |   15 +++-
 contrib/systemd.collectd.service |    1 +
 src/Makefile.am                  |    2 +-
 src/amqp.c                       |    2 +-
 src/bind.c                       |   41 ++++++++-
 src/collectd.conf.pod            |   84 ++++++++++++++++--
 src/curl_json.c                  |  173 ++++++++++++++++++++------------------
 src/daemon/collectd.c            |    2 +-
 src/daemon/common.c              |   20 +++--
 src/daemon/common.h              |    2 +-
 src/daemon/utils_cache.c         |    8 +-
 src/dpdkstat.c                   |   38 ++++-----
 src/intel_rdt.c                  |   36 +++++---
 src/log_logstash.c               |    8 +-
 src/logfile.c                    |    8 +-
 src/mqtt.c                       |    6 ++
 src/network.c                    |   20 +++--
 src/perl.c                       |   56 ++++++------
 src/processes.c                  |    1 -
 src/smart.c                      |   22 +++++
 src/utils_cmd_putval.c           |   36 ++++----
 src/utils_format_graphite.c      |    7 +-
 src/utils_match.c                |    6 ++
 src/write_prometheus.c           |    7 +-
 version-gen.sh                   |    2 +-
 27 files changed, 546 insertions(+), 202 deletions(-)
---



More information about the collectd-changes mailing list