1 |
< |
<? include("title.inc"); ?> |
1 |
> |
<? |
2 |
|
|
3 |
< |
<hr style="color:#9999ff;"> |
3 |
> |
# |
4 |
> |
# i-scream central monitoring system |
5 |
> |
# http://www.i-scream.org |
6 |
> |
# Copyright (C) 2000-2002 i-scream |
7 |
> |
# |
8 |
> |
# This program is free software; you can redistribute it and/or |
9 |
> |
# modify it under the terms of the GNU General Public License |
10 |
> |
# as published by the Free Software Foundation; either version 2 |
11 |
> |
# of the License, or (at your option) any later version. |
12 |
> |
# |
13 |
> |
# This program is distributed in the hope that it will be useful, |
14 |
> |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 |
> |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 |
> |
# GNU General Public License for more details. |
17 |
> |
# |
18 |
> |
# You should have received a copy of the GNU General Public License |
19 |
> |
# along with this program; if not, write to the Free Software |
20 |
> |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21 |
> |
# |
22 |
|
|
23 |
+ |
include("title.inc.php"); |
24 |
+ |
|
25 |
+ |
?> |
26 |
+ |
|
27 |
|
<p> </p> |
28 |
+ |
<p> </p> |
29 |
|
|
30 |
< |
<table align="center" border="0" cellpadding="5"> |
31 |
< |
<tr> |
32 |
< |
<td> |
33 |
< |
<a href="latest.php"><img src="latest_logo.gif" border="0" width="32" height="32"></a> |
34 |
< |
</td> |
35 |
< |
<td> |
36 |
< |
<b>Latest reports</b> |
37 |
< |
</td> |
38 |
< |
</tr> |
39 |
< |
<tr> |
40 |
< |
<td> |
41 |
< |
<a href="browser.php"><img src="historical_logo.gif" border="0" width="32" height="32"></a> |
42 |
< |
</td> |
43 |
< |
<td> |
44 |
< |
<b>Historical reports</b> |
45 |
< |
</td> |
46 |
< |
</tr> |
47 |
< |
<tr> |
48 |
< |
<td> |
49 |
< |
<a href="alerts.php"><img src="alert_logo.gif" border="0" width="32" height="32"></a> |
50 |
< |
</td> |
51 |
< |
<td> |
52 |
< |
<b>Alerts</b> |
53 |
< |
</td> |
54 |
< |
</tr> |
30 |
> |
<table align="center" width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#000066"> |
31 |
> |
<tr> |
32 |
> |
<td align="center"><b><font size="+1" color="#ffffff">i-scream Reports Centre</font></b></td> |
33 |
> |
</tr> |
34 |
> |
<tr bgcolor="#ffffff"> |
35 |
> |
<td> |
36 |
> |
<table align="center" border="0" cellpadding="10"> |
37 |
> |
<tr> |
38 |
> |
<td> |
39 |
> |
<a href="latest.php"><img alt="Latest" src="latest_logo.gif" border="0" width="32" height="32" align="middle"></a> |
40 |
> |
</td> |
41 |
> |
<td> |
42 |
> |
<b>Latest reports</b> |
43 |
> |
</td> |
44 |
> |
</tr> |
45 |
> |
<tr> |
46 |
> |
<td> |
47 |
> |
<a href="graphs.php"><img alt="Graphs" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a> |
48 |
> |
</td> |
49 |
> |
<td> |
50 |
> |
<b>Graphical reports</b> |
51 |
> |
</td> |
52 |
> |
</tr> |
53 |
> |
<!-- will not work with new rrd graphing |
54 |
> |
<tr> |
55 |
> |
<td> |
56 |
> |
<a href="logins.php"><img alt="Logins" src="logins_logo.gif" border="0" width="32" height="32" align="middle"></a> |
57 |
> |
</td> |
58 |
> |
<td> |
59 |
> |
<b>Login timelines</b> |
60 |
> |
</td> |
61 |
> |
</tr> |
62 |
> |
--> |
63 |
> |
<!-- have been replaced by the rrd graphing |
64 |
> |
<tr> |
65 |
> |
<td> |
66 |
> |
<a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a> |
67 |
> |
</td> |
68 |
> |
<td> |
69 |
> |
<b>Historical reports</b> |
70 |
> |
</td> |
71 |
> |
</tr> |
72 |
> |
--> |
73 |
> |
<tr> |
74 |
> |
<td> |
75 |
> |
<a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32" align="middle"></a> |
76 |
> |
</td> |
77 |
> |
<td> |
78 |
> |
<b>Individual alerts</b> |
79 |
> |
</td> |
80 |
> |
</tr> |
81 |
> |
<tr> |
82 |
> |
<td> |
83 |
> |
<a href="alerts.php?machine=ALL"><img alt="All alerts" src="allalerts_logo.gif" border="0" width="32" height="32" align="middle"></a> |
84 |
> |
</td> |
85 |
> |
<td> |
86 |
> |
<b>All alerts</b> |
87 |
> |
</td> |
88 |
> |
</tr> |
89 |
> |
<tr> |
90 |
> |
<td colspan="2"><hr></td> |
91 |
> |
</tr> |
92 |
> |
<tr> |
93 |
> |
<td> |
94 |
> |
<a href="alerts.php?machine=raptor.ukc.ac.uk&hideform=on&refresh=10"><b>Demo</b></a> |
95 |
> |
</td> |
96 |
> |
<td> |
97 |
> |
<font size="2">Helpdesk-style display for raptor<br>Auto-refreshed every ten seconds</font> |
98 |
> |
</td> |
99 |
> |
</tr> |
100 |
> |
<tr> |
101 |
> |
<td> |
102 |
> |
<a href="alerts.php?machine=ALL&hideform=on&refresh=10&small=on"><b>Demo</b></a> |
103 |
> |
</td> |
104 |
> |
<td> |
105 |
> |
<font size="2">Helpdesk-style display for all machines<br>Auto-refreshed every ten seconds</font> |
106 |
> |
</td> |
107 |
> |
</tr> |
108 |
> |
<tr> |
109 |
> |
<td> |
110 |
> |
<a href="alerts.php?machine=ALL&fontsize=5&scroll=0&refresh=60&hideform=on&pagewidth=100%25&small=on"><b>Demo</b></a> |
111 |
> |
</td> |
112 |
> |
<td> |
113 |
> |
<font size="2">Helpdesk-style display for all machines<br>With large fonts<br>Auto-refreshed every minute</font> |
114 |
> |
</td> |
115 |
> |
</tr> |
116 |
> |
<tr> |
117 |
> |
<td> |
118 |
> |
<a href="public.php"><b>Demo</b></a> |
119 |
> |
</td> |
120 |
> |
<td> |
121 |
> |
<font size="2">Design your own customised display</font> |
122 |
> |
</td> |
123 |
> |
</tr> |
124 |
> |
</table> |
125 |
> |
</td> |
126 |
> |
</tr> |
127 |
|
</table> |
128 |
|
|
129 |
|
<p> </p> |
35 |
– |
|
36 |
– |
<hr style="color:#9999ff;"> |
130 |
|
|
131 |
|
<? include("bottom.inc"); ?> |