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

Florian Forster octo at verplant.org
Sun Sep 6 11:00:51 CEST 2009


 bindings/perl/Collectd/Unixsock.pm |   63 ++++++++++++-
 contrib/cussh.pl                   |   44 +++++++++
 src/Makefile.am                    |    1 +
 src/unixsock.c                     |    5 +
 src/utils_cmd_getthreshold.c       |  178 ++++++++++++++++++++++++++++++++++++
 src/utils_cmd_getthreshold.h       |   31 ++++++
 src/utils_threshold.c              |    2 +-
 src/utils_threshold.h              |    2 +-
 8 files changed, 322 insertions(+), 4 deletions(-)

New commits:
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.




More information about the collectd-changes mailing list