X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=README;h=6083aca2e689382c45208749dece686a513e3519;hp=82b268a82262df0d15c8731c5d9540dee78f4cb4;hb=e01bdf27be8935fca8b50abe79ae3ffaece06793;hpb=5c0a3fd94a71e65c0d9cf55861ab515d9de03348 diff --git a/README b/README index 82b268a..6083aca 100644 --- a/README +++ b/README @@ -53,6 +53,25 @@ Concepts 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 -------