1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 |
|
3 |
<!-- |
4 |
todo.shtml |
5 |
Created by tdb1 25/05/2001 |
6 |
Last edited 25/05/2001 |
7 |
--> |
8 |
|
9 |
<html> |
10 |
|
11 |
<head> |
12 |
<title>i-scream TODO list</title> |
13 |
</head> |
14 |
|
15 |
<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
16 |
|
17 |
<table border="0" cellpadding="2" cellspacing="2"> |
18 |
<tr> |
19 |
<td valign="top"> |
20 |
<!--#include virtual="left.inc" --> |
21 |
</td> |
22 |
<td valign="top"> |
23 |
<!--#include virtual="title.inc" --> |
24 |
|
25 |
<h2><font face="Arial">i-scream central monitoring system TODO list</font></h2> |
26 |
|
27 |
<p><font face="Arial" size="2">This page lists the things we plan to do with the |
28 |
i-scream central monitoring system in the future.</font></p> |
29 |
|
30 |
<p><font face="Arial" size="2">To view the older TODO list from the project |
31 |
please click <a href="oldtodo.shtml">here</a>.</font></p> |
32 |
|
33 |
<p><font face="Arial" size="2">TODO: |
34 |
<ul> |
35 |
<li>monitoring of users logging in & out</li> |
36 |
<li>web-based configuration system</li> |
37 |
<li>split ihost.pl and statgrab.pl more cleanly to allow expansion and plugins</li> |
38 |
<li>possibility of sending an OK alert during the timeout period, rather than |
39 |
at the end</li> |
40 |
<li>cleaner separation of some of the CORE functions (such as configuration |
41 |
and logging) as independent services</li> |
42 |
</ul></font> |
43 |
|
44 |
<!--#include virtual="bottom.inc" --> |
45 |
</td> |
46 |
</tr> |
47 |
</table> |
48 |
|
49 |
</body> |
50 |
</html> |