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

Florian Forster octo at verplant.org
Fri May 2 11:56:25 CEST 2014


 contrib/collection.cgi      |  106 ++++++++--
 contrib/examples/myplugin.c |   24 ++-
 src/collectd.conf.in        |    1 +
 src/collectd.conf.pod       |   97 +++++++---
 src/common.c                |   67 ++++++-
 src/common.h                |   10 +
 src/cpu.c                   |  447 ++++++++++++++++++++++++++++++++-----------
 src/curl.c                  |   11 ++
 src/curl_json.c             |   10 +
 src/curl_xml.c              |   10 +
 src/memory.c                |    1 +
 src/pinba.c                 |    5 +
 src/statsd.c                |    5 +
 src/tail.c                  |   63 +++---
 src/tcpconns.c              |    6 +-
 src/utils_tail_match.c      |    8 +-
 src/utils_tail_match.h      |    2 +-
 src/write_riemann.c         |    3 +
 18 files changed, 675 insertions(+), 201 deletions(-)

New commits:
commit e9e83654a6dcc5aa47d661c9fd3cc33f9b1523a6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Apr 26 21:37:51 2014 +0200

    collection.cgi: Use -l 0 for df_complex graphs.

commit 25831ec7b1d3d36a7f2dac2baf9a47c8099deba4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Apr 26 18:31:18 2014 +0200

    collection.cgi: Added support for df_complex types.

commit 5d0a10f15f361c6f019b48d0619e87ee8bb936e3
Author: Fabiano Pires <fxp at ig.com.br>
Date:   Mon Apr 7 17:19:34 2014 -0300

    collection.cgi: Fixed apache data-sources.

commit 03223b683c5c7340550028bf445e144004d1f24d
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Apr 26 16:57:40 2014 +0200

    examples/myplugin: Updated to the current plugin API.

commit 305b0bdbee683efbab48945c87c9b90e5d88f462
Merge: 4f4c2dc a140c6b
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Mar 31 00:14:44 2014 +0200

    Merge pull request #569 from manuelluis/mlsr/MSG_DONTWAIT-aix
    
    AIX doesn't have MSG_DONTWAIT, define as MSG_NONBLOCK

commit 4f4c2dce20d92a61b4cfdee2f1142ad0ca180bdf
Merge: 82eed04 bab4f4c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Mar 31 00:10:44 2014 +0200

    Merge pull request #546 from manuelluis/mlsr/tcpconns-aix
    
    Fix tcp state names in AIX to be like others.

commit 82eed0495e68d555d0316cb886e3078b33f830ab
Merge: 2ff1437 1adcb69
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Mar 27 16:49:08 2014 +0100

    Merge pull request #446 from bugsduggan/feature/tail_plugin_interval_per_file
    
    Allow Interval per File block for tail plugin

commit 2ff14371a8157ba563b5f25a9677516942d49457
Merge: 69187b7 22ba280
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Mon Mar 10 16:33:06 2014 +0100

    Merge pull request #575 from amiron/riemann_notification_message
    
    write_riemann: send notification message

commit 69187b710667a270ee9b37cf126423f27ae2b589
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Mon Mar 10 13:49:23 2014 +0100

    typo in plugin descr header

commit 17b41fb42949c28a7312fe211226e948af456b94
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Mon Mar 10 13:46:00 2014 +0100

    add documentation for #516

commit 48588718097d6c5e13fa42a3c33583ecffd974d3
Merge: 130dd69 f2398e3
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Mon Mar 10 13:12:09 2014 +0100

    Merge pull request #516 from pyr/feature-normalized-cpu
    
    Add ReportByCpu and ValuesPercentage for cpu plugin

commit 22ba280197b0ab9befc9d74f4b06ccd04b22d0c2
Author: Adrian Miron <adrian.miron.v2 at gmail.com>
Date:   Sat Mar 8 20:17:09 2014 +0200

    write_riemann: send notification message to riemann via description field

commit a140c6bc36fe5056d97e19f4c286ee487a9a64f6
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Tue Mar 4 18:27:54 2014 +0100

    AIX doesn't have MSG_DONTWAIT, define as MSG_NONBLOCK

commit 130dd691b94de0744c0fc8f9f3e760896e4f2d83
Author: Frank Cornelis <info at e-contract.be>
Date:   Fri Nov 22 12:38:54 2013 +0100

    indents

commit 3559c66d34c46ddbe6580b7950eaba7c48393cc0
Author: Frank Cornelis <info at e-contract.be>
Date:   Fri Nov 22 11:51:46 2013 +0100

    HTTP Digest support for curl plugins

commit 19c5725693a7271ab7e4d73026da2381b2044ab3
Author: Manuel CISSÉ <manuel_cisse at yahoo.fr>
Date:   Thu Feb 20 15:58:57 2014 +0100

    memory plugin: fix submit multivalue (fill vl.type)

commit bab4f4cddf4aa053ed7b6b632bac3d42cee7d33e
Author: Manuel Luis Sanmartín Rozada <manuel.luis at gmail.com>
Date:   Sat Feb 8 22:42:21 2014 +0100

    Fix tcp state names to be like others.

commit f2398e39bc84d49081ca5bdd216584acf70013a0
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Fri Jan 17 09:18:36 2014 +0100

    better indentation.

commit b50920ffc27a0f6b0020095af06e705f14894fad
Merge: db4f08d ca8b50e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Fri Jan 17 08:54:24 2014 +0100

    Merge branch 'master' into feature-normalized-cpu

commit db4f08d9412af737c41dbc942be23bc2d33ab0fd
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Jan 16 22:16:02 2014 +0100

    typo fixes.

commit a2e962f7cc36f6dfbc28e1a9ee3fbe3fa54c059f
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Jan 16 19:24:05 2014 +0100

    as advised by @octo move to a rate computing function

commit 866e1b2741ec958e18334094e2770059b710d11e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Jan 16 19:23:52 2014 +0100

    add a value_to_rate function.

commit 06d7fbe8bb299e76cac532378e7b1999495979dc
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Jan 16 08:06:25 2014 +0100

    keep plugin instance for first cpu

commit 47f4026f7791ab81d98fe63fed5dd557b76aab5e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 15 23:43:18 2014 +0100

    fix typos

commit 42b8eb77aba0b0bdc3c2b8a5487fcdac9b092407
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 15 23:10:33 2014 +0100

    handle comments from @octo

commit fdfc8dc0e165088350f7c92972234cea142cd131
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 15 21:26:19 2014 +0100

    Add ReportByCpu and ValuesPercentage for cpu plugin
    
    ReportByCpu defaults to true, ValuesPercentage to false
    
    This enables the following use cases:
    
    - ReportByCpu false: emits normalized percentage values
    - ValuesPercentage true: emits percentage values
    - default: send per core ticks, as previously

commit 1adcb690283e97b10cb31c8bb24e19cfb157eb41
Author: Tom Leaman <tom at tomleaman.co.uk>
Date:   Fri Oct 4 14:12:42 2013 +0100

    Allow Interval per File block for tail plugin
    
    The allows each <File> block in the tail plugin config to specify
    its own Interval value. If ommitted, will use the default.




More information about the collectd-changes mailing list