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

Florian Forster octo at verplant.org
Wed Nov 17 15:21:37 CET 2010


 .../org/collectd/api/CollectdFlushInterface.java   |    2 +-
 bindings/java/org/collectd/api/ValueList.java      |    6 +
 configure.in                                       |   15 +-
 src/Makefile.am                                    |    1 +
 src/bind.c                                         |    2 +-
 src/collectd.c                                     |   72 +++---
 src/collectd.h                                     |    9 +-
 src/common.c                                       |   19 ++-
 src/configfile.c                                   |   25 ++
 src/configfile.h                                   |    3 +
 src/cpu.c                                          |    2 +-
 src/cpython.h                                      |    2 +-
 src/csv.c                                          |    9 +-
 src/dbi.c                                          |    2 +-
 src/dns.c                                          |    2 +-
 src/exec.c                                         |    5 +-
 src/gmond.c                                        |    2 +-
 src/ipmi.c                                         |   11 +-
 src/ipvs.c                                         |    4 -
 src/java.c                                         |   31 ++-
 src/libvirt.c                                      |  245 +++++++++-----------
 src/logfile.c                                      |   10 +-
 src/match_timediff.c                               |   28 +--
 src/memcached.c                                    |    6 +-
 src/modbus.c                                       |   16 +-
 src/mysql.c                                        |    2 +-
 src/netapp.c                                       |  108 ++++-----
 src/network.c                                      |   38 +++-
 src/network.h                                      |    2 +
 src/notify_email.c                                 |    4 +-
 src/onewire.c                                      |   17 +-
 src/oracle.c                                       |    2 +-
 src/perl.c                                         |   90 +++++---
 src/plugin.c                                       |   40 ++--
 src/plugin.h                                       |   11 +-
 src/postgresql.c                                   |   40 +---
 src/powerdns.c                                     |   16 +-
 src/python.c                                       |    6 +-
 src/pyvalues.c                                     |   33 ++--
 src/rrdcached.c                                    |    4 +-
 src/rrdtool.c                                      |  138 +++++++-----
 src/snmp.c                                         |   47 +---
 src/target_notification.c                          |    2 +-
 src/target_scale.c                                 |   12 +-
 src/thermal.c                                      |   65 ++----
 src/utils_cache.c                                  |   50 ++--
 src/utils_cache.h                                  |    2 +-
 src/utils_cmd_flush.c                              |   16 +-
 src/utils_cmd_listval.c                            |    5 +-
 src/utils_cmd_putval.c                             |   14 +-
 src/utils_db_query.c                               |    6 +-
 src/utils_db_query.h                               |    2 +-
 src/utils_format_json.c                            |    2 +-
 src/utils_rrdcreate.c                              |   26 ++-
 src/utils_time.c                                   |   44 ++++
 src/utils_time.h                                   |   70 ++++++
 src/write_http.c                                   |   34 ++--
 57 files changed, 837 insertions(+), 640 deletions(-)

New commits:
commit 83077c18c3e78739c2d2d18debf99875944eaa72
Merge: 053bea810096f410d3b03ade7ef761da05565a45 e94e1ca83a8ac255f045259ec898f944f9118430
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Nov 17 15:18:03 2010 +0100

    Merge branch 'ff/highres'
    
    Conflicts:
    	src/netapp.c

commit e94e1ca83a8ac255f045259ec898f944f9118430
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Nov 16 09:20:04 2010 +0100

    network plugin: Introduce new types for the "high resolution" time fields.

commit 965246d5039b0e6689398752f5c9771a844b491b
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Thu Nov 11 15:19:15 2010 +0100

    python: Added support for subsecond interval.

commit 25c2a62280fcc4cd47875b719549c7eeb581392e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 6 15:04:31 2010 +0100

    src/utils_cmd_flush.c: Fix parsing of the "timeout" option.

commit f1b5b8611d87a7904c31ae4b28ea47f11f3c38b9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 6 14:26:38 2010 +0100

    rrdtool plugin: Make sure "cache_timeout + random_variation" dosn't get negative.

commit eaad4caa286149becaf08469cc4b08250d8beb2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 6 14:26:16 2010 +0100

    src/{collectd,plugin}.c: Don't cast "-1" to cdtime_t.

commit a04ffbda508739433df0975328100e33e7986c87
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Nov 3 13:49:58 2010 +0100

    Many plugins and files: Convert "interval_g" and "vl->interval" to cdtime_t.

commit edd0e2639a241167e213ec301bfc71c7d291ee61
Merge: 37376539adc2398591f306aee89a37dc4734f926 65dba471769a4e69bc505c758015ffdfb76a6053
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 17:15:06 2010 +0100

    Merge branch 'master' into ff/subsecond

commit 37376539adc2398591f306aee89a37dc4734f926
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 17:10:43 2010 +0100

    Move the "cdtime_t" type to "collectd.h".
    
    This will make it possible to turn "interval_g" into a "cdtime_t".

commit 650c36841827fc1ee5536edb60fc84acf83c1fce
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 15:55:06 2010 +0100

    powerdns plugin: Make calculation of timeout value more precise.

commit c7fa720673a53e395345631ce436cd7c91da5491
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 15:51:51 2010 +0100

    ipvs plugin: Remove explicit reference of "interval_g".

commit 1beb6992bd5132cd98b293051b14abc7f2718842
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 15:44:18 2010 +0100

    src/common.c: parse_values: Add error handling.

commit 9e2dd423c796006bd4f5dde02b7ea11cae3368f9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 15:35:50 2010 +0100

    thermal plugin: Remove explicit reference to "interval_g".

commit 16a2994a13565e3f444bb6dfddce54cbdcdf1e4a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 14:41:43 2010 +0100

    src/utils_cache.c: Fix timeout checking.

commit e748b6f4faeb84f5393e362103d29a57600ec93d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 14:36:11 2010 +0100

    rrdtool plugin: Fix the "random variation" implementation.

commit 3c11483706eebaac9650a4bf051dfd665ff8ed0f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 14:11:59 2010 +0100

    Various plugins: More fixes for the "cdtime_t" change.

commit 468ae3bbaa875edc0f45af7603a2c66680d6b80c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 13:48:05 2010 +0100

    java plugin: Fix conversion from / to Java.

commit 4ee51643bce5fece8ec9d44c07d57959f1889805
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 13:18:11 2010 +0100

    libvirt plugin: Don't set the time explicitly.

commit d4e70c2b352c616bbfe1da195d6cbbacedcb7292
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 13:09:51 2010 +0100

    Various plugins: Some more fixes with the time_t → cdtime_t change.

commit d91c8449c887c87cd776d06eb07b78cca73707b1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 12:51:43 2010 +0100

    src/plugin.[ch]: Change the flush callbacks to take a "cdtime_t".

commit 9e79bea7d3f158f2fd39dda8a413843a7bec819b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 12:51:02 2010 +0100

    src/utils_time.h: Add macros for converting to "struct timespec" ..
    
    .. and "struct timeval".

commit a5177bd853eedbe69d87869316093a0e9526e931
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 12:50:35 2010 +0100

    src/plugin.[ch]: Change the "time" member to "cdtime_t".

commit d6e55d065c568b599a9c27b2540c7e0233cf2318
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 31 12:39:10 2010 +0100

    src/configfile.[ch]: Add "cf_util_get_cdtime".

commit 17fcc3c1cd67ceb0b8305cabb9e7c1e66aba561f
Merge: 1c2e242703c7dcd1de29aef49608cf89bfde5e4a 02a570b9e233010777e502db11e569cc4f40984c
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Oct 30 14:04:12 2010 +0200

    Merge branch 'master' into ff/subsecond

commit 1c2e242703c7dcd1de29aef49608cf89bfde5e4a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Oct 30 13:56:52 2010 +0200

    src/utils_time.[ch]: Add module for sub-second time handling.




More information about the collectd-changes mailing list