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

Florian Forster octo at verplant.org
Sat Feb 21 08:33:28 CET 2009


 bindings/perl/Collectd/Unixsock.pm |   16 +++++-
 contrib/cussh.pl                   |  123 +++++++++++++++++++++++++++++-------
 2 files changed, 116 insertions(+), 23 deletions(-)

New commits:
commit 937fc4f2d1721b29b1ad4321ac623bbc9699fd2f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 12:09:46 2009 +0100

    contrib/cussh.pl: Fixed and improved command parsing.
    
    The input line is now split into separate tokens which are either quoted or
    unquoted strings. This simplifies e.g. the parsing of identifiers as the whole
    token may be interpreted as just the id string. This allows for specifying a
    somewhat greedy regex which before led to the whole remainder of the input
    line ending up in the type or type instance.

commit 2b17fd929a6d6a3146cd57183f96a94c49dfc035
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:04:49 2009 +0100

    contrib/cussh.pl: Improved error reporting.

commit 761b500347e50484622683bff7b20dd0e58e2d96
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:03:01 2009 +0100

    Collectd::Unixsock: Improved error handling in putval().




More information about the collectd-changes mailing list