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

Florian Forster octo at verplant.org
Wed Jan 23 14:55:01 CET 2008


 src/apache.c              |   53 ++++++++++++++++++++++++---------------
 src/collectd-unixsock.pod |   61 +++++++++++++++++++++++++++++++++++++++++++++-
 src/common.h              |   18 ++++++-------
 3 files changed, 102 insertions(+), 30 deletions(-)

New commits:
commit 107a919d0d15d51d774c92ac72879d869e0fa4ee
Merge: 56688f815d42e6aa3e52b5c419ef643a8ebae712 8cf1acdb96d027b1d48c9dfb74fea313e63ceedf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 14:54:54 2008 +0100

    Merge branch 'collectd-4.2'

commit 8cf1acdb96d027b1d48c9dfb74fea313e63ceedf
Merge: ff4ebc0fd3c93a39a18edc629d61787f60a92706 f6201a71ce5b80c052582e002564ae090e56b997
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 14:54:41 2008 +0100

    Merge branch 'collectd-4.1' into collectd-4.2

commit f6201a71ce5b80c052582e002564ae090e56b997
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 14:31:11 2008 +0100

    collectd-unixsock(5): Copied Sebastian's additions from collectd-exec(5).

commit 56688f815d42e6aa3e52b5c419ef643a8ebae712
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 14:27:05 2008 +0100

    collectd-unixsock(5): Documented the PUTNOTIF command.

commit 278d000ffbd978fce52871a9f33f0cf5e1ce49b7
Merge: 3e5c93f05cbea0639b8401b7a6e6f382ca6aad1f df724fee6b417cfbeea2925f4c6fd8c70f9a7d66
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 13:57:29 2008 +0100

    Merge branch 'collectd-4.1' of octo at verplant.org:/var/lib/git/collectd into collectd-4.1

commit 3e5c93f05cbea0639b8401b7a6e6f382ca6aad1f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 13:53:08 2008 +0100

    src/common.h: Fixed many typos in the header file.

commit df724fee6b417cfbeea2925f4c6fd8c70f9a7d66
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Jan 22 11:06:15 2008 +0100

    apache plugin: Improved some error messages and fixed-buffer string copying.
    
    Return an error when initialization fails. This includes the case when no URL
    is configured. The user is informed about this as clear as possible.
    
    Also, `strncpy' and `snprintf' now are followed by a forced NULL-termination of
    the strings to be on the save side. This also changes the plugin to look more
    like the other plugins which mostly do this already.

commit 40cbdef8475076515d30be35dfc54c70896eafab
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jan 22 09:34:03 2008 +0100

    apache plugin: Do not initialize the plugin if no URL has been specified.
    
    There is no need to initialize curl, if the plugin will not be used anyway.
    
    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