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

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/common.c                                       |   26 +-
 src/liboping/test_liboping.c                       |   59 -----
 src/memory.c                                       |    5 +-
 11 files changed, 531 insertions(+), 103 deletions(-)

New commits:
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 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