[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Wed Jan 23 18:14:41 CET 2008
    
    
  
 src/collectd-exec.pod     |   64 +++++++++++++++++++++++++++++--
 src/collectd-unixsock.pod |    3 +
 src/collectd.conf.pod     |   32 ++++++++++-----
 src/exec.c                |   13 ++++--
 src/logfile.c             |   37 ++++++++++++++----
 src/utils_threshold.c     |   94 +++++++++++++++++++++++++++++-----------------
 6 files changed, 184 insertions(+), 59 deletions(-)
New commits:
commit da933ca8f0bd3d3ec9ee5681f0e88f3b46e884d3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 18:14:27 2008 +0100
    src/utils_threshold.c: Implemented `warning' and `failure' thresholds.
    
    The options `Min' and `Max' have been renamed to `FailureMin', `FailureMax',
    `WarningMin', and `WarningMax'.
commit 61d05a9c6e0f8151d099898bb698d6a53c0e92b0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 17:32:56 2008 +0100
    logfile plugin: Only print the host field (and other fields) of a notification if they hold any information.
commit 4b1b102eadc1a21e5be79b91410240acb40a3e73
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Jan 23 17:07:35 2008 +0100
    exec plugin: Implemented the `PUTNOTIF' command for external applications, too.
    
    Also changed the manpage so that lines without the `PUTVAL' are mentioned as
    being deprecated.
    
    
More information about the collectd-changes
mailing list