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

Florian Forster octo at verplant.org
Thu Oct 26 22:33:40 CEST 2006


 configure.in      |    2 -
 src/ping.c        |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 src/swap.c        |    1 
 src/utils_mount.c |   46 ++++++++++++++++++++--------
 4 files changed, 118 insertions(+), 19 deletions(-)

New commits:
commit 444a2bce1161bb09c268f42757fc0fec83990549
Merge: 8fdec2467f3d4566185a9c9d757376aa3d30413b cbabad060704bcdef0d427d71fa873ea30ab933b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 26 22:33:18 2006 +0200

    Merge branch 'collectd-3.10'

commit cbabad060704bcdef0d427d71fa873ea30ab933b
Merge: f559ac3b4c34c2fe787f7d512e24f2ab1dacf8c2 be27c0008b076d5c4ff452e5a2feff605a90a6c7 f2d75c7c62a7a5d54a20706747366998a05afb24
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 26 22:32:19 2006 +0200

    Merge branches 'ff/ping', 'ff/macosx-swap' and 'ff/netbsd' into collectd-3.10

commit f2d75c7c62a7a5d54a20706747366998a05afb24
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Oct 23 23:35:43 2006 +0200

    src/utils_mount.c: Correct syntax errors in error-strings.

commit be27c0008b076d5c4ff452e5a2feff605a90a6c7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Oct 23 23:34:16 2006 +0200

    swap plugin: Removed unused variable `status' which aborted the build with gcc.

commit 584033f1cce388b3832ecc096a6fe32260e827ff
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Oct 23 18:17:07 2006 +0200

    src/utils_mount.c: Prefer `getvfsstat' over `getfsstat' if both are present.
    
    Apparently the `getfsstat' syscall is deprecated, so don't use it unless there
    is no alternative.

commit 36c7975c80bb1d43dbc4365670f2e5bce6055cbe
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Oct 23 18:16:29 2006 +0200

    src/urils_mount.c: Use `getvfsstat' on NetBSD, if available.

commit f559ac3b4c34c2fe787f7d512e24f2ab1dacf8c2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Oct 22 18:42:45 2006 +0200

    ping plugin: Add the hosts during initialization, not when reading the config file.
    
    Since adding a host to liboping might block when no nameserver can be reached
    or another problem occures (normally this means network misconfiguration) it's
    not the best idea to do this when reading the config file. At that point we
    didn't fork to the background yet, so the boot process may hang which is not good.
    
    Also, hosts that cannot be added right away are tried again in increasing intervals.




More information about the collectd-changes mailing list