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

Florian Forster octo at verplant.org
Wed May 2 15:52:20 CEST 2018


 configure.ac                          |    6 +-
 src/aggregation.c                     |   45 ++++------
 src/apache.c                          |   69 ++++++----------
 src/bind.c                            |  145 +++++++++++++--------------------
 src/collectd.conf.pod                 |    4 +-
 src/daemon/common.h                   |    2 -
 src/libcollectdclient/network_parse.c |    2 +-
 src/write_tsdb.c                      |    2 +-
 8 files changed, 103 insertions(+), 172 deletions(-)

New commits:
commit e975072c9d21d227e792092dc4d0e24b5c0e9a75
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 15:26:43 2018 +0200

    aggregation plugin: modernize the code a bit

commit 34119a09da2caa377c6b7111b1e3e0ab01058a69
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 15:15:15 2018 +0200

    apache plugin: modernize the code a bit

commit aac3a531403cfb5f9bde9915c9559555225d335b
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 14:21:14 2018 +0200

    Run clang-format on src/bind.c after my change

commit 3c96be5e1ae3dbca6d42be0f24ae17b6c94d6a32
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 14:19:07 2018 +0200

    bind plugin: modernize the code a bit

commit 8d0e66cb5ffb245957e96ee9cec3fd2576dc289c
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 13:17:13 2018 +0200

    write_tsdb: ansify function declaration

commit 3653632a3c92774fdcfcbf82738bc2410588aaeb
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 12:42:56 2018 +0200

    Do not hide prototype of check_capability()
    
    We have a fallback definition for if <sys/capability.h> is not found.
    That definition needs a prototype.
    
    Noticed while checking with sparse on Mac OS.

commit ca6d2f62d82ba4d07d6f266e3abbe1c0230d2f5a
Merge: b6af454 0c85475
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 12:27:01 2018 +0200

    Merge branch 'collectd-5.8'
    
    Conflicts:
    	src/collectd.conf.pod

commit b6af45453fa718f8c3bd57b88cd90298bd52c444
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 12:23:56 2018 +0200

    configure.ac: return is not a function

commit 6a16a919dccb9f90c36f3c2e96a0b2b6d1b357d6
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 2 12:17:13 2018 +0200

    network_parse.c: ansify function definition

commit 0c854759d82a28a5b4c20ad30a97e1b1f23295bc
Merge: 9fa9887 806fa5b
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Tue May 1 11:12:01 2018 +0200

    Auto-Merge pull request #2760 from rpv-tomsk/tmpfix
    
    Automatically merged due to "Automerge" label

commit 806fa5b74de3c38fa1a8be339653da2e108ac543
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Tue May 1 15:30:43 2018 +0700

    docs: Fix typo in collectd.conf.pod




More information about the collectd-changes mailing list