# | Line 28 | Line 28 | This is a list of things which still need to be done; | |
---|---|---|
28 | ||
29 | <h3>Server</h3> | |
30 | <pre> | |
31 | < | LocalClient Monitors: Disks, Load, Process, Queues, Service Checks, Users |
32 | < | Service Checks: FTP, Telnet, POP3, IMAP, SSH, Finger |
33 | < | WebFeeder needs completing |
31 | > | LocalClient Monitors: Disks, Load, Processes, Queues, Service Checks, Users. |
32 | > | WebFeeder needs to dump Alerts to disk. |
33 | > | Utilise the ConfigurationProxy throughout the server. |
34 | Sort out GC & Configuration objects (and CorbaHandlers). | |
35 | + | Thread naming, at least at a "what class it is" level. |
36 | Makefile stops halfway through on FreeBSD (dependency?). | |
37 | Sort out verbosity levels of messages around the server. | |
38 | ||
39 | Completed: | |
40 | ---------- | |
41 | + | 08/03/2001 - WebFeeder needs to dump XML to disk |
42 | + | 07/03/2001 - Service Checks: FTP, POP3, IMAP, SSH, Telnet |
43 | 01/03/2001 - Make it easy to change flags to the java compiler. | |
44 | Configuration groups need implementing. | |
45 | 28/02/2001 - Queue identification ? Use a hash of the Queue ? | |
# | Line 80 | Line 83 | Consider graphing of some values? | |
83 | Allow changing of view | |
84 | -adding removing data fields?? | |
85 | -comparing fields accross servers | |
86 | + | Possibly use a JTree in place of a JTabbedPane |
87 | + | Fix bug where it can take up to two packets to display |
88 | + | correct information. This is most visible in service |
89 | + | checks, but can also be seen on disk, memory and anything |
90 | + | else that uses two data items from the packet for one |
91 | + | component. |
92 | Maybe handle exceptions nicer in the comms | |
93 | Switch to using the StringUtil class for the firewall command stuff | |
94 | ||
# | Line 119 | Line 128 | Porting to Linux/FreeBSD (Windows?) | |
128 | ||
129 | <h3>Winhost</h3> | |
130 | <pre> | |
131 | + | Still needs to send the true uptime. |
132 | Processor ID should be packet.os.architecture | |
133 | Minor version joined with packet.os.version | |
134 | Logo ? Pink icon ? URL link ? fixes... | |
# | Line 127 | Line 137 | Solve OCX problem | |
137 | ||
138 | <h3>ihost</h3> | |
139 | <pre> | |
140 | + | Produce a very quick "check script" which can be run by cron. |
141 | </pre> | |
142 | ||
143 | <h3>Web Reports</h3> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |