# | 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 | < | WebFeeder needs completing |
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. |
31 | > | FIX the major memory leak issues. |
32 | > | LocalClient Monitors: Load, Processes, Queues, Users, Disks (MB threshold). |
33 | ||
34 | Completed: | |
35 | ---------- | |
36 | + | 15/03/2001 - Alert dumping needs to be organised better. |
37 | + | - Running on Windows InetAddress.getHostName() doesn't return the FQDN. |
38 | + | 13/03/2001 - Thread naming, at least at a "what class it is" level. |
39 | + | - Utilise the ConfigurationProxy throughout the server. |
40 | + | - Sort out GC & Configuration objects (and CorbaHandlers). |
41 | + | 09/03/2001 - WebFeeder needs to dump Alerts to disk. |
42 | + | 08/03/2001 - WebFeeder needs to dump XML to disk |
43 | + | LocalClient Monitors: Disks, Service Checks |
44 | 07/03/2001 - Service Checks: FTP, POP3, IMAP, SSH, Telnet | |
45 | 01/03/2001 - Make it easy to change flags to the java compiler. | |
46 | Configuration groups need implementing. | |
# | Line 80 | Line 85 | Consider graphing of some values? | |
85 | Allow changing of view | |
86 | -adding removing data fields?? | |
87 | -comparing fields accross servers | |
88 | + | Possibly use a JTree in place of a JTabbedPane |
89 | + | Fix bug where it can take up to two packets to display |
90 | + | correct information. This is most visible in service |
91 | + | checks, but can also be seen on disk, memory and anything |
92 | + | else that uses two data items from the packet for one |
93 | + | component. |
94 | Maybe handle exceptions nicer in the comms | |
95 | Switch to using the StringUtil class for the firewall command stuff | |
96 | ||
# | Line 104 | Line 115 | Completed: | |
115 | ||
116 | <h3>statgrab</h3> | |
117 | <pre> | |
118 | < | Solaris - If free memory changes to < 10Mb (?) it changes to K rather than M (thus not matched) |
118 | > | Odd behaviour with more than 1000 processes, on Solaris at least |
119 | FreeBSD - grabbing memory total | |
120 | Linux - CPU %'s not always right, 2 repititions ? | |
121 | Consider proc as a replacement for top on Linux | |
122 | If possible, find alternatives to top, as it's very "heavy" | |
123 | + | |
124 | + | Completed: |
125 | + | ---------- |
126 | + | 11/03/2001 - Solaris - If free memory changes to < 10Mb (?) it changes to K rather than M (thus not matched) |
127 | </pre> | |
128 | ||
129 | <h3>C++ Host</h3> | |
# | Line 119 | Line 134 | Porting to Linux/FreeBSD (Windows?) | |
134 | ||
135 | <h3>Winhost</h3> | |
136 | <pre> | |
137 | + | Still needs to send the true uptime. |
138 | Processor ID should be packet.os.architecture | |
139 | Minor version joined with packet.os.version | |
140 | Logo ? Pink icon ? URL link ? fixes... | |
# | Line 127 | Line 143 | Solve OCX problem | |
143 | ||
144 | <h3>ihost</h3> | |
145 | <pre> | |
146 | + | |
147 | + | Completed: |
148 | + | ---------- |
149 | + | 12/03/2001 - Produce a very quick "check script" which can be run by cron. |
150 | </pre> | |
151 | ||
152 | <h3>Web Reports</h3> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |