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

Florian Forster octo at verplant.org
Fri Oct 12 18:35:43 CEST 2007


 contrib/examples/MyPlugin.pm |  125 +++++++++++++++++++++++++++++++
 contrib/examples/myplugin.c  |  171 +++++++++++++++++++++++++++++++++++++++++++
 src/collectd.conf.pod        |    4 -
 src/network.c                |   17 ----
 src/processes.c              |    4 -
 src/rrdtool.c                |   21 +++--
 src/unixsock.c               |    2 
 src/utils_ignorelist.c       |    2 
 src/utils_mount.c            |   26 +++---
 src/xmms.c                   |    2 
 10 files changed, 330 insertions(+), 44 deletions(-)

New commits:
commit 6ba1a320cc3ee1c133eaf733ab8fd67b5b247115
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:35:10 2007 +0200

    Beautifying some more debug messages..

commit 09c6d16ffba1b1b15e50579bbcf663f05f630932
Merge: 5e73df5f8ec52055e5f79be5d898e5baec4c9967 8a384e732834fb5d42d9ff4ebec40482fb07372e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:33:59 2007 +0200

    Merge branch 'collectd-4.0' into collectd-4.1
    
    Conflicts:
    
    	src/rrdtool.c

commit 8a384e732834fb5d42d9ff4ebec40482fb07372e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:32:53 2007 +0200

    Beautifying many debug messages..

commit 5e73df5f8ec52055e5f79be5d898e5baec4c9967
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:22:51 2007 +0200

    rrdtool plugin: Wait for the `queue thread' to exit..
    
    ..before returning from the shutdown function.

commit 900fd12ec3d7588448455fc3cd2f7887ab0fd488
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:20:25 2007 +0200

    network plugin: Flush the buffer in the `shutdown' function..

commit 9896b57523e7f64619660abadb4422ac96c5f8c8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 12 18:09:29 2007 +0200

    xmms plugin: Return `-1' when values could be read but are weird.

commit a5322d6c70e8e7775413f2b03e3ced2637f974b6
Author: Matt Peterson <matt at peterson.org>
Date:   Sat Sep 29 10:01:34 2007 +0200

    collectd.conf(5): Fix some typos and mis-formulations.

commit ebf2e171eb457394e498cada2be85bcef24d6221
Merge: ad52e3aa2f9fcc61bb3e999af11d162bc790921c ccb9071b7964b99ae616c9b324ca7413c08f8809
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Sep 28 16:42:13 2007 +0200

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

commit ad52e3aa2f9fcc61bb3e999af11d162bc790921c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Sep 27 18:25:25 2007 +0200

    Added myplugin.c to contrib/examples/.
    
    This is a sample/template C plugin.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 1ff419f97e259936d93474a0e50551f4e05911a1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Sep 27 18:24:40 2007 +0200

    Added MyPlugin.pm to contrib/examples/.
    
    This is a sample/template Perl plugin.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list