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 |
32 |
> |
WebFeeder needs to dump Alerts to disk |
33 |
|
Sort out GC & Configuration objects (and CorbaHandlers). |
34 |
|
Makefile stops halfway through on FreeBSD (dependency?). |
35 |
|
Sort out verbosity levels of messages around the server. |
36 |
|
|
37 |
|
Completed: |
38 |
|
---------- |
39 |
+ |
08/03/2001 - WebFeeder needs to dump XML to disk |
40 |
+ |
07/03/2001 - Service Checks: FTP, POP3, IMAP, SSH, Telnet |
41 |
|
01/03/2001 - Make it easy to change flags to the java compiler. |
42 |
|
Configuration groups need implementing. |
43 |
|
28/02/2001 - Queue identification ? Use a hash of the Queue ? |
81 |
|
Allow changing of view |
82 |
|
-adding removing data fields?? |
83 |
|
-comparing fields accross servers |
84 |
+ |
Possibly use a JTree in place of a JTabbedPane |
85 |
+ |
Fix bug where it can take up to two packets to display |
86 |
+ |
correct information. This is most visible in service |
87 |
+ |
checks, but can also be seen on disk, memory and anything |
88 |
+ |
else that uses two data items from the packet for one |
89 |
+ |
component. |
90 |
|
Maybe handle exceptions nicer in the comms |
91 |
|
Switch to using the StringUtil class for the firewall command stuff |
92 |
|
|
111 |
|
|
112 |
|
<h3>statgrab</h3> |
113 |
|
<pre> |
114 |
+ |
Solaris - If free memory changes to < 10Mb (?) it changes to K rather than M (thus not matched) |
115 |
|
FreeBSD - grabbing memory total |
116 |
|
Linux - CPU %'s not always right, 2 repititions ? |
117 |
|
Consider proc as a replacement for top on Linux |