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

Florian Forster octo at verplant.org
Thu Apr 23 11:49:40 CEST 2009


 contrib/php-collection/browser.js      |  255 +++++++++++++++++++-------
 contrib/php-collection/definitions.php |    6 +-
 contrib/php-collection/functions.php   |  321 ++++++++++++++++++++-----------
 contrib/php-collection/graph.php       |    4 +-
 contrib/php-collection/index.php       |  128 ++++++++++---
 5 files changed, 499 insertions(+), 215 deletions(-)

New commits:
commit d1e62aa4497458ed86d20f5ef1b6c00d50596da0
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Mon Apr 20 22:37:42 2009 +0200

    php-collection: add basic support for meta-selections
    
    Add support for new meta selections allowing addition of graphs
    with wildcard behavior.
    This adds support for @all selection which matches any values
    for the given identifier part.
    In addition those types for which meta graphs exist now also list the
    individual type instances in addition to the meta graph key for separate
    graphing.
    
    In order to support such new groups the lookup code has been refactored
    to use a single scanning function which recursively traveses the
    collectd RRD output directory for hosts, plugins, types and passing the
    discovered data to callback functions for use. The callbacks returns
    true to indicate traversal should continue on to next depth level and
    false to tell it to continue with next element.
    e.g. true on a host means it should look for plugins for given host,
    false to continue with next host.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ce91f8a73ea8ad8f260a849b9c2236cc37f82fa5
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Mon Apr 20 22:36:12 2009 +0200

    php-collection: graph definition improvements for bind plugin
    
    Add new dns_qtype_cached type for metagraph and switch memory metagraph
    to line-based for bind plugin as the values from bind plugin are not
    cumulative.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 1f80f30f3eace7f9917d04ac12f63c765475d00c
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Mon Apr 20 22:35:25 2009 +0200

    php-collection: New graph toolbox
    
    This patch creates a new toolbox which can be show on a per-graph base
    by clicking on a graph.
    
    This box allows changing the displayed period of the selected graph
    as well as toggle the logarithmic scale and legend details flags.
    
    The graph reordering, refresh and delete tools have been moved from
    right graph edge to this new toolbox.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list