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

Florian Forster octo at verplant.org
Mon Mar 31 11:09:29 CEST 2008


 contrib/collection.cgi |   45 ++++++++++++++++++++++++++-------------------
 src/plugin.c           |    5 ++++-
 2 files changed, 30 insertions(+), 20 deletions(-)

New commits:
commit 20d7c9833c8c11d4a1039b5bf0eab4ad8e8f5281
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Mar 31 10:46:42 2008 +0200

    plugin.c: Tell the user if a plugin could not be found.
    
    Up to now this error was silently ignored, letting the user believe that
    everything went fine.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 130d20f6a99beb99b5370ed108732a15a4ce6440
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Mar 30 20:00:45 2008 +0200

    collection.cgi: Make sure to pass valid variable names to rrdgraph.
    
    Variable names used with DEF, VDEF, etc. must be made up of the
    characters "A-Z, a-z, 0-9, -, _". In meta_graph_generic_stack() variable
    names have been generated from the instance name which may, however,
    contain illegal characters. Now, all illegal characters will be replaced
    with "_" and a number will be prepended to the variable name to make
    sure the name is still unique.
    
    Thanks to Joerg Jaspert for pointing this out and helpful debugging
    information.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list