From 0a0e8678dfdb77da1a0e3630256026fe3d8cab48 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 6 Sep 2009 20:56:20 +0200 Subject: [PATCH] Add further documentation. --- README | 11 +++++++++++ TODO | 14 ++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 README create mode 100644 TODO 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. + -- 2.39.2