]> git.ipfire.org Git - people/ms/collecty.git/blob - TODO
Add some command line flags and help.
[people/ms/collecty.git] / TODO
1 TODO LIST
2
3 Things we have to do in order of importance.
4
5 * Asynchronously write data to RRDs. (Data is written when collected ATM.)
6 * Fix signal handling.
7 * Exit all threads on SIGTERM (Call shutdown method).
8 * Fork daemon on startup.
9 * Improve RRD format (choice of steps, etc.)
10
11 * Better error handling of mistakes in the config file.
12
13 * Write more plugins.
14 * CPU Usage (almost done).
15 * Load Average (almost done).
16 * Memory Usage (almost done).
17 * Disk space (with standby).
18 * Network usage:
19 Bridge (AREA) plus slave interfaces in the same graph (LINE).
20
21 * (QoS - very expensive work.)