[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Thu Oct 5 08:27:35 CEST 2017


 src/ceph.c            |    2 +-
 src/collectd.conf.in  |    2 +
 src/collectd.conf.pod |   29 ++-
 src/curl_xml.c        |  469 ++++++++++++++++++++-----------------------------
 4 files changed, 218 insertions(+), 284 deletions(-)

New commits:
commit 3bd15a49e44e568449ea2909be986ef6940eaffb
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 4 22:29:28 2017 +0200

    ceph plugin: Fix comment typo.

commit 32213492bd929c4f63ede29b19fdc80a6c967357
Merge: 61767b2 7275a8f
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 4 20:25:20 2017 +0200

    Merge remote-tracking branch 'github/pr/1558'

commit 7275a8fa59630e593992fa2db27d624d8562f8be
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Oct 4 23:59:46 2017 +0700

    curl_xml: Use of xmlFree() for values returned by xmlNodeGetContent()

commit dc415e502ffa5845e3c30ae8160e72934f0c725d
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Oct 4 23:35:58 2017 +0700

    curl_xml: Fixed issues found by review

commit 60dd66cba05480bbadb0bb1952b652abf80b9021
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Sep 30 20:00:20 2017 +0700

    curl_xml: Updated documentation and default configuration

commit cb03ebb8e8c0966a350f0188a427e3fbf28799b5
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Sep 30 19:38:15 2017 +0700

    curl_xml: Code cleanup and fixes
    
    * XPath list creation moved from cx_config_add_xpath() to cx_config_add_url()
    * Added missing check for ValuesFrom option presence
    * Added missing check for strdup() result
    * Removed excessive check for option name in cx_config_add_url()

commit 65e4a089431217b9ef7222352deab31e3201bdaf
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Sep 30 18:10:39 2017 +0700

    curl_xml: Removed excessive operation

commit 7d5216f97807d6b1774e3aeb90f9495499f6858b
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Sep 30 16:37:44 2017 +0700

    curl_xml: Refactored via cx_get_text_node_value()

commit cc7bfb31a63fa67e6e82421eb0a139a39924e64a
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sat Sep 30 14:02:22 2017 +0700

    curl_xml: Code cleanup, clang-format

commit a1679b7aac30698dbe758c466018b593469608cb
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Sep 19 15:22:36 2016 +0600

    curl_xml: Renamed 'PluginName' option to unified 'Plugin'.

commit d93929779c15349927f84d952bd1789426e80bae
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Feb 24 22:38:30 2016 +0700

    curl_xml: Changed documentation to match proposed changes.

commit c97b1e4da74fb2a5f18ab648d674abca9f70ff69
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Feb 24 20:20:42 2016 +0700

    curl_xml: Add ability to set plugin instance from XML data.

commit 75f6e826ccd930ac9834c55a208be2a194e38911
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Feb 24 20:20:27 2016 +0700

    curl_xml: Add ability to set custom plugin name in collected data.




More information about the collectd-changes mailing list