[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Sep 29 16:29:44 CEST 2017
contrib/redhat/collectd.spec | 2 +-
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 7 +++
src/dbi.c | 5 ++-
src/email.c | 8 +++-
src/exec.c | 17 +++++++-
src/processes.c | 99 ++++++++++++++++++++++++++++++++++++------
src/snmp.c | 10 ++---
src/unixsock.c | 8 +++-
9 files changed, 132 insertions(+), 25 deletions(-)
New commits:
commit da9559cff40c0c7e1f0a7b309487eb133cb2b0a8
Merge: 4eca75d c0e8b03
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 29 16:24:47 2017 +0200
Merge branch 'pr/2454'
commit c0e8b0392fed8ee776db4942af52be4d4b83069d
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 29 16:24:31 2017 +0200
processes plugin: Format with clang-format.
Also a small manpage formatting tweak.
commit 4eca75de34e9c3d7f2391b9c7a5951a27a713804
Merge: e1325d5 45492ba
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 29 13:08:25 2017 +0200
Merge branch 'collectd-5.7'
commit 45492ba3d0119874e2f2878d68089fc8f62268a4
Merge: 01d23e3 37c7348
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 29 13:05:26 2017 +0200
Merge branch 'collectd-5.6' into collectd-5.7
commit dc71a8c2fc5c63367b42829ad6e6db11f0a31a22
Author: Wilfried Goesgens <willi at arangodb.com>
Date: Fri Sep 29 12:47:27 2017 +0200
use existing type to publish the data
commit e1325d5ebebfcfc38d93ed453d01af24de4eb343
Author: Default <calvinxakru at gmail.com>
Date: Fri Sep 29 12:32:47 2017 +0300
there no such command in make make-dist-bz2
commit 37c73488f93c5423f0816de3d6be759e33fe8b94
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 29 08:44:22 2017 +0200
dbi plugin: Fix additional memory leaks.
commit 31731ec0a3f7cd0d9de9f0e5249115206c225d8a
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Thu May 12 16:24:00 2016 +0600
dbi plugin: Fix memory leak.
Some memory was leaked when shutting down.
This is a partial back-port of 5ee365a.
Signed-off-by: Florian Forster <octo at collectd.org>
commit 5b36272b7347f2f28b8c1ab02a20c4b93a54c20f
Author: Wilfried Goesgens <willi at arangodb.com>
Date: Thu Sep 28 11:34:42 2017 +0200
fix indention, revert merge failures
commit 04781eeec27d8f3e6700669203f5bdaabbe6e16a
Author: Wilfried Goesgens <willi at arangodb.com>
Date: Thu Sep 28 11:34:26 2017 +0200
add documentation
commit ac114eac058472786c5ccd52bfb812075343f00f
Author: Wilfried Goesgens <willi at arangodb.com>
Date: Wed Sep 27 16:52:12 2017 +0200
add option to collect the count of active memory maps for linux processes
commit ea341582f90a9a7ee4b5525551edc2fdb4ec1226
Merge: a71c3eb f9953af
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 27 10:23:40 2017 +0200
Merge remote-tracking branch 'github/pr/2451' into collectd-5.6
commit a71c3ebcfc6ca265c702117c89f1bb552723d1fa
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Tue Sep 26 22:30:52 2017 +0700
snmp plugin: Style fix
Issue: #2291
Signed-off-by: Florian Forster <octo at collectd.org>
commit d16c24542b2f96a194d43a73c2e5778822b9cb47
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Wed May 31 23:27:13 2017 +0700
snmp plugin: Fix double free of request PDU
snmp_sess_synch_response() always frees request PDU, in both case of request
error and success. If error condition occurs inside of `while (status == 0)`
loop, double free of `req` happens.
Issue: #2291
Signed-off-by: Florian Forster <octo at collectd.org>
commit f9953afbfc53862e81c5c4e3527afd76df7648cd
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 27 08:07:10 2017 +0200
email, exec and unixsock plugins: Use _SC_GETPW_R_SIZE_MAX.
Fixes: #2208
More information about the collectd-changes
mailing list