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

Florian Forster octo at verplant.org
Mon Nov 21 08:34:28 CET 2016


 configure.ac           |  113 +++++++++++++++++++++++++++++++++++++-----------
 docs/BUILD.dpdkstat.md |   19 +++++++-
 src/amqp.c             |    2 +-
 src/daemon/plugin.c    |   98 ++++++++++++++++++++++++++++++++---------
 src/daemon/plugin.h    |    2 +-
 src/dns.c              |    2 +-
 src/dpdkstat.c         |   98 +++++++++++++++++++++++++++++++----------
 src/email.c            |    5 ++-
 src/exec.c             |    5 ++-
 src/gmond.c            |    2 +-
 src/gps.c              |    2 +-
 src/ipmi.c             |    2 +-
 src/mqtt.c             |    3 +-
 src/network.c          |    4 +-
 src/pinba.c            |    2 +-
 src/ping.c             |    2 +-
 src/python.c           |    3 +-
 src/rrdtool.c          |    2 +-
 src/sigrok.c           |    2 +-
 src/unixsock.c         |    4 +-
 src/write_prometheus.c |   49 +++++++++++++++++++--
 21 files changed, 326 insertions(+), 95 deletions(-)

New commits:
commit c5ffa797883f238776e6294054f260df3cd0aea6
Merge: 4f9418d e81567f
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 21 08:33:42 2016 +0100

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

commit e81567f2a645fd15f4384ca9569119bc66c1412a
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 19 14:26:27 2016 +0100

    src/daemon/plugin.c: Address review comments.

commit 4f9418d694d31137b11100298d8e2c18f717ccb5
Author: Taras Chornyi <tarasx.chornyi at intel.com>
Date:   Sat Nov 19 17:02:22 2016 +0100

    dpdkstat: Added support for dpdk 16.07.

commit 0dc6fd79c3f33d7337f01bf5fefd48a7e48f67c2
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 19 08:10:47 2016 +0100

    configure.ac: Improve detection and usage of pthread_set_name_np(3).

commit 6d8031d73b7c1d874d7afa4cad2f248c4073764d
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Nov 16 07:49:25 2016 +0100

    mqtt, gps: add name parameter to plugin_thread_create()

commit a4b9c9ad2d77656892026ad4b51f9fb7c2a58149
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sun Feb 9 16:03:03 2014 +0100

    Explain the need for _GNU_SOURCE

commit 9d9678b9e753ea0936612021f4f87f8092ab4e31
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sat Feb 8 23:13:01 2014 +0100

    Add support to set the thread name.

commit fa82af13503a1195e1bfaef597ac33a3dc71a758
Author: Florian Forster <octo at collectd.org>
Date:   Tue Nov 15 09:34:57 2016 +0100

    write_prometheus plugin: Escape label values.
    
    Fixes: #2035




More information about the collectd-changes mailing list