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

Florian Forster octo at verplant.org
Wed Aug 29 00:39:20 CEST 2007


 ChangeLog                   |   12 +++
 README                      |   29 ++++++---
 configure.in                |  140 ++++++++++++++++++++++++++++----------------
 contrib/PerlLib/Collectd.pm |    2 
 contrib/README              |    6 -
 contrib/collectd2html.pl    |   12 +++
 src/Makefile.am             |   18 ++++-
 src/collectd-nagios.pod     |    4 -
 src/collectd-perl.pod       |    2 
 src/collectd-unixsock.pod   |    6 -
 src/collectd.conf.pod       |   43 +++++++------
 src/collectd.pod            |    4 -
 src/exec.c                  |   49 ++++++++++++++-
 src/network.c               |    4 +
 src/nut.c                   |   12 +++
 src/processes.c             |    5 +
 src/utils_cmd_putval.c      |    4 -
 17 files changed, 252 insertions(+), 100 deletions(-)

New commits:
commit 9627d9698d61a86147fbefda0f491ec93257bb0f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 28 19:05:19 2007 +0200

    utils_cmd_putval.c: Fixed a copy&paste error.
    
    "unixsock plugin" is supposed to be "cmd putval".
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 60172edc441eb64206aa1942576128bc07369f5f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 28 19:04:53 2007 +0200

    src/Makefile.am: Added utils_cmd_putval to exec_la_SOURCES.
    
    Without this, utils_cmd_putval will not be linked into the exec plugin and the
    "handle_putval" symbol will not be available at runtime.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 1a7050de376608268d11293d4e5faa3fb8516c5a
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 28 19:04:19 2007 +0200

    exec plugin: Fixed a "control reaches end of non-void function" warning.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit bcd7f3ae2f8a39d5610151c5ad08655677dcc8b9
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 28 18:56:22 2007 +0200

    [PATCH 2/2] collectd.conf.pod: Documented the exec plugin's group support.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 92a546cc45fd41ffe42547882e9a0bfabba951c6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 28 18:54:53 2007 +0200

    [PATCH 1/2] exec plugin: Added support to specify a group as well.
    
    Now, the user and group as which the process should be executed can be
    specified as the first argument to the "Exec" config option. The syntax is
    identical to the one used by GNU's chown(1).
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 12c1e32ec71ffd5d90af5df4b430fba04d91aed5
Merge: 3b19fa6b46228ad7966e10a89856fb46da0f7739 ead5567107bc6a39a0e96b2756bc0711d67a538b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 29 00:02:21 2007 +0200

    Merge branch 'collectd-4.0'
    
    Conflicts:
    
    	ChangeLog
    	configure.in
    	src/Makefile.am
    	src/collectd-unixsock.pod
    	src/mysql.c
    	src/nut.c

commit ead5567107bc6a39a0e96b2756bc0711d67a538b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 28 15:23:48 2007 +0200

    ChangeLog: Added a short note about the fix in the processes plugin.

commit c5b70683cba72a303dd600cb8eb160f8bba28414
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 28 15:18:27 2007 +0200

    mysql plugin: Use a different define to determine if the read functionality should be enabled.

commit fa70f40f8fbb38e666b189842e65652c0093f090
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 26 19:40:19 2007 +0200

    Bumped version to 4.0.7; Updated ChangeLog.

commit 14b7c735bf93b5a6260a0e064bccc28dc7581c7f
Merge: 8f6c03d5df2b660a6782ec3a16196df6a43f11ea d5c752eacdc72545328f1d5153f26ceb5fc6cfc0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 26 19:07:46 2007 +0200

    Merge branch 'collectd-3.11' into collectd-4.0

commit d5c752eacdc72545328f1d5153f26ceb5fc6cfc0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 26 19:07:10 2007 +0200

    processes plugin: Fix a possible segfault.

commit 8f6c03d5df2b660a6782ec3a16196df6a43f11ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 26 15:14:36 2007 +0200

    build system: Several fixes for libcurl, libmysql, and libupsclient.
    
    libcurl:      Check for CFLAGS using `curl-config --cflags' and use these
    	      CFLAGS when checking for <curl/curl.h> to allow for weird
    	      locations of the library.
    libmysql:     Cleaned up the checking code.
    libupsclient: Check if the header file provides `UPSCONN' or `UPSCONN_t' and
    	      use the one available. This should fix compile issues with with
    	      the nut plugin.

commit 0d8d4bcfda2d23f563f487d7e93e6237205f09b7
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Aug 24 13:57:19 2007 +0200

    build system: Use the libs provided by `mysql_config' to check for the lib itself.

commit 29a9c44c3599a44d55dbb0157aa61c04ac175206
Merge: 805c49402bce0fa123639d3476913d2bb5713c90 fd028d752c313ca53d628df5426c63c12838610e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Aug 24 12:12:40 2007 +0200

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

commit 805c49402bce0fa123639d3476913d2bb5713c90
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Aug 24 12:12:23 2007 +0200

    build system: Use `mysql_config' to find the appropriate flags for MySQL.

commit fd028d752c313ca53d628df5426c63c12838610e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 22 17:22:35 2007 +0200

    contrib/collectd2html.pl: Don't invoke the Perl interpreter with `-w'.

commit a095d4f8e3917cca8a989bf1d8f0a6979a3d9652
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Wed Aug 22 17:15:34 2007 +0200

    contrib/collectd2html.pl: Allow generation of graphs from remote hosts or in an alternative directory.
    
    In the contribs area of the package there is a nice collectd2html.pl script
    which assumes that the data is present in /var/lib/collectd and infers the
    hostname. All fine and dandy, but there is no way to override this. This is
    useful if one generates the data on a machine, but generates the graphs on
    another one.
    
    With the attached patch now is possible to specify a different host and/or a
    different directory for the data.
    
    The added options are '--host-is' and '--data-dir'.
    
    An invocation for a remote host whose rrd files have been placed in
    /var/tmp/collectd-remoteh looks like:
     collectd2html.pl --host-is=remoteh --data-dir=/var/tmp/collectd-remoteh

commit 4b1af5819e5574e49c3f94c88d1c7cb4682ae941
Merge: acf316a5da2d39e4b4513570bf76b8f75de55167 1e5c2f8c0364c0b2a2f67a946f2715ffa48734e1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 22 16:37:29 2007 +0200

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

commit 1e5c2f8c0364c0b2a2f67a946f2715ffa48734e1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Aug 9 23:11:50 2007 +0200

    Fixed some typos in the manpages.
    
    The adjective "performant" does not seem to exist (neither in English nor
    in German). I've replaced it with "efficient".
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit f375c471e35b586cb110cbf841debbf75adfb106
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Aug 9 23:11:03 2007 +0200

    README, contrib/README: Fixed some typos.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit acf316a5da2d39e4b4513570bf76b8f75de55167
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 19 17:19:12 2007 +0200

    network plugin: Allow port arguments to be numeric.

commit 340a4f3b72d254698c7aec10c1d20ff89d8fac29
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 19 17:14:14 2007 +0200

    README: Added a pointer to the mailinglist.




More information about the collectd-changes mailing list