[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Jun 9 19:21:32 CEST 2015
src/collectd.conf.pod | 9 ++++
src/daemon/configfile.c | 25 ++++++----
src/daemon/plugin.c | 120 +++++++++++++++++++++++++++++++++++++++++++++--
src/daemon/plugin.h | 2 +
4 files changed, 143 insertions(+), 13 deletions(-)
New commits:
commit 5b67c09d360b38efbdc002b58ae74f1b32240281
Author: Florian Forster <octo at collectd.org>
Date: Tue Jun 9 18:21:13 2015 +0100
src/daemon/configfile.c: Remove unnecessary "continue" statements.
commit 197a3826bcdc731a1a6641ead10c86e7905d3e7a
Merge: 9b4f132 5b0b730
Author: Florian Forster <octo at collectd.org>
Date: Tue Jun 9 18:10:55 2015 +0100
Merge remote-tracking branch 'github/pr/1067'
commit 5b0b730b82c8e0d131beca90dac2b3aeafb66403
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 21:36:05 2015 +0200
plugin: not return -1 if plugin_flush_callback_name fails
commit 5d591599384bec7bcad2ce4c1453e43c67512c9f
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 21:31:38 2015 +0200
Do not call plugin_unregister if the read registration fails.
commit 045cc9843ea5c2ff1558e29bf8742c00aebf3b13
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 21:25:15 2015 +0200
plugin: fix white space.
commit 9b5c37f608e60c14b756f020659572b61eb6c293
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 21:21:44 2015 +0200
plugin: remove cast type information from malloc.
commit 24bfcb0ff8a86ae25a80c638810c071a29ae8522
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 21:12:52 2015 +0200
plugin: move the code to create flush/name to plugin_flush_callback_name
commit e94f5c95909f895a80457baf543e03b6d6aff5ee
Author: Manuel Luis SanmartÃn Rozada <manuel.luis at gmail.com>
Date: Mon Jun 8 00:49:20 2015 +0200
Support for call the flush callback at regular intervals using
the read plugin callback.
More information about the collectd-changes
mailing list