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

Florian Forster octo at verplant.org
Mon Nov 28 22:31:34 CET 2016


 ChangeLog                                       |   52 +
 configure.ac                                    |    6 +-
 contrib/README                                  |   10 +-
 contrib/examples/myplugin.c                     |  236 +-
 proto/collectd.proto                            |    5 +-
 proto/prometheus.proto                          |   55 +-
 src/aggregation.c                               |  692 ++-
 src/amqp.c                                      | 1722 ++++----
 src/apache.c                                    | 1008 +++--
 src/apcups.c                                    |  675 ++-
 src/apple_sensors.c                             |  312 +-
 src/aquaero.c                                   |  247 +-
 src/ascent.c                                    |  583 ++-
 src/barometer.c                                 | 2536 +++++------
 src/battery.c                                   | 1253 +++---
 src/battery_statefs.c                           |   34 +-
 src/bind.c                                      | 1539 +++----
 src/ceph.c                                      | 2354 +++++-----
 src/ceph_test.c                                 |  110 +-
 src/cgroups.c                                   |  371 +-
 src/chrony.c                                    |  765 ++--
 src/collectd-nagios.c                           | 1206 +++---
 src/collectd-tg.c                               |  361 +-
 src/collectdctl.c                               |  478 +--
 src/collectdmon.c                               |  575 ++-
 src/conntrack.c                                 |   86 +-
 src/contextswitch.c                             |  173 +-
 src/cpu.c                                       | 1214 +++---
 src/cpufreq.c                                   |   97 +-
 src/cpusleep.c                                  |    4 +-
 src/cpython.h                                   |  152 +-
 src/csv.c                                       |  580 ++-
 src/curl.c                                      |  553 ++-
 src/curl_json.c                                 |  781 ++--
 src/curl_xml.c                                  |  911 ++--
 src/daemon/collectd.c                           | 1158 +++--
 src/daemon/collectd.h                           |  274 +-
 src/daemon/common.c                             | 2547 ++++++-----
 src/daemon/common.h                             |  196 +-
 src/daemon/common_test.c                        |  314 +-
 src/daemon/configfile.c                         | 2166 +++++-----
 src/daemon/configfile.h                         |   47 +-
 src/daemon/filter_chain.c                       |  769 ++--
 src/daemon/filter_chain.h                       |   43 +-
 src/daemon/meta_data.c                          |  485 +--
 src/daemon/meta_data.h                          |   71 +-
 src/daemon/meta_data_test.c                     |   98 +-
 src/daemon/plugin.c                             | 4228 +++++++++---------
 src/daemon/plugin.h                             |  387 +-
 src/daemon/plugin_mock.c                        |   46 +-
 src/daemon/types_list.c                         |  137 +-
 src/daemon/types_list.h                         |    2 +-
 src/daemon/utils_avltree.c                      | 1092 +++--
 src/daemon/utils_avltree.h                      |   23 +-
 src/daemon/utils_avltree_test.c                 |  111 +-
 src/daemon/utils_cache.c                        |  892 ++--
 src/daemon/utils_cache.h                        |  106 +-
 src/daemon/utils_cache_mock.c                   |   14 +-
 src/daemon/utils_complain.c                     |   95 +-
 src/daemon/utils_complain.h                     |   52 +-
 src/daemon/utils_heap.c                         |  103 +-
 src/daemon/utils_heap.h                         |    8 +-
 src/daemon/utils_heap_test.c                    |   31 +-
 src/daemon/utils_ignorelist.c                   |  344 +-
 src/daemon/utils_ignorelist.h                   |   12 +-
 src/daemon/utils_llist.c                        |  192 +-
 src/daemon/utils_llist.h                        |   35 +-
 src/daemon/utils_match.c                        |  273 +-
 src/daemon/utils_match.h                        |   60 +-
 src/daemon/utils_random.c                       |   28 +-
 src/daemon/utils_random.h                       |    4 +-
 src/daemon/utils_subst.c                        |  239 +-
 src/daemon/utils_subst.h                        |   11 +-
 src/daemon/utils_subst_test.c                   |  103 +-
 src/daemon/utils_tail.c                         |  234 +-
 src/daemon/utils_tail.h                         |   10 +-
 src/daemon/utils_tail_match.c                   |  191 +-
 src/daemon/utils_tail_match.h                   |   40 +-
 src/daemon/utils_threshold.c                    |   85 +-
 src/daemon/utils_threshold.h                    |   18 +-
 src/daemon/utils_time.c                         |  133 +-
 src/daemon/utils_time_test.c                    |  142 +-
 src/dbi.c                                       |  731 ++--
 src/df.c                                        |  610 ++-
 src/disk.c                                      | 1663 ++++---
 src/dns.c                                       |  636 ++-
 src/drbd.c                                      |  232 +-
 src/email.c                                     | 1116 +++--
 src/entropy.c                                   |   40 +-
 src/ethstat.c                                   |  290 +-
 src/exec.c                                      |  741 ++--
 src/fhcount.c                                   |   45 +-
 src/filecount.c                                 |  490 +--
 src/fscache.c                                   |  212 +-
 src/gmond.c                                     | 1023 ++---
 src/gps.c                                       |  258 +-
 src/hddtemp.c                                   |  436 +-
 src/hugepages.c                                 |    2 +-
 src/intel_rdt.c                                 |    2 +-
 src/interface.c                                 |  563 ++-
 src/ipc.c                                       |  226 +-
 src/ipmi.c                                      |  652 ++-
 src/iptables.c                                  |  716 ++--
 src/ipvs.c                                      |  452 +-
 src/irq.c                                       |  265 +-
 src/java.c                                      | 2888 ++++++-------
 src/libcollectdclient/client.c                  |  806 ++--
 src/libcollectdclient/collectd/client.h         |   79 +-
 src/libcollectdclient/collectd/network.h        |   33 +-
 src/libcollectdclient/collectd/network_buffer.h |   23 +-
 src/libcollectdclient/network.c                 |  291 +-
 src/libcollectdclient/network_buffer.c          |  630 ++-
 src/liboconfig/oconfig.c                        |  166 +-
 src/liboconfig/oconfig.h                        |   33 +-
 src/load.c                                      |  260 +-
 src/log_logstash.c                              |  565 ++-
 src/logfile.c                                   |  329 +-
 src/lpar.c                                      |  372 +-
 src/lua.c                                       |   26 +-
 src/lvm.c                                       |  265 +-
 src/madwifi.c                                   | 1385 +++---
 src/match_empty_counter.c                       |   44 +-
 src/match_hashed.c                              |  110 +-
 src/match_regex.c                               |  601 ++-
 src/match_timediff.c                            |   80 +-
 src/match_value.c                               |  221 +-
 src/mbmon.c                                     |  395 +-
 src/md.c                                        |  141 +-
 src/memcachec.c                                 |  361 +-
 src/memcached.c                                 |  536 +--
 src/memory.c                                    |  741 ++--
 src/mic.c                                       |  595 ++-
 src/modbus.c                                    |  758 ++--
 src/mqtt.c                                      | 1184 +++--
 src/multimeter.c                                |  352 +-
 src/mysql.c                                     | 1792 ++++----
 src/netapp.c                                    | 5230 +++++++++++------------
 src/netlink.c                                   |  679 ++-
 src/network.c                                   | 4623 ++++++++++----------
 src/network.h                                   |   28 +-
 src/nfs.c                                       |  966 ++---
 src/nginx.c                                     |  265 +-
 src/notify_desktop.c                            |  211 +-
 src/notify_email.c                              |  282 +-
 src/notify_nagios.c                             |  130 +-
 src/ntpd.c                                      | 1627 ++++---
 src/numa.c                                      |   97 +-
 src/nut.c                                       |  255 +-
 src/olsrd.c                                     |  533 +--
 src/onewire.c                                   |  691 ++-
 src/openldap.c                                  | 1082 ++---
 src/openvpn.c                                   | 1347 +++---
 src/oracle.c                                    |  639 ++-
 src/perl.c                                      | 4073 +++++++++---------
 src/pf.c                                        |  163 +-
 src/pinba.c                                     |  516 +--
 src/pinba.proto                                 |   32 +-
 src/ping.c                                      |  538 +--
 src/postgresql.c                                | 2157 +++++-----
 src/powerdns.c                                  |  981 ++---
 src/processes.c                                 | 4148 +++++++++---------
 src/protocols.c                                 |  178 +-
 src/pyconfig.c                                  |  331 +-
 src/python.c                                    | 2298 +++++-----
 src/pyvalues.c                                  | 2034 ++++-----
 src/redis.c                                     |  463 +-
 src/routeros.c                                  |  417 +-
 src/rrdcached.c                                 |  521 +--
 src/rrdtool.c                                   | 1867 ++++----
 src/sensors.c                                   |  872 ++--
 src/serial.c                                    |  157 +-
 src/sigrok.c                                    |  629 ++-
 src/smart.c                                     |  279 +-
 src/snmp.c                                      | 1396 +++---
 src/statsd.c                                    |  790 ++--
 src/swap.c                                      | 1109 +++--
 src/syslog.c                                    |  187 +-
 src/table.c                                     |  839 ++--
 src/tail.c                                      |  280 +-
 src/tail_csv.c                                  |  872 ++--
 src/tape.c                                      |  153 +-
 src/target_notification.c                       |  212 +-
 src/target_replace.c                            |  498 +--
 src/target_scale.c                              |  800 ++--
 src/target_set.c                                |  357 +-
 src/target_v5upgrade.c                          |  297 +-
 src/tcpconns.c                                  |  835 ++--
 src/teamspeak2.c                                | 1384 +++---
 src/ted.c                                       |  463 +-
 src/testing.h                                   |  173 +-
 src/thermal.c                                   |  311 +-
 src/threshold.c                                 |  725 ++--
 src/tokyotyrant.c                               |  213 +-
 src/turbostat.c                                 | 2460 ++++++-----
 src/unixsock.c                                  |  766 ++--
 src/uptime.c                                    |  329 +-
 src/users.c                                     |  115 +-
 src/utils_cmd_flush.c                           |  307 +-
 src/utils_cmd_flush.h                           |   11 +-
 src/utils_cmd_getthreshold.c                    |  202 +-
 src/utils_cmd_getthreshold.h                    |    2 +-
 src/utils_cmd_getval.c                          |  155 +-
 src/utils_cmd_getval.h                          |   11 +-
 src/utils_cmd_listval.c                         |   98 +-
 src/utils_cmd_listval.h                         |   11 +-
 src/utils_cmd_putnotif.c                        |  140 +-
 src/utils_cmd_putnotif.h                        |    2 +-
 src/utils_cmd_putval.c                          |  473 +-
 src/utils_cmd_putval.h                          |   15 +-
 src/utils_cmds.c                                |  523 ++-
 src/utils_cmds.h                                |  108 +-
 src/utils_cmds_test.c                           |  444 +-
 src/utils_crc32.c                               |  125 +-
 src/utils_crc32.h                               |    2 +-
 src/utils_curl_stats.c                          |  340 +-
 src/utils_curl_stats.h                          |    8 +-
 src/utils_db_query.c                            |  962 ++---
 src/utils_db_query.h                            |   56 +-
 src/utils_dns.c                                 | 1462 ++++---
 src/utils_dns.h                                 |   51 +-
 src/utils_fbhash.c                              |  137 +-
 src/utils_fbhash.h                              |    6 +-
 src/utils_format_graphite.c                     |  397 +-
 src/utils_format_graphite.h                     |   15 +-
 src/utils_format_graphite_test.c                |  168 +-
 src/utils_format_json.c                         |  701 ++-
 src/utils_format_json.h                         |   20 +-
 src/utils_format_json_test.c                    |  111 +-
 src/utils_format_kairosdb.c                     |  336 +-
 src/utils_format_kairosdb.h                     |   16 +-
 src/utils_latency.c                             |  139 +-
 src/utils_latency.h                             |   27 +-
 src/utils_latency_config.c                      |    2 +-
 src/utils_latency_test.c                        |  254 +-
 src/utils_lua.c                                 |    7 +-
 src/utils_lua.h                                 |    2 +-
 src/utils_mount.c                               | 1256 +++---
 src/utils_mount.h                               |  152 +-
 src/utils_mount_test.c                          |   97 +-
 src/utils_parse_option.c                        |   37 +-
 src/utils_parse_option.h                        |    4 +-
 src/utils_rrdcreate.c                           |  577 ++-
 src/utils_rrdcreate.h                           |   12 +-
 src/utils_vl_lookup.c                           |  530 ++-
 src/utils_vl_lookup.h                           |   42 +-
 src/utils_vl_lookup_test.c                      |  274 +-
 src/uuid.c                                      |  322 +-
 src/varnish.c                                   | 2059 +++++----
 src/virt.c                                      | 1474 ++++---
 src/vmem.c                                      |  227 +-
 src/vserver.c                                   |  544 ++-
 src/wireless.c                                  |  198 +-
 src/write_graphite.c                            |  886 ++--
 src/write_http.c                                | 1440 +++----
 src/write_kafka.c                               |  764 ++--
 src/write_log.c                                 |  161 +-
 src/write_mongodb.c                             |  323 +-
 src/write_redis.c                               |  211 +-
 src/write_riemann.c                             |    8 +-
 src/write_riemann_threshold.c                   |  152 +-
 src/write_riemann_threshold.h                   |    2 +-
 src/write_sensu.c                               | 2171 +++++-----
 src/write_tsdb.c                                |  890 ++--
 src/xencpu.c                                    |  165 +-
 src/xmms.c                                      |   33 +-
 src/zfs_arc.c                                   |  461 +-
 src/zone.c                                      |  277 +-
 src/zookeeper.c                                 |  440 +-
 268 files changed, 69590 insertions(+), 78196 deletions(-)

New commits:
commit 6c17c8ccba745714c4d7cc10dc3ca57f2d0d293f
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:23:24 2016 +0100

    Even more renormalization.

commit 87e53c90047eb1ff8818105762ff997a5cfea4ad
Merge: facbb03 b5b0158
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:23:04 2016 +0100

    Merge branch 'collectd-5.6'

commit b5b01583cab80db95e8fd9c38d27db9f12f1f96c
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:22:01 2016 +0100

    More reformatting.
    
    No idea why the previous round missed these files.

commit facbb03bdd0c591344b1a81dd0437064cfcc24e5
Merge: 936c450 79963d1
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:16:04 2016 +0100

    Merge branch 'collectd-5.6'

commit 936c450a86c841eea89888c8550c9118fae90c25
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:15:48 2016 +0100

    Tree wide: Reformat with clang-format.

commit 79963d13c1884d1d92667cc502ad20758b084a12
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 22:09:22 2016 +0100

    Tree wide: Reformat with clang-format.

commit 51181b899668ad2c232a152d6e5e787c4eb049cc
Merge: 3eda783 e037711
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 21:48:36 2016 +0100

    Merge branch 'collectd-5.5' into collectd-5.6

commit e037711c39e610ecdfdac4ecbd7deca711a15d47
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 28 16:51:37 2016 +0100

    Bump version to 5.5.3; Update ChangeLog.

commit 3eda78360090edab0538f3b54c79d27a7fa1ec22
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Sat Nov 19 11:47:00 2016 +0100

    Fix Lua header detection
    
    checking lua.h usability... yes
    checking lua.h presence... no
    configure: WARNING: lua.h: accepted by the compiler, rejected by the
    preprocessor!
    configure: WARNING: lua.h: proceeding with the compiler's result
    checking for lua.h... yes
    checking lauxlib.h usability... yes
    checking lauxlib.h presence... no
    configure: WARNING: lauxlib.h: accepted by the compiler, rejected by the
    preprocessor!
    configure: WARNING: lauxlib.h: proceeding with the compiler's result
    checking for lauxlib.h... yes
    checking lualib.h usability... yes
    checking lualib.h presence... no
    configure: WARNING: lualib.h: accepted by the compiler, rejected by the
    preprocessor!
    configure: WARNING: lualib.h: proceeding with the compiler's result
    checking for lualib.h... yes
    
    AC_CHECK_HEADERS uses the preprocessor directly, which doesn't use
    CFLAGS. Fixes detection of the lua-5.1 compat libs on Fedora Rawhide.

commit 23640b4107e3d4398f5736d3a6a687181115a8fd
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Nov 16 10:12:10 2016 +0100

    contrib/README: sort items

commit db961f476426f5dd3ca1663ffc094f0fc7f6f8a2
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 11 14:34:20 2016 +0100

    collectd-tg: Fix sleep interval.
    
    nanosleep() was called with the current time, meaning that it would
    block for years. This correctly subtracts "now" from the metric's time
    and only sleeps for the duration between the two.




More information about the collectd-changes mailing list