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

Florian Forster octo at verplant.org
Sun Sep 6 17:08:49 CEST 2009


 bindings/perl/Collectd/Unixsock.pm |   63 ++++++++++++-
 contrib/cussh.pl                   |   44 +++++++++
 src/Makefile.am                    |    1 +
 src/unixsock.c                     |    5 +
 src/utils_cache.c                  |    3 +
 src/utils_cmd_getthreshold.c       |  178 ++++++++++++++++++++++++++++++++++++
 src/utils_cmd_getthreshold.h       |   31 ++++++
 src/utils_threshold.c              |   39 ++++----
 src/utils_threshold.h              |   32 ++++++-
 9 files changed, 374 insertions(+), 22 deletions(-)

New commits:
commit 4b357298a23cfb0583851e7cd5cc937470949623
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 6 17:06:56 2009 +0200

    src/utils_cache.c: Fix a very rare deadlock situation.
    
    Only happened in an out-of-memory situation. Still, not nice ;)

commit 086400e695e9348d4fba797f1af75505ec8f42e4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 6 11:00:27 2009 +0200

    contrib/cussh.pl: Add support for the “GETTHRESHOLD” command.

commit 170e81a5bbb801a148245bd55f9fc59f7b30c63f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 6 10:57:41 2009 +0200

    Collectd::Unixsock: Add support for the “GETTHRESHOLD” command.

commit f4dbf81c3905ad55805a4c8bf7362e2594c7ec98
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 6 10:54:01 2009 +0200

    unixsock plugin: Implement the “GETTHRESHOLD” command.
    
    Example session:
     -> GETTHRESHOLD "leeloo.lan.home.verplant.org/cpu-3/cpu-idle"
     <- 6 Threshold found
     <- Type: cpu
     <- Type Instance: idle
     <- Warning Min: 5
     <- Warning Max: 100
     <- Failure Min: 1
     <- Failure Max: 120

commit d5b8034697529e745a9173f2b272c9429e97ae4a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Sep 5 16:41:01 2009 +0200

    src/utils_threshold.[ch]: Update copyright information.

commit f093ce8b64e8641e4fec31478f121958f9ebe6f6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Sep 5 16:36:12 2009 +0200

    src/utils_threshold.[ch]: Implement `ut_search_threshold'.
    
    It allows external modules to query the threshold for a specific
    `value_list_t'.




More information about the collectd-changes mailing list