[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.7'
Florian Forster
octo at verplant.org
Thu Dec 22 10:53:47 CET 2016
README | 8 +++++
src/Makefile.am | 6 ++--
src/battery.c | 6 ++--
src/daemon/common.c | 15 +++++-----
src/dpdkstat.c | 10 +++----
src/netapp.c | 10 +++----
src/target_set.c | 7 ++++-
src/utils_cmd_getthreshold.c | 67 ++++++++++++++++--------------------------
src/write_prometheus.c | 4 ++-
9 files changed, 67 insertions(+), 66 deletions(-)
New commits:
commit fadd45ecb0eabd5629c3ef5f93d05a1dac25ce73
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 22 10:52:44 2016 +0100
src/daemon/common.c: Change swrite() to return errno if possible.
commit badea203b6a82e68c54e0c55aea2a062eb388d3c
Merge: be6aa28 3ab9322
Author: Florian Forster <ff at octo.it>
Date: Thu Dec 22 09:13:52 2016 +0100
Merge pull request #2121 from octo/netapp
netapp plugin: Fix complation problems.
commit 3ab932283678297805292ed4bbbcda36763e4608
Author: Florian Forster <octo at collectd.org>
Date: Wed Dec 21 15:02:05 2016 +0100
netapp plugin: Fix compilation problems.
Fixes: #2120
commit be6aa28bfc12c0d35de592a56a3af84c7d8fc9a9
Merge: a89b7f8 38f1d84
Author: Florian Forster <ff at octo.it>
Date: Mon Dec 19 09:09:05 2016 +0100
Auto-Merge pull request #2113 from rubenk/dpdk-double-close
Automatically merged due to "Automerge" label
commit a89b7f8968199f200c5c3b1af7097e1f84bff7ae
Merge: 8caac0e ae23661
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sun Dec 18 13:05:59 2016 +0100
Merge pull request #2114 from mfournier/dpdkstat-formatstring
dpdkstat: use portable format strings
commit ae236613e87114ce4e3b027f37d414826fda7f68
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Sun Dec 18 11:17:59 2016 +0100
dpdkstat: use portable format strings
commit 8caac0e434896a2e84a68e5fc6441740395042d3
Merge: e60fc45 55299db
Author: Florian Forster <ff at octo.it>
Date: Sat Dec 17 20:04:15 2016 +0100
Merge pull request #2112 from rubenk/battery-plugin-nul-terminate-buffer
Battery plugin: nul-terminate buffer
commit 38f1d841840096c00a3d0b57bc2c86b6a256f303
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Dec 17 18:50:58 2016 +0100
dpdkstat: don't close already closed fd on failure
CID #158525
commit 55299db6f5fe4ae0e784c77ec16c66c71a18f2e8
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Dec 17 18:39:39 2016 +0100
battery plugin: null-terminate buffer
We call strstripnewline on it, which expects a null-terminated string.
CID #158524
commit e60fc4513bd3107cd001447377f4ce89e1585ccb
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Dec 17 17:44:47 2016 +0100
Fix parallel build
Fixes #2110
commit 7e9462557c1fab6d9c72e58ac5f25952288b883e
Merge: e400750 55c1bf4
Author: Florian Forster <ff at octo.it>
Date: Fri Dec 16 19:39:06 2016 +0100
Auto-Merge pull request #2111 from octo/cid/157643
Automatically merged due to "Automerge" label
commit e40075040c17ab9826fab713bcf8ee4518b0778a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 16 18:42:13 2016 +0100
src/utils_cmd_getthreshold.c: Fix formatting.
commit 55c1bf4105459ff39906f108aa8ad3f99cc0504b
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 16 18:38:34 2016 +0100
set target: Avoid casting negative int to size_t.
CID: 157643
commit e37293e6675221d07b2fbda7751aae0b23c6cb6b
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Thu Dec 15 23:22:59 2016 +0100
update README to mention write_prometheus & support lib
commit a9a54042102f9be27b2d1f7e1fc4658064686667
Merge: ed23f1a 872f146
Author: Florian Forster <ff at octo.it>
Date: Thu Dec 15 11:44:10 2016 +0100
Auto-Merge pull request #2096 from rubenk/target-set-plug-leak
Automatically merged due to "Automerge" label
commit ed23f1abff83bc7ae34b6d89d70b5a88f8da7432
Merge: 82f94c7 7f24a5e
Author: Florian Forster <ff at octo.it>
Date: Thu Dec 15 11:27:40 2016 +0100
Auto-Merge pull request #2092 from rubenk/prometheus-plug-leak
Automatically merged due to "Automerge" label
commit 872f146a794e43a3a4969927d55e22be8f2c8ee1
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Fri Dec 9 18:15:29 2016 +0100
target_set: plug leak on error
CID 157645
commit 7f24a5e470b7cac59fcdb56df27021ffb122ba1f
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Fri Dec 9 15:41:18 2016 +0100
write_prometheus: plug a small leak
Found by scan-build
More information about the collectd-changes
mailing list