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

Florian Forster octo at verplant.org
Tue Nov 6 17:48:14 CET 2007


 contrib/README          |    9 +
 contrib/exec-munin.conf |    6 +
 contrib/exec-munin.px   |  248 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/exec.c              |    1 
 src/snmp.c              |   50 ++++++---
 src/types.db            |   21 ++--
 6 files changed, 306 insertions(+), 29 deletions(-)

New commits:
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 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 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