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

Florian Forster octo at verplant.org
Fri Jul 9 12:01:46 CEST 2010


 ChangeLog                               |   45 +++++++++++++++++++++++++++++
 bindings/java/Makefile.am               |    2 +-
 configure.in                            |    4 +-
 contrib/collection3/etc/collection.conf |   48 +++++++++++++++++++++++++++++-
 src/df.c                                |    3 ++
 src/plugin.c                            |    7 +++-
 src/swap.c                              |    8 ++--
 version-gen.sh                          |    4 +-
 8 files changed, 108 insertions(+), 13 deletions(-)

New commits:
commit 39a23c3c782d30ea8c45715490987a251e5d06f9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jul 9 12:01:28 2010 +0200

    Bumped version to 4.10.1; Updated ChangeLog.

commit 5ee497d4d3e9168d502686c087c92a416a3cbb99
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jul 9 11:58:28 2010 +0200

    swap plugin: Multiply swap sizes by 1024.
    
    This fixes a regression introduced in 6a3935d.

commit f6d2b3c2f83808f9f3913bf0220b3e6ad84fe23c
Merge: 96c474f576c721c6d993025b99c55de375552259 731838e867501089fcac57518155e1a69d7ef8ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jul 9 11:49:31 2010 +0200

    Merge branch 'collectd-4.9' into collectd-4.10
    
    Conflicts:
    	ChangeLog
    	version-gen.sh

commit 731838e867501089fcac57518155e1a69d7ef8ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jul 9 11:47:07 2010 +0200

    ChangeLog: Fix the release date for 4.9.3.

commit 7983b9d5e2baa934b7cca100ab524630a58e789e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jul 9 11:39:08 2010 +0200

    Bumped version to 4.9.3; Updated ChangeLog.

commit dd28a7dbb9404672d850063f3e58ee8dc6debb20
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jul 6 13:00:32 2010 +0200

    src/plugin.c: Check "read_loop" when returning from "pthread_cond_timedwait".
    
    Otherwise it may take up to $Interval seconds until all read threads
    shut down. This bug was introduced in version 4.8.4 (commit dbe1a7d).

commit 09e1bfaed8475b7f81befe8581fb09711795b13b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Jun 28 17:52:19 2010 +0200

    Remove usage of obsoleted XSI extensions wrt. the "test" command.

commit 92c4cafa78eea14de24309abfb0c965bffd15b6b
Author: Alexander Wuerstlein <arw at arw.name>
Date:   Mon Jun 28 09:57:02 2010 +0200

    Fix usage of Solaris /usr/bin/echo
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 3ed9d797be095b8ba50ef8b684cb7054b335ffa9
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Jun 28 10:01:39 2010 +0200

    df plugin: Remove the complaint code again.
    
    Calls to the plugin are delayed when an error is returned anyway, so it's
    better to have an error message in addition to the "has failed, will suspend"
    message generated in src/plugin.c.

commit 000aa7c1dbb4bade283d1cbc21a3db5537176fdc
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Jun 28 09:25:58 2010 +0200

    df plugin: Report an error if "cu_mount_getlist" fails.

commit c75cce4b7e940064de9c901209bb9385259fd8e1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jun 24 16:08:43 2010 +0200

    collection3: df_complex graph: Add "reserved" space.

commit 0a8e0cdc390b105f1f952bdcd82b1b303cd2b434
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jun 24 16:05:53 2010 +0200

    collection3: Add Windows data sources to the "memory" graph.

commit 940ca3556fe2d9ff0a643b0a19ba4b2dd0e349a5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jun 24 16:05:21 2010 +0200

    collection3: Add graphs for "bitrate", "signal_power", "signal_quality", and "snr".

commit 186a84618108238802f0a19396ec2ac0ae086fc7
Author: Florian Forster <octo at noris.net>
Date:   Wed Jun 16 15:36:44 2010 +0200

    bindings/java/Makefile.am: Fix rebuilding of Java plugins.




More information about the collectd-changes mailing list