[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Jun 20 15:52:21 CEST 2018
src/bind.c | 62 +++++++++---------------------
src/daemon/common.c | 74 +++++++++++++++++------------------
src/daemon/configfile.c | 96 +++++++++++++++++-----------------------------
src/daemon/plugin.c | 37 ++++++++++++++----
src/daemon/plugin.h | 10 +++++
src/daemon/plugin_mock.c | 11 ++++++
6 files changed, 142 insertions(+), 148 deletions(-)
New commits:
commit ed33542f4c8e61c00d76eb7f1d3d14e04a575050
Merge: 9ea20c9 f71007c
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Wed Jun 20 17:55:56 2018 +0700
Merge pull request #2821 from rpv-tomsk/plugin-context-master-2
RFE: Add plugin name field into plugin context use it to improve error reporting
commit f71007c326f29e3fff754eba56ba275370a265b2
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Wed Jun 20 15:12:37 2018 +0700
plugin_mmock.c: Added daemon_log()
commit ddeaf8446079a183f790f6426a2835d486d5e1d1
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Wed Jun 20 11:11:08 2018 +0700
common.c: Use plugin-name prefixed error reporting
commit bc4f4604ae8a558f2c8c1c40b9fe9649dd9d8266
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Wed Jun 20 10:49:46 2018 +0700
core: Introduced daemon_log() for messages prefixed with plugin name
commit 6126b9c01e558f1424fa7631e6a6e612a526e66f
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sat Jun 16 12:10:11 2018 +0700
bind plugin: Switched to use of cf_util_get_boolean() and cf_util_get_string()
commit 33e39e17215e4fdbf48621e53d69dcd956a3d17f
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sat Jun 16 12:01:50 2018 +0700
configfile.c: Use plugin name from plugin context in error reporting
This commit also removes 'plugin: ' prefix from `plugin_log()`.
commit f244f8d6d110e23f4aee70dc4b8ec8747be91678
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sat Jun 16 11:07:22 2018 +0700
Updated codestyle
commit ce79ade493b71b2c6a3dbc18b07d791739ad0cc2
Author: Florian Forster <octo at collectd.org>
Date: Tue Oct 4 20:48:17 2016 +0200
src/daemon/plugin.[ch]: Add the plugin name to the context.
Issue: #1949
More information about the collectd-changes
mailing list