28 |
|
|
29 |
|
<h3>Server</h3> |
30 |
|
<pre> |
31 |
< |
LocalClient Monitors: Disks, Load, Process, Queues, Service Checks, Users |
32 |
< |
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 |
|
Makefile stops halfway through on FreeBSD (dependency?). |
36 |
|
Sort out verbosity levels of messages around the server. |
37 |
|
|
38 |
|
Completed: |
39 |
|
---------- |
40 |
+ |
08/03/2001 - WebFeeder needs to dump XML to disk |
41 |
|
07/03/2001 - Service Checks: FTP, POP3, IMAP, SSH, Telnet |
42 |
|
01/03/2001 - Make it easy to change flags to the java compiler. |
43 |
|
Configuration groups need implementing. |
82 |
|
Allow changing of view |
83 |
|
-adding removing data fields?? |
84 |
|
-comparing fields accross servers |
85 |
+ |
Possibly use a JTree in place of a JTabbedPane |
86 |
+ |
Fix bug where it can take up to two packets to display |
87 |
+ |
correct information. This is most visible in service |
88 |
+ |
checks, but can also be seen on disk, memory and anything |
89 |
+ |
else that uses two data items from the packet for one |
90 |
+ |
component. |
91 |
|
Maybe handle exceptions nicer in the comms |
92 |
|
Switch to using the StringUtil class for the firewall command stuff |
93 |
|
|