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

Florian Forster octo at verplant.org
Fri Aug 6 09:04:27 CEST 2010


 src/Makefile.am        |   15 ++++-
 src/collectd-flush.c   |  176 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/collectd-flush.pod |   71 +++++++++++++++++++
 3 files changed, 261 insertions(+), 1 deletions(-)

New commits:
commit 135331b30a334a934e12c6026432ec144e56b887
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Aug 6 09:04:24 2010 +0200

    collectd-flush: Minor coding style changes.

commit 5c0727dbeb52470e6ec903165f03754a9c6d9b6d
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Aug 6 08:59:46 2010 +0200

    collectd-flush: Add a missing "break" in a "switch" case.

commit 9563e45d953145c33bf5c23e1d5023c96b3bbd57
Author: Hakon-Dugstad.Johnsen at telenor.com <Hakon-Dugstad.Johnsen at telenor.com>
Date:   Thu Aug 5 16:40:18 2010 +0200

    Update Makefile.am to build collectd-flush
    
    As I am no automake expert, I basically copied
    the lines for collectd-nagios and changed them
    to collectd-flush. It works, but maybe there could
    be better ways to do it. I don't know. :)
    
    As I said in the previous mail:
    If this message is not properly encoded as utf-8, something wrong must have
    happened with my mailer. If that's the case, I'm sorry.  The only non-ascii character
    in the patch is the second character of my name, which is an &aring;.
    
    Signed-off-by: HÃ¥kon J Dugstad Johnsen <hakon-dugstad.johnsen at telenor.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 35ad86ccb95a7808ad2cf7ad266292cb877c5eb8
Author: Hakon-Dugstad.Johnsen at telenor.com <Hakon-Dugstad.Johnsen at telenor.com>
Date:   Thu Aug 5 16:37:45 2010 +0200

    Add collectd-flush command line utility.
    
    collectd-flush is a small command-line utility which uses libcollectdclient
    to flush collectd through the unixsock plugin. As far as I know, there is
    no easy way to work with unix sockets from the shell, so if someone
    wanted to flush collectd without this program, they would need to do it
    through some other language (or restart the deamon).
    
    I am no C wizard, so please bear with me if I have
    done something a stupid way. :)
    The code is based on/inspired by collectd-nagios.
    
    If this message is not properly encoded as utf-8, something wrong must have
    happened with my mailer. If that's the case, I'm sorry.  The only non-ascii character
    in the patch is the second character of my name, which is an &aring;.
    
    Signed-off-by: HÃ¥kon J Dugstad Johnsen <hakon-dugstad.johnsen at telenor.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list