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

Florian Forster octo at verplant.org
Thu Nov 8 22:23:22 CET 2007


 ChangeLog                    |   15 ++
 contrib/README               |    9 +
 contrib/collection.cgi       |  108 +++++++++++------
 contrib/exec-munin.conf      |    6 
 contrib/exec-munin.px        |  248 +++++++++++++++++++++++++++++++++++++++
 contrib/fedora/collectd.spec |   53 ++++++--
 contrib/snmp-data.conf       |  269 +++++++++++++++++++++++++++++++++++++++++--
 src/exec.c                   |    1 
 src/snmp.c                   |   50 ++++---
 src/tcpconns.c               |   24 ++-
 src/types.db                 |   31 ++--
 version-gen.sh               |    2 
 12 files changed, 712 insertions(+), 104 deletions(-)

New commits:
commit 34749e7ebe508b1d563af287b180e951b7822bcd
Merge: c6be63a74e2ed88ec7dc1d88d09896520bb8b7a1 3734b4e6e24b558d275b4760e537b35f7506b634
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Nov 8 22:22:19 2007 +0100

    Merge branch 'collectd-4.2'
    
    Conflicts:
    
    	src/types.db

commit 3734b4e6e24b558d275b4760e537b35f7506b634
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Nov 8 21:55:13 2007 +0100

    Bumped version to 4.2.1; Updated ChangeLog.

commit 613c72c29b5405d7e170ae7fe12611492ecb5fef
Merge: 49bb3bcd390c7b4611ca8f5e6a6f8921802e176b 6d17d79f77570f68314ab3c3f63720e361b6af58
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Nov 8 19:49:17 2007 +0100

    Merge branch 'collectd-4.1' into collectd-4.2
    
    Conflicts:
    
    	ChangeLog
    	contrib/PerlLib/Collectd.pm
    	version-gen.sh

commit 6d17d79f77570f68314ab3c3f63720e361b6af58
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Nov 8 10:49:54 2007 +0100

    Bumped version to 4.1.4; Updated ChangeLog

commit 49bb3bcd390c7b4611ca8f5e6a6f8921802e176b
Author: Florian Forster <octo at noris.net>
Date:   Wed Nov 7 16:52:01 2007 +0000

    contrib/collection.cgi: Fix the types related to the processes plugin.

commit d8b5d6ec83a5a7a471ca529b144386cdd495ebe1
Author: Florian Forster <octo at noris.net>
Date:   Wed Nov 7 09:33:51 2007 +0000

    contrib/collection.cgi: Fix the ps_rss graph.

commit 66c18405225171e1c073961f0e557094a9527ef8
Author: Florian Forster <octo at noris.net>
Date:   Wed Nov 7 09:29:23 2007 +0000

    contrib/collection.cgi: Add some missing types and labels.

commit 7a8e55e284c85ec5cd63ed457515769509308cc5
Merge: 4cf2c215b461a4560203c060681a135af5f9cdaf b641906ca7c4652e5234dce65ca43dd875f3a7ae
Author: Florian Forster <octo at noris.net>
Date:   Tue Nov 6 16:40:35 2007 +0000

    Merge branch 'collectd-4.1' into collectd-4.2
    
    Conflicts:
    
    	contrib/README
    	src/snmp.c
    	src/types.db

commit b641906ca7c4652e5234dce65ca43dd875f3a7ae
Author: Florian Forster <octo at noris.net>
Date:   Tue Nov 6 16:37:53 2007 +0000

    snmp plugin: Don't try to free the request PDU - it segfaults for some reason.
    
    According to other code I've seen this is never done by anyone else, so this
    must mean that the snmp library takes care of this somehow. Man, I love well
    documented libraries!

commit cf3523f2908c911f30c708822fe5c61f0d68f1f8
Author: Florian Forster <octo at noris.net>
Date:   Tue Nov 6 16:20:29 2007 +0000

    snmp plugin: Be even more eager to free PDU structures.

commit 83037eab40e9bba3803534d0b2b93c1c282dd564
Author: Florian Forster <octo at noris.net>
Date:   Tue Nov 6 15:53:49 2007 +0000

    snmp plugin: (Hopefully) fix a memory leak.

commit 4cf2c215b461a4560203c060681a135af5f9cdaf
Author: Florian Forster <octo at noris.net>
Date:   Tue Nov 6 15:33:58 2007 +0000

    contrib/snmp-data.conf: Added even more UPS stuff.

commit 7cb4fbe25225a05ee89a35bd0ec45db5a726498e
Author: Iain Lea <iain at bricbrac.de>
Date:   Tue Nov 6 08:17:15 2007 +0100

    contrib/fedora/collectd.spec: Updated for version 4.2.0

commit 65127ea4b6642da201b904cee5ddd792b56a566d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 4 14:20:43 2007 +0100

    exec plugin: Set PID of failed programs back to zero.
    
    Otherwise the program will not be executed ever again after it failed once.

commit 281ecad012b4d76a04e110ab149391fdc67c7498
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 3 16:28:35 2007 +0100

    contrib/exec-munin.px: Added a simple Perl script which makes it possible to use Munin plugins in collectd.
    
    The script has an embedded POD documentation.

commit 96a9cd4acc079a5d070db9d83e80f551afeda4e8
Merge: c84209f2a1479f97a6bc682573872d8000d50acd a7863f835399d4095dd930799b268931b5613ac3
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Nov 1 10:07:03 2007 +0100

    Merge branch 'pull/collectd-4.1' into collectd-4.1

commit 7ada660342c3341e6bdf3c44768af38f2acd16ed
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Nov 1 10:06:52 2007 +0100

    tcpconns plugin: Done complain when reading one of the files fails.
    
    This should remove an error message on non-IPv6-enabled hosts..

commit 0ae668b99c76e6b6f3b286d09f2a9b6ee2ac8bc3
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 30 17:15:58 2007 +0000

    contrib/snmp-data.conf: Added some more RMSes and UPS stuff.

commit c84209f2a1479f97a6bc682573872d8000d50acd
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Oct 30 09:50:01 2007 +0100

    types.db: Ordered the entries alphabetically and added `voltage_threshold'.




More information about the collectd-changes mailing list