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

Florian Forster octo at verplant.org
Mon Mar 2 09:31:49 CET 2009


 contrib/php-collection/browser.js      |  115 +++++++++++++++++++++++++++++---
 contrib/php-collection/definitions.php |   56 +++++++++++++++-
 contrib/php-collection/functions.php   |   49 ++++++--------
 contrib/php-collection/graph.php       |    7 ++
 contrib/php-collection/index.php       |   17 ++++-
 5 files changed, 198 insertions(+), 46 deletions(-)

New commits:
commit ee9183741485112c084467779cf0b05e23eeed05
Merge: 40e1a7b6e94b65320842ba0239f1d10757e1a571 62dc5ac622197408ca4f020a6f83ee1a9e6ced4a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Mar 2 09:31:37 2009 +0100

    Merge branch 'bp/php-collection' into collectd-4.5

commit 62dc5ac622197408ca4f020a6f83ee1a9e6ced4a
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:20:10 2009 +0100

    php-collection: Add support for named graph lists as favorites
    
    php-collection: Add support for named graph lists as favorites
    
    php-collection allowed saving and loading a list of graphs from a
    cookie.
    This patch changes loading/saving to provide support for naming
    of favorite graph lists.
    When saving a name has to be provided (up to 30 alphanumerical
    characters includeing underscore and hyphen.
    For loading a named list can be selected from a dropdown list (this list
    is refreshed when it gets focus) of available favorites.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit d224ff4d51d564910eba4fe88516cd604ea00620
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:20:06 2009 +0100

    php-collection/functions.php: Escape/avoid problematic characters in RRD commandline
    
    php-collection/functions.php: Escape/avoid problematic characters in RRD commandline
    
    rrdtool does not like '!' in variable names so replace them with '_'.
    (bind plugin has them in a few type-instances and type-instance is used
    as variable name by MetaGraphs)
    Also escape rrdtool field seperators that might appear in file names.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 77ee96acaa60fce37451037c1781b19921836026
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:19:59 2009 +0100

    php-collection/definitions.php: Add MetaGraph definitions for bind plugin
    
    php-collection/definitions.php: Add MetaGraph definitions for bind plugin
    
    Add metagraph definition and matching function for the various
    types used by bind plugin.
    Adjust the memory MetaGraph function to support bind memory statistics.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 177f4357d29d8a488686fd92da3acd5ef2d9b10b
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:19:49 2009 +0100

    php-collection/graph.php: Add missing error500() function
    
    php-collection/graph.php: Add missing error500() function
    
    When a call to rrdtool fails or some other internal error occurs
    a HTTP error with code 500 and matching error image should be
    returned, added the missing error500() function which does this
    the same way as error404() and error400() functions.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 26f1a6f7ca9b20cb917ec8b3df7affde2da8eac1
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:19:43 2009 +0100

    php-collection: Fixes and multiple saved graph lists
    
    php-collection/functions.php: Fix collectd_flush()
    
    Some obsolete code in collectd_flush() caused PHP Notice errors
    and prevented caused the function to return before attempting
    to ask collectd to flush cache.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 3f99de804e830ce2a8870fdab4686a24f73bb160
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sun Mar 1 22:19:37 2009 +0100

    php-collection/definitions.php: Add missing MetaGraph for tcp_connections
    
    php-collection/definitions.php: Add missing MetaGraph for tcp_connections
    
    Add missing MetaGraph reference for tcp_connections and fix DS name
    for the MetaGraph
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 40e1a7b6e94b65320842ba0239f1d10757e1a571
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Mon Mar 2 09:24:39 2009 +0100

    contrib/php-collection: A few more bug-fixes to the graphing scripts.
    
    This removes some obsolete code which prevents flush from working and adds
    missing wrapper error500().




More information about the collectd-changes mailing list