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

Florian Forster octo at verplant.org
Sat Sep 4 22:31:12 CEST 2010


 contrib/collection3/lib/Collectd/Graph/Common.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

New commits:
commit c111c711510ee3903a01df61db0fdf74ad27297f
Author: Jerome Oufella <jerome.oufella at savoirfairelinux.com>
Date:   Wed Sep 1 14:35:58 2010 -0400

    collection3: fix multiple hosts selection issue
    
    When selecting multiple hosts in collection3's hosts list, and with some
    plugins only (the ones that use a specific resource name such as memory
    or tcpconns), the resulting graph list will be limited to one single
    graph (instead of one per host).
    
    This patch addresses this issue by modifying the name of the hash key
    in the group_files_by_plugin_instance function, making it less prone
    to name collisions by prefixing it by the host name.
    
    Comments and enhancements will be welcome.
    
    Signed-off-by: Jerome Oufella <jerome.oufella at savoirfairelinux.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list