From: Michael Tremer Date: Sun, 6 Sep 2009 18:56:20 +0000 (+0200) Subject: Add further documentation. X-Git-Tag: 0.0.1~1 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=0a0e8678dfdb77da1a0e3630256026fe3d8cab48;ds=sidebyside Add further documentation. --- diff --git a/README b/README new file mode 100644 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 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. +