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 |
32 |
|
WebFeeder needs completing |
33 |
|
Sort out GC & Configuration objects (and CorbaHandlers). |
34 |
|
Makefile stops halfway through on FreeBSD (dependency?). |
36 |
|
|
37 |
|
Completed: |
38 |
|
---------- |
39 |
+ |
07/03/2001 - Service Checks: FTP, POP3, IMAP, SSH, Telnet |
40 |
|
01/03/2001 - Make it easy to change flags to the java compiler. |
41 |
|
Configuration groups need implementing. |
42 |
|
28/02/2001 - Queue identification ? Use a hash of the Queue ? |
80 |
|
Allow changing of view |
81 |
|
-adding removing data fields?? |
82 |
|
-comparing fields accross servers |
83 |
+ |
Possibly use a JTree in place of a JTabbedPane |
84 |
+ |
Fix bug where it can take up to two packets to display |
85 |
+ |
correct information. This is most visible in service |
86 |
+ |
checks, but can also be seen on disk, memory and anything |
87 |
+ |
else that uses two data items from the packet for one |
88 |
+ |
component. |
89 |
|
Maybe handle exceptions nicer in the comms |
90 |
|
Switch to using the StringUtil class for the firewall command stuff |
91 |
|
|