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

Florian Forster octo at verplant.org
Thu May 24 15:52:21 CEST 2018


 AUTHORS                      |    5 +-
 Makefile.am                  |   14 +
 README                       |   14 +-
 configure.ac                 |   53 ++++
 contrib/redhat/collectd.spec |   30 +-
 src/amqp1.c                  |  724 ++++++++++++++++++++++++++++++++++++++++++
 src/collectd.conf.in         |   24 ++
 src/collectd.conf.pod        |  171 +++++++++-
 src/utils_deq.h              |  214 +++++++++++++
 src/virt.c                   |    4 +-
 10 files changed, 1243 insertions(+), 10 deletions(-)

New commits:
commit b59f84fe42dd6152bf1afe060554284c1f7f054f
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 24 14:03:02 2018 +0200

    virt plugin: set bool to false, not 0

commit 14a7435a6f444613a05f6d1ae2625dfdd4b6d64f
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 24 13:59:18 2018 +0200

    virt plugin: take mutex when setting member
    
    Purely cosmetic here, but this should fix CID 185977.

commit d486225f89ea52d8ed2b4242eba2ad94c409f837
Merge: 3f4d0cb d4cc32c
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 24 11:06:55 2018 +0200

    Merge pull request #2618 from ajssmith/amqp1_dev1_branch
    
    Write amqp1 plugin

commit d4cc32c4dddb01081c49a67d13ab4a737cda0ed0
Author: Andrew Smith <ansmith at redhat.com>
Date:   Sat May 19 11:12:05 2018 -0400

    Added library link check and addressed review comments

commit fd958eb99c09d819a51dd147db7c189366e9382a
Author: Andrew Smith <ansmith at redhat.com>
Date:   Sun May 6 14:00:03 2018 -0400

    Updates for rpm spec and review feedback

commit 46fdf1fbedc20bff90fc85555e0afba193ab0a31
Author: Andrew Smith <ansmith at redhat.com>
Date:   Mon Apr 16 09:50:21 2018 -0400

    Add connection retry

commit e6df14cd399c5990bdd9cfa78ebcce5288d1be10
Author: Andrew Smith <ansmith at redhat.com>
Date:   Wed Apr 11 13:16:37 2018 -0400

    Fix leak due to sender delivery not being settled

commit 1265bb33a47bff9eb7fad7eb767b3827f874431a
Author: Andrew Smith <ansmith at redhat.com>
Date:   Sat Jan 20 11:32:29 2018 -0500

    fix src format

commit 91c1ebab3b54ca32b34c4658dfaa7fa96830db7c
Author: Andrew Smith <ansmith at redhat.com>
Date:   Mon Jan 15 09:09:21 2018 -0500

    Add notify handler

commit 7feccc9a58e2c75b87f9f2883c9b4b5a0612938e
Author: Andrew Smith <ansmith at redhat.com>
Date:   Thu Aug 10 10:00:30 2017 -0400

    initial commit for amqp1 plugin




More information about the collectd-changes mailing list