[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Sep 2 08:39:20 CEST 2016
proto/collectd.proto | 14 +++++++-------
src/ceph.c | 6 ++++++
src/dbi.c | 4 ++--
src/df.c | 5 ++++-
src/grpc.cc | 24 ++++++++++++------------
src/write_http.c | 3 +++
6 files changed, 34 insertions(+), 22 deletions(-)
New commits:
commit 357cae102b2994f1874f5691dc571543111bd5fa
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 2 08:38:57 2016 +0200
df plugin: Guard strcmp() against being passed NULL pointers.
Issue: #1835
commit 5533b084faf93424795e66636eb4f36c750b0f1a
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 2 08:34:11 2016 +0200
write_http plugin: Add assertion for scan-build.
Issue: #1835
commit 4d6f6e256e27ed45a41bcc199f623e23aca401c9
Merge: dc3ddbb 2653da4
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 2 08:23:46 2016 +0200
Merge remote-tracking branch 'github/pr/1901'
commit dc3ddbb1377988f1335237ca68123671521f33cf
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 2 08:23:27 2016 +0200
ceph plugin: Ensure that at least one daemon is configured in cconn_main_loop().
This addresses a scan-build issue.
commit bb98f7175940a1d696a3c52fe48597960f0df3dc
Merge: 7b7903a a47aded
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Wed Aug 31 15:45:05 2016 +0200
Merge pull request #1904 from sandebert/patch-1
Fixed two small typos
commit a47aded6a65a4e16c57dddfeff175493533146cc
Author: Fredrik Sandebert <sandebert at users.noreply.github.com>
Date: Wed Aug 31 09:58:59 2016 +0200
Fixed two small typos
commit 2653da4259ec55e133cb77c46ed0d07829253cfd
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 28 21:36:15 2016 +0200
grpc plugin: Rename "DispatchValues" to "PutValues".
This is done to use a naming closer to that of the unixsock and exec
plugins.
More information about the collectd-changes
mailing list