summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c0a3fd)
raw | patch | inline | side by side (parent: 5c0a3fd)
author | Florian Forster <octo@verplant.org> | |
Thu, 9 Sep 2010 16:49:05 +0000 (18:49 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Thu, 9 Sep 2010 16:49:05 +0000 (18:49 +0200) |
README | patch | blob | history |
index 82b268a82262df0d15c8731c5d9540dee78f4cb4..6083aca2e689382c45208749dece686a513e3519 100644 (file)
--- a/README
+++ b/README
solution integrated in the C code (creating rendered graphics) and / or a
JavaScript-based solution which renders graphs in the browser.
+ In the future it shall be possible to use multiple data providers in
+ parallel. The vision is to have multiple servers running RRDCacheD. Data is
+ distributed to those servers using the "Hashed" match of collectd and then a
+ unified interface is provided via collection 4.
+
+
+Bugs
+----
+
+ * Sending a FLUSH command to the collectd process is not yet possible.
+ * "*_get_rrdargs" functions and other RRDtool specific cruft is still all
+ over the code-base.
+ * The JSON-based interface is unstable.
+ * Currently it's not possible to display more than one graph at a time.
+ (With a very limited and undocumented exception.)
+ * Speaking of which: There is no documentation.
+ * No default page. -> Redirect to "list_graphs" action.
+ * ... (to be added)
+
License
-------