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

Florian Forster octo at verplant.org
Mon Jan 14 10:58:55 CET 2013


 README                                  |    7 ++++
 contrib/collection3/etc/collection.conf |   18 ++++-----
 src/Makefile.am                         |    5 +++
 src/apcups.c                            |    2 +-
 src/collectd-tg.pod                     |   65 +++++++++++++++++++++++++++++++
 src/collectd.conf.in                    |   20 ++++++++++
 src/collectd.conf.pod                   |    2 +-
 src/dbi.c                               |   33 ++--------------
 src/ethstat.c                           |   45 +++++++++++++++++----
 src/libcollectdclient/network_buffer.c  |   12 ++++++
 src/postgresql.c                        |    7 +++-
 src/redis.c                             |    5 ++-
 src/types.db                            |    2 +-
 src/varnish.c                           |   24 ++++++++----
 src/zfs_arc.c                           |    2 +-
 15 files changed, 188 insertions(+), 61 deletions(-)

New commits:
commit 33e60ef35f745c56b1a5936272b1dd8b0cf63d12
Merge: 1633a3e defd9a4
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:53:29 2013 +0100

    Merge branch 'collectd-5.2'

commit defd9a4014a34640b1228bbcb96e6aa99e8bbb37
Merge: 7ca030d 3427c2e
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:53:21 2013 +0100

    Merge branch 'collectd-5.1' into collectd-5.2

commit 3427c2e266c04d67848bda913caa730a395c7295
Merge: 83af568 772e602
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:53:13 2013 +0100

    Merge branch 'collectd-4.10' into collectd-5.1

commit 772e60230767260801902eddd571bf6ff88c6423
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 14 10:48:03 2013 +0100

    dbi plugin: Replace cdbi_config_set_string() with cf_util_get_string().

commit 83af56840f30864e4ece322a47707d3a13d15422
Author: Jeff Schroeder <jeffschroeder at computer.org>
Date:   Mon Dec 31 11:48:25 2012 -0600

    Fixed a small typo in the ethstat plugin
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 6a5004f9c4394c8f561ba3b817196e7a50ad7237
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jan 11 19:45:43 2013 +0100

    ethstat plugin: Fix the map lookup.
    
    Previously, a pointer into the configuration structure was used to look
    up the mappings. Because the configuration structure is freed or
    otherwise modified, this does not work as intended (and may actually
    lead to a segmentation fault when unlucky).
    
    For completeness sake, a shutdown callback was added to free the used
    memory on exit.
    
    Fixes Github issue 224.

commit d5b09f2bb673ac9396da52b85bcbd16c98b3d633
Author: Florian Forster <octo at collectd.org>
Date:   Thu Dec 13 09:55:04 2012 +0100

    src/types.db: Remove the maximum value from "timeleft".

commit 7ca030dea2fcb1f16516e988ab4bd1fcba0efe7b
Merge: eda7887 a8c7622
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 30 07:22:11 2012 +0100

    Merge remote-tracking branch 'github/collectd-5.2' into collectd-5.2

commit eda788724cca6ec8cdb19bb403d62e1b95af6f31
Author: Yves Mettier <ymettier at free.fr>
Date:   Wed Nov 21 11:41:10 2012 +0100

    Fix when gcrypt.h is missing (libcollectdclient)
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 49a37c7556d9828b93c78855541339108ad348ca
Author: Yves Mettier <ymettier at free.fr>
Date:   Wed Nov 21 11:40:42 2012 +0100

    Fix for nanosleep missing on Solaris
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit a8c7622252cf8fd8467a7eb9c800060d1d1c27d1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Nov 29 09:01:37 2012 +0100

    postgresql plugin: Fixed a memory leak occurring on every (successful) write.

commit 4d99b79f9a36e76a26cc39afa825d61d5676af08
Author: Florian Forster <octo at collectd.org>
Date:   Thu Nov 29 07:58:25 2012 +0100

    zfs_arc plugin: Fix the type used for mutex misses.
    
    Thanks to Yves Mettier for pointing this out!

commit 6c1415d484e5913ac5a7341528378e9a98ee515d
Author: Zuhaib M Siddique <zuhaib at hipchat.com>
Date:   Mon Nov 12 19:15:48 2012 -0800

    Updating data source for collectd v5, see https://collectd.org/wiki/index.php/V4_to_v5_migration_guide
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 38b630c605adec2638b29fc257b823b0a638080c
Merge: 3e7c4f2 82f22e2
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 28 08:17:39 2012 +0100

    Merge remote-tracking branch 'github/collectd-5.2' into collectd-5.2

commit 2195f1f610719f9fdce4aa21f154d5a068de2cbb
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 28 08:15:29 2012 +0100

    varnish plugin: Make sure the argument passed to VSM_n_Arg() is not NULL.
    
    Fixes Github issue 202.

commit 3e7c4f239aadb6d99e8b18b4bbd9cdc2f7daeddd
Author: Bernd Ahlers <bernd at tuneafish.de>
Date:   Tue Nov 27 09:42:41 2012 +0100

    Add missing "Graphite" to the amqp format list.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 82f22e281ac0c4280da213fce7a6ae0feb1815c0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Nov 20 13:13:01 2012 +0100

    collectd.conf: Added example PostgreSQL writer configuration.

commit 6854ca4fc32c3085ba80f843604b096c0cb17f46
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Nov 20 13:07:16 2012 +0100

    collectd.conf: Added a short explanation to the 'Interval' setting.
    
    … mentioning the per-plugin interval setting.

commit 80ed019e6ed4659ec3bfb5f11a409e48835a5c1c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Nov 20 12:41:27 2012 +0100

    README: Added 'pf' and 'aggregation' plugins.

commit 642d178962a4ff989c1f4710ed4abb4ff5928e9e
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Mon Nov 19 14:34:04 2012 +0100

    fix redis default node initialization
    
    unbreak redis plugin build
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit dfe983c63e5a52bff8aa3b3d86f2fc79cefe1e51
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 19 16:29:24 2012 +0100

    collectd-tg(1): Add manpage.




More information about the collectd-changes mailing list