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

Florian Forster octo at verplant.org
Sat Mar 14 18:53:09 CET 2009


 contrib/collection3/bin/graph.cgi                  |   16 ++-
 contrib/collection3/bin/index.cgi                  |    3 +-
 contrib/collection3/bin/json.cgi                   |   39 +---
 contrib/collection3/etc/collection.conf            |   42 ++++-
 contrib/collection3/lib/Collectd/Graph/Common.pm   |   21 ++
 .../lib/Collectd/Graph/Type/PsCputime.pm           |   97 ++++++++
 .../lib/Collectd/Graph/Type/TableSize.pm           |  236 ++++++++++++++++++++
 .../lib/Collectd/Graph/Type/Wirkleistung.pm        |   90 ++++++++
 src/bind.c                                         |   27 ++-
 src/common.c                                       |   26 +-
 src/liboping/test_liboping.c                       |   59 -----
 src/memory.c                                       |    5 +-
 src/types.db                                       |   11 +-
 13 files changed, 552 insertions(+), 120 deletions(-)

New commits:
commit d37ebe6eb6dd2bbf8213a924dfbce6e91945aab8
Merge: cc5ee53dfba55d6fe7c26513618a582adf80b7fa e8999694aac7184ac4eea29564a2892f188c4171
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 14 18:52:38 2009 +0100

    Merge branch 'collectd-4.6'

commit e8999694aac7184ac4eea29564a2892f188c4171
Merge: 78a49673197fd30f544e0a03c7bd60e00503f83e f0d4bdcec565e9882384e3a1a9c8d7a6fb3e78b2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 14 18:52:19 2009 +0100

    Merge branch 'collectd-4.5' into collectd-4.6

commit f0d4bdcec565e9882384e3a1a9c8d7a6fb3e78b2
Merge: 4fc99a11cac5ab6d833b63cd04028d4ee09bd318 157045783cadbe242b237ed9c39f1ca5e622efaf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 14 18:08:10 2009 +0100

    Merge branch 'collectd-4.5' of octo at verplant.org:/var/lib/git/collectd into collectd-4.5

commit 78a49673197fd30f544e0a03c7bd60e00503f83e
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sat Mar 14 18:06:58 2009 +0100

    bind plugin: Actually handle RR cache numbers as `gauge'..
    
    Hi Florian,
    
    Well a working patch was even less trivial as the quick one from
    yesterday evening.
    
    Just using a gauge type is not sufficient (only 0 is written to RRD
    files), it's also necessary to adjust the bind_xml_stats_handle_view()
    as has been done for the memory statistics
    
    Attached is a patch to bind.c (I skipped types.db) which fixes the
    cache data collection.
    
    In addition I attached a graph of the cache evolution and memory (for
    memory it might be worth giving it an own type as it's not cumulative
    at all)
    
    Bruno

commit c3c16d0e36a47c92fb47fb84a2f84a9a2ba02960
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 14 18:06:19 2009 +0100

    bind plugin: "Trivial patch" to make `rr cache' stats work.

commit 157045783cadbe242b237ed9c39f1ca5e622efaf
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 14 17:54:19 2009 +0100

    contrib/collection3: Use {interface} in `if_octets' graphs.

commit 98d439dab9c3d321f0115e07b826bfe7bbbcca80
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 14 17:53:55 2009 +0100

    contrib/collection3: Add graph for `ps_cputime'.

commit 4fc99a11cac5ab6d833b63cd04028d4ee09bd318
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 14 13:31:00 2009 +0100

    contrib/collection3: Add the "height" parameter.

commit 20f9591f4a37e0cf9bd7f8d9206c4c51a0617a63
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 18:23:20 2009 +0100

    src/common.c, memory plugin: Fix a potential problem under Solaris.
    
    When the kstat chain has been updated (and init is called again),
    get_kstat should overwrite the existing kstat pointer thingy.

commit 40e7714ab36e7e5136938cac095e56f7b50db805
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 16:20:36 2009 +0100

    contrib/collection3: Fix two minor issues.

commit d1d4d11a8d29f17dff15b039da6cacfd5db1a581
Author: Stefan Pfab <spfab at noris.net>
Date:   Fri Mar 13 15:49:02 2009 +0100

    contrib/collection3: Add "Wirkleistung" graph.

commit c27e17545731f6ee6195417c972e3309fb6b1dc0
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 15:43:03 2009 +0100

    contrib/collection3: Minor HTML work-around for some browsers.

commit 3c08f0c8829a46c771a2d99a3df87f17108ab5e0
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 15:42:30 2009 +0100

    contrib/collection3: Update bin/json.cgi to use the JSON module.

commit 8f3877cec6e0b00df55446828422af545464445b
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 15:39:38 2009 +0100

    contrib/collection3: Add graph for "Table space" graphs.

commit ff6478ff19c1690359ab95f2f0b56f7901c9a836
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 15:34:30 2009 +0100

    contrib/collecion3: Add graphs for `dns_opcode' and `io_octets'.

commit 844bd1ec4ac00cf859bf26c0d8bd44da70c958e3
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 13 15:30:54 2009 +0100

    contrib/collection3: Add the `index' to the parameters.

commit dd34a5b4e62b2fb9b60377d0c5da2f2bc2ef4532
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Mar 12 08:56:36 2009 +0100

    src/liboping/test_liboping.c: Remove legacy file.




More information about the collectd-changes mailing list