[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Oct 18 11:18:10 CEST 2017
AUTHORS | 3 ++
src/collectd.conf.in | 2 ++
src/collectd.conf.pod | 72 +++++++++++++++++++++++++++++++++++--------
src/daemon/common.c | 9 ++----
src/daemon/common.h | 7 ++---
src/filecount.c | 12 ++++++--
src/mcelog.c | 2 +-
src/multimeter.c | 2 +-
src/ntpd.c | 2 +-
src/snmp.c | 33 +++++---------------
src/ted.c | 2 +-
src/utils_format_kairosdb.c | 23 +++++++++-----
src/utils_format_kairosdb.h | 3 +-
src/write_http.c | 22 +++++++++++--
src/write_tsdb.c | 2 +-
15 files changed, 130 insertions(+), 66 deletions(-)
New commits:
commit 84d6f6af3503f37f91a944e3875f1efedf8cbadb
Merge: aecd05a 4488199
Author: Florian Forster <octo at collectd.org>
Date: Wed Oct 18 11:17:48 2017 +0200
Merge remote-tracking branch 'github/pr/2489'
commit aecd05a0a0ec4d745506a67a937de6d1d6b33db5
Merge: 8f699d2 fe6bf22
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Wed Oct 18 16:02:55 2017 +0700
Merge pull request #2485 from rpv-tomsk/processes
processes: Improved documentation
commit fe6bf22553ba92d5122dabe7d16938a9d0172ed5
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sun Oct 15 22:33:50 2017 +0700
processes: Improved documentation
commit 448819986bb45bdc177fda96974800875cc31a69
Author: Florian Forster <octo at collectd.org>
Date: Wed Oct 18 08:54:53 2017 +0200
snmp plugin: Use cf_util_get_boolean() for boolean config options.
commit 8f699d27b3ee4b4ab3377ac4d5c2edab064f23ac
Author: alex2grad <alex2grad at users.noreply.github.com>
Date: Wed Oct 18 02:42:21 2017 -0400
filecount: Controls whether or not to include only regular files in the count (#2483)
commit db42a25a488a12d46c2bb4dd721f62d3a0b18be7
Merge: c870991 dd74097
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Mon Oct 16 20:41:33 2017 +0700
Merge pull request #2482 from outini/master
Implementation of "Prefix" option for write_http plugin
commit dd7409778fa7c0e2a665aa914435669a241562ec
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon Oct 16 19:46:06 2017 +0700
write_http: Allow to set empty metrics prefix in KAIROSDB format
commit 375061c5b3d377fa3853354b70a85bb141311bc5
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon Oct 16 19:05:20 2017 +0700
write_http: Added strdup() result check
commit 24c72b43ae909aaed636bed70b9df7400be57a0e
Author: Denis 'jawa' Pompilio <denis.pompilio at nbs-system.com>
Date: Mon Oct 16 10:15:50 2017 +0200
Setting metrics_prefix as char const *
commit b8ffa371d110fa7dbeee54f4f77f5c807e791cb4
Author: Denis 'jawa' Pompilio <denis.pompilio at nbs-system.com>
Date: Fri Oct 13 14:28:44 2017 +0200
Added denis pompilio to contributors
commit 06832d2890223397e39aaee205abc5f45464529b
Author: Denis 'jawa' Pompilio <denis.pompilio at nbs-system.com>
Date: Thu Oct 12 17:33:13 2017 +0200
Implementation of "Prefix" for write_http plugin
This option is only available for the KAIROSDB format
This option defaults to "collectd"
commit c870991a2d614e51c03c0da76e9aef997343551b
Merge: a1b19a6 c84ce4c
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Wed Oct 11 22:25:35 2017 +0700
Merge pull request #2300 from rpv-tomsk/fix-sread
Remove close() call from sread()
commit c84ce4c2d974d891712f0287932f57ed7e6be98d
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon Jul 31 12:13:15 2017 +0700
Changed return type of sread() and swrite() from 'ssize_t' to 'int'
Functions 'sread()' and 'swrite()', unlike 'read()' and 'write()', does not return the number of bytes actually read/written.
They return error status, which is returned as 'int' type in Collectd code.
commit bbe5133c16fb12c033cc4375db4c4f9f1f1506e9
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Tue Jul 4 16:14:05 2017 +0700
Proper check for `swrite()` return value
The `swrite()` can return positive value from `errno` in case of error.
commit 11fd0bc0ed5969e7f1fd218e77c905fe2f414023
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Fri May 26 12:14:19 2017 +0600
Remove close() call from sread()
The sread() function should not close fd in any cases, that is unexpected.
More information about the collectd-changes
mailing list