[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Tue Jul 8 13:17:20 CEST 2008
contrib/collection3/README | 42 ++
contrib/collection3/bin/graph.cgi | 148 +++++
contrib/collection3/bin/index.cgi | 335 +++++++++++
contrib/collection3/bin/json.cgi | 120 ++++
contrib/collection3/etc/.htaccess | 1 +
contrib/collection3/etc/collection3.conf | 255 +++++++++
contrib/collection3/lib/.htaccess | 1 +
contrib/collection3/lib/Collectd/Graph/Common.pm | 585 ++++++++++++++++++++
contrib/collection3/lib/Collectd/Graph/Type.pm | 480 ++++++++++++++++
contrib/collection3/lib/Collectd/Graph/Type/Df.pm | 68 +++
.../lib/Collectd/Graph/Type/GenericIO.pm | 113 ++++
.../lib/Collectd/Graph/Type/GenericStacked.pm | 145 +++++
.../collection3/lib/Collectd/Graph/Type/Load.pm | 71 +++
.../collection3/lib/Collectd/Graph/TypeLoader.pm | 301 ++++++++++
contrib/collection3/share/.htaccess | 2 +
contrib/collection3/share/shortcut-icon.png | Bin 0 -> 279 bytes
contrib/collection3/share/style.css | 9 +
17 files changed, 2676 insertions(+), 0 deletions(-)
New commits:
commit 41f141639046a261063cf346fe7f89cd4cb9cc59
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Jul 8 13:08:13 2008 +0200
contrib/collection3: Add an basic, extensible, modular graphing front-end.
More information about the collectd-changes
mailing list