]> git.ipfire.org Git - collecty.git/commitdiff
Add further documentation.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Sep 2009 18:56:20 +0000 (20:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Sep 2009 18:56:20 +0000 (20:56 +0200)
README [new file with mode: 0644]
TODO [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..fd78149
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Collecty (by the IPFire Project)
+
+Collecty is a small daemon written in python that collects
+system information data and stores it into RRDs.
+
+It is written to replace collectd in IPFire 3.x.
+
+
+Links:
+       * http://oss.oetiker.ch/rrdtool/
+
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..e9c5f2d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+TODO LIST
+
+       Things we have to do in order of importance.
+
+       * Asynchronously write data to RRDs. (Data is written when collected ATM.)
+       * Fix signal handling.
+               * Exit all threads on SIGTERM (Call shutdown method).
+       * Fork daemon on startup.
+       * Improve RRD format (choice of steps, etc.)
+
+       * Better error handling of mistakes in the config file.
+
+       * Write more plugins.
+