]> git.ipfire.org Git - people/ms/collecty.git/blame - TODO
Add some command line flags and help.
[people/ms/collecty.git] / TODO
CommitLineData
0a0e8678
MT
1TODO 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.
8052d802
MT
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).
0a0e8678 20
8052d802 21 * (QoS - very expensive work.)