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

Florian Forster octo at verplant.org
Sun Jul 27 17:23:08 CEST 2008


 contrib/collection3/bin/graph.cgi                  |   17 ++-
 contrib/collection3/bin/index.cgi                  |    8 +-
 contrib/collection3/etc/collection.conf            |    7 +-
 contrib/collection3/lib/Collectd/Config.pm         |  144 ++++++++++++++++++++
 contrib/collection3/lib/Collectd/Graph/Type.pm     |   15 ++
 .../collection3/lib/Collectd/Graph/TypeLoader.pm   |   53 ++------
 contrib/collection3/share/navigate.js              |  121 ++++++++++++++++-
 7 files changed, 307 insertions(+), 58 deletions(-)

New commits:
commit 2d4345a4b11394f263fc6d3378122c0e17c9378f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 27 17:23:03 2008 +0200

    controb/collection3: Implement zooming using the mouse wheel.
    
    Also you can now re-center the graph with a double click.

commit 354fa3a2dac79b239d7a29d2979a2fbfdd54b0a7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 27 17:22:26 2008 +0200

    contrib/collection3: Add a generic `instance' placeholder.
    
    It will be replaced by either the type or plugin instance, depending on
    which is defined.. This is handy for temperatures and stuff like that,
    where sometimes the type instance doesn't exist.

commit d7f5e3407af897014251a13646c48bddc40427d2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 27 17:21:04 2008 +0200

    contrib/collection3: Move configuration logic into Collectd::Graph::Config.




More information about the collectd-changes mailing list