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

Florian Forster octo at verplant.org
Thu Jun 25 22:37:34 CEST 2015


 contrib/README                 |    5 -
 contrib/fedora/collectd.spec   |  376 ----------------------------------------
 contrib/fedora/init.d-collectd |   66 -------
 src/Makefile.am                |   30 ++--
 src/barometer.c                |   17 +-
 src/collectd.conf.in           |    1 +
 src/collectd.conf.pod          |   13 +-
 src/csv.c                      |    4 +-
 src/curl_json.c                |    2 +-
 src/curl_xml.c                 |    8 +-
 src/daemon/common.c            |   29 ++--
 src/daemon/common_test.c       |   57 ++++++
 src/daemon/plugin.c            |   10 +-
 src/daemon/plugin.h            |    4 +-
 src/daemon/types_list.c        |    4 +-
 src/daemon/utils_cache.c       |   16 +-
 src/daemon/utils_time.c        |    6 +-
 src/dbi.c                      |    9 +-
 src/gmond.c                    |   20 +--
 src/ipvs.c                     |    8 +-
 src/java.c                     |    4 +-
 src/madwifi.c                  |   13 +-
 src/match_empty_counter.c      |    2 +-
 src/match_value.c              |    4 +-
 src/modbus.c                   |    2 +-
 src/network.c                  |    6 +-
 src/ntpd.c                     |    4 +-
 src/perl.c                     |   71 ++++----
 src/ping.c                     |    3 +-
 src/postgresql.c               |   13 +-
 src/powerdns.c                 |   12 +-
 src/processes.c                |   18 +-
 src/python.c                   |   19 +-
 src/pyvalues.c                 |   22 +--
 src/rrdcached.c                |    2 +-
 src/rrdtool.c                  |    2 +-
 src/snmp.c                     |   66 ++++---
 src/table.c                    |   42 ++---
 src/tail_csv.c                 |   57 +++---
 src/target_notification.c      |    2 +-
 src/target_scale.c             |    2 +-
 src/ted.c                      |    2 +-
 src/threshold.c                |    4 +-
 src/utils_cmd_flush.c          |    2 +-
 src/utils_cmd_getval.c         |   10 +-
 src/utils_db_query.c           |    4 +-
 src/utils_dns.c                |    8 +-
 src/utils_format_graphite.c    |    2 +-
 src/utils_format_json.c        |    6 +-
 src/utils_rrdcreate.c          |    2 +-
 src/write_redis.c              |   19 +-
 src/write_riemann.c            |   46 +++--
 src/write_riemann_threshold.c  |    4 +-
 src/write_sensu.c              |    8 +-
 src/write_tsdb.c               |   13 +-
 55 files changed, 410 insertions(+), 771 deletions(-)

New commits:
commit 88f22ff8b4c69eb38b6aaab30df212df1871d4ec
Merge: 10a3718 20d15cf
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 22:37:20 2015 +0200

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

commit 10a3718bdf7761e247b06808b8c72ca75cb0e0ba
Merge: d561993 bd6f82d
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 22:34:26 2015 +0200

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

commit d561993fd1bfb93df203484c4c225aca8b45f041
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 22:11:17 2015 +0200

    write_redis plugin: Use the prefix for the "values" set, too.
    
    Make the code match the documentation and use the prefix for the set of all
    metrics, too. Also add documentation for the "Prefix" option and let the
    default prefix be set at compile time.

commit b914b8bf2c6580fd78836399e0aaa851eb4883c5
Merge: d1fc88e a3b8297
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 21:40:27 2015 +0200

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

commit 20d15cfd26b23508242abcead906207bf26175d0
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 12:36:42 2015 +0200

    Fix signed / unsigned comparison errors.
    
    A lot of loop counters need to be size_t now, because values_len and ds_num
    are now of that type.

commit c0a95e555ed8b58af9ff9e476ce1c13241a21ae3
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 11:31:19 2015 +0200

    src/daemon/common.c: Add parse_values() unit test.

commit f19159854c272e5a8bb9f6915c456cf3a0f2d20e
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jun 25 11:30:46 2015 +0200

    src/daemon/plugin.h: Change "values_len" to type "size_t".

commit d1fc88e372d331f671422136143e4ab52ca9ef73
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 23 14:26:55 2015 +0200

    src/Makefile.am: Move tests towards the libraries tested.

commit a3b8297ca4e9b3f5e3652a347333526546306041
Author: Sebastian Pfahl <eryx at gmx.net>
Date:   Mon Jun 15 14:07:57 2015 +0000

    removed separator between prefix and the rest of the key

commit bd6f82dc3e2e6f90a5741539a4840aec3a53e493
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Jun 22 21:24:09 2015 +0200

    Remove unmaintained Fedora contrib files

commit ee77adcd0b2bcae1ddf726f199c4f9e45eb9ca2a
Author: Sebastian Pfahl <eryx at gmx.net>
Date:   Mon Jun 15 14:05:04 2015 +0000

    Added documentation

commit 34b102cd298ca53e8f0ab09a18d0b2ee82667d76
Author: Sebastian Pfahl <eryx at gmx.net>
Date:   Mon Jun 15 12:54:37 2015 +0000

    Added Prefix Parameter to write_redis plugin




More information about the collectd-changes mailing list