[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Dec 5 07:39:24 CET 2017
.travis.yml | 2 +-
src/ceph.c | 2 +-
src/exec.c | 13 +++++++---
src/ovs_stats.c | 2 +-
src/perl.c | 4 +--
src/powerdns.c | 73 +++++++++++++++++++++++--------------------------------
src/rrdtool.c | 8 +++---
src/table.c | 10 ++++++++
src/utils_ovs.c | 50 ++++++++++++++++++++++---------------
9 files changed, 88 insertions(+), 76 deletions(-)
New commits:
commit 8e5e2e927f9cf051ef210473b1b48ff62d81f585
Merge: 856d707 8abc14e
Author: Florian Forster <octo at collectd.org>
Date: Tue Dec 5 07:33:18 2017 +0100
Merge branch 'collectd-5.8'
commit 856d707454e79b6c00615fb31ff53923ac848336
Author: Florian Forster <octo at collectd.org>
Date: Tue Dec 5 07:33:13 2017 +0100
.travis.yml: Send notifications to the changes ML.
commit 8abc14ed0b74a224b4c561cb86997f9e26c432de
Merge: de05fb5 8dba589
Author: Florian Forster <ff at octo.it>
Date: Mon Dec 4 09:53:48 2017 +0100
Merge pull request #2590 from maryamtahhan/fix_collectd_ovs_deadlock
Fix collectd ovs deadlock
commit de05fb53fad6bc998f585b704ca0caeadc14a035
Author: Aleksei Zakharov <zaharov at selectel.ru>
Date: Fri Dec 1 19:07:04 2017 +0300
ceph plugin: Fix #2572
Signed-off-by: Florian Forster <octo at collectd.org>
commit ba1015262cdc912f9d01ab5a76037e65033c54c5
Merge: 3d082a9 6d63f6e
Author: Florian Forster <octo at collectd.org>
Date: Mon Dec 4 08:23:26 2017 +0100
Merge branch 'collectd-5.7' into collectd-5.8
commit 6d63f6e9834c838e0a6469d9eaf17feffa3b2959
Author: Florian Forster <octo at collectd.org>
Date: Mon Dec 4 08:18:33 2017 +0100
table plugin: Add explicit NULL checks to clear functions.
CID: 37966
commit 1e021c689d6f316ec208443060a36b9638a0840a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 21:05:00 2017 +0100
exec plugin: Check return value of plugin_thread_create().
CID: 37942, 37943
commit 06c1d153c58a1510674c20d886baa148ab08b3bc
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 20:45:04 2017 +0100
rrdtool plugin: Check return value of c_avl_get().
CID: 37940
commit eeca9dc658dfa9ed3c8bfea609fa0a82f9326874
Merge: 5b67fad f471d5b
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Fri Dec 1 16:14:57 2017 +0100
Auto-Merge pull request #2589 from octo/cid/37960
Automatically merged due to "Automerge" label
commit 8dba589c3665a3f4925bfca2844e973771bda1cc
Author: Tahhan, Maryam <maryam.tahhan at intel.com>
Date: Wed Nov 29 12:50:18 2017 +0000
utils_ovs: fix #2574
Poll thread was trying to reconnect after event thread was terminated.
Change-Id: I48bf196302139ddf99bb96b49a6c3b4ede345240
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>
commit 5b67fad4c2e493e3d6d27e044aa435348e0e3806
Merge: ff59046 69e109c
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Fri Dec 1 15:20:59 2017 +0100
Auto-Merge pull request #2588 from octo/cid/37968
Automatically merged due to "Automerge" label
commit f471d5be871f315913311fccc28726ea469bdd1d
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:59:55 2017 +0100
contrib/format.sh src/perl.c
commit 69e109c76551b1f379b38373314d3d2c325e8f60
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:18:50 2017 +0100
powerdns plugin: Remove the unused ret_buffer_size argument â¦
⦠from powerdns_get_data().
commit 4f5ef4dfc490709a0bf8775458cc2eef35cc75fb
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:30:23 2017 +0100
perl plugin: Fix exporting notification meta data.
Previously, the while loop ensured that meta was NULL, causing the for
loop to never been executed. This introduces a new temporary variable to
avoid changing meta before the for loop.
CID: 37960
commit ca89ee257db233a0512c73b6d8353b1aa86e3e8a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 12:06:26 2017 +0100
powerdns plugin: Declare variables on first use.
commit 5f676ef72a300ae4e8e979b4011cf7e3be505a6a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 12:05:21 2017 +0100
powerdns plugin: Ensure powerdns_get_data() returns a non-NULL buffer.
Coverity is concerned that if buffer is NULL, strtok_r() is called with
two NULL arguments, causing a NULL pointer dereference.
CID: 37968
More information about the collectd-changes
mailing list