contrib/collection3: Add an basic, extensible, modular graphing front-end.
authorFlorian Forster <octo@huhu.verplant.org>
Tue, 8 Jul 2008 11:08:13 +0000 (13:08 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 8 Jul 2008 11:08:13 +0000 (13:08 +0200)
commit41f141639046a261063cf346fe7f89cd4cb9cc59
tree5d562e22fc68f53a790d3cd015dcec3e20ae36dc
parent9bbf7d748e3fc79ac66b496cfda50706228e7c2b
contrib/collection3: Add an basic, extensible, modular graphing front-end.
17 files changed:
contrib/collection3/README [new file with mode: 0644]
contrib/collection3/bin/graph.cgi [new file with mode: 0755]
contrib/collection3/bin/index.cgi [new file with mode: 0755]
contrib/collection3/bin/json.cgi [new file with mode: 0755]
contrib/collection3/etc/.htaccess [new file with mode: 0644]
contrib/collection3/etc/collection3.conf [new file with mode: 0644]
contrib/collection3/lib/.htaccess [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Common.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Type.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Type/Df.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Type/GenericIO.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Type/GenericStacked.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/Type/Load.pm [new file with mode: 0644]
contrib/collection3/lib/Collectd/Graph/TypeLoader.pm [new file with mode: 0644]
contrib/collection3/share/.htaccess [new file with mode: 0644]
contrib/collection3/share/shortcut-icon.png [new file with mode: 0644]
contrib/collection3/share/style.css [new file with mode: 0644]