1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <HTML> |
---|
3 | <HEAD><TITLE>DSPAM v3 Administrative Suite</TITLE> |
---|
4 | <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
---|
5 | <link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon"> |
---|
6 | <LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css"> |
---|
7 | </HEAD> |
---|
8 | <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000"> |
---|
9 | <div id="header"> |
---|
10 | <div id="logo"> |
---|
11 | <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a> |
---|
12 | <p>$DSPAMVERSION$</p> |
---|
13 | </div> |
---|
14 | <div id="userinfo"> |
---|
15 | $FORM_ADMIN$ |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | |
---|
19 | <br clear="left"> |
---|
20 | |
---|
21 | <div id="navcontainer"> |
---|
22 | <ul id="navlist"> |
---|
23 | <li id="active"><a id="current" href="$CGI$?$USER$template=status&language=$LANG$">System Status</a></li> |
---|
24 | <li><a href="$CGI$?$USER$template=user&language=$LANG$">User Statistics</a></li> |
---|
25 | <li><a href="$CGI$?$USER$template=preferences&language=$LANG$">Administration</a></li> |
---|
26 | <li><a href="dspam.cgi?language=$LANG$">Control Center</a></li> |
---|
27 | </ul> |
---|
28 | </div> |
---|
29 | |
---|
30 | <div id="panel"> |
---|
31 | |
---|
32 | <p> |
---|
33 | The following graphs and tables summarize the processing done by the filter. |
---|
34 | </p> |
---|
35 | |
---|
36 | <div class="content"> |
---|
37 | <h3><strong>Overview</strong></h3> |
---|
38 | |
---|
39 | <table border="0" cellspacing="0" cellpadding="4"> |
---|
40 | <tr> |
---|
41 | <th>Messages</th> |
---|
42 | <th>Today</th> |
---|
43 | <th>This Hour</th> |
---|
44 | </tr> |
---|
45 | <tr class="rowEven"> |
---|
46 | <td>Spam</td> |
---|
47 | <td>$SPAM_TODAY$</td> |
---|
48 | <td>$SPAM_THIS_HOUR$</td> |
---|
49 | </tr> |
---|
50 | <tr class="rowOdd"> |
---|
51 | <td>Good</td> |
---|
52 | <td>$NONSPAM_TODAY$</td> |
---|
53 | <td>$NONSPAM_THIS_HOUR$</td> |
---|
54 | </tr> |
---|
55 | <tr class="rowEven"> |
---|
56 | <td>Spam Misses</td> |
---|
57 | <td>$SM_TODAY$</td> |
---|
58 | <td>$SM_THIS_HOUR$</td> |
---|
59 | </tr> |
---|
60 | <tr class="rowOdd"> |
---|
61 | <td>False Positives</td> |
---|
62 | <td>$FP_TODAY$</td> |
---|
63 | <td>$FP_THIS_HOUR$</td> |
---|
64 | </tr> |
---|
65 | <tr class="rowEven"> |
---|
66 | <td>Inoculations</td> |
---|
67 | <td>$INOC_TODAY$</td> |
---|
68 | <td>$INOC_THIS_HOUR$</td> |
---|
69 | </tr> |
---|
70 | <tr class="rowOdd"> |
---|
71 | <td>Corpusfeds</td> |
---|
72 | <td>$CORPUS_TODAY$</td> |
---|
73 | <td>$CORPUS_THIS_HOUR$</td> |
---|
74 | </tr> |
---|
75 | <tr class="rowEven"> |
---|
76 | <td>Whitelisted</td> |
---|
77 | <td>$WHITE_TODAY$</td> |
---|
78 | <td>$WHITE_THIS_HOUR$</td> |
---|
79 | </tr> |
---|
80 | <tr class="rowOdd"> |
---|
81 | <td>Virus Infected</td> |
---|
82 | <td>$VIRUS_TODAY$</td> |
---|
83 | <td>$VIRUS_THIS_HOUR$</td> |
---|
84 | </tr> |
---|
85 | <tr class="rowEven"> |
---|
86 | <td>Blacklisted</td> |
---|
87 | <td>$BLACK_TODAY$</td> |
---|
88 | <td>$BLACK_THIS_HOUR$</td> |
---|
89 | </tr> |
---|
90 | <tr class="rowOdd"> |
---|
91 | <td>Blocklisted</td> |
---|
92 | <td>$BLOCK_TODAY$</td> |
---|
93 | <td>$BLOCK_THIS_HOUR$</td> |
---|
94 | </tr> |
---|
95 | <tr class="rowHighlight"> |
---|
96 | <td>Total</td> |
---|
97 | <td>$TOTAL_TODAY$</td> |
---|
98 | <td>$TOTAL_THIS_HOUR$</td> |
---|
99 | </tr> |
---|
100 | </table> |
---|
101 | |
---|
102 | <table border="0" cellspacing="0" cellpadding="4"> |
---|
103 | <tr> |
---|
104 | <th>Status</th> |
---|
105 | <th>Current Value</th> |
---|
106 | </tr> |
---|
107 | <tr class="rowEven"> |
---|
108 | <td>Average message processing time</td> |
---|
109 | <td>$AVG_PROCESSING_TIME$ sec.</td> |
---|
110 | </tr> |
---|
111 | <tr class="rowOdd"> |
---|
112 | <td>Average throughput</td> |
---|
113 | <td>$AVG_MSG_PER_SECOND$ messages/sec.</td> |
---|
114 | </tr> |
---|
115 | <tr class="rowEven"> |
---|
116 | <td>DSPAM instances</td> |
---|
117 | <td>$DSPAM_PROCESSES$ processes</td> |
---|
118 | </tr> |
---|
119 | <tr class="rowOdd"> |
---|
120 | <td>System uptime</td> |
---|
121 | <td>$UPTIME$</td> |
---|
122 | </tr> |
---|
123 | <tr class="rowEven"> |
---|
124 | <td>Mail queue length</td> |
---|
125 | <td>$MAIL_QUEUE$ messages</td> |
---|
126 | </tr> |
---|
127 | </table> |
---|
128 | </div> |
---|
129 | |
---|
130 | <div class="content"> |
---|
131 | <h3><strong>24 Hour Activity</strong> - $TS_DAILY$ SPAM, $TI_DAILY$ Good, $SM_DAILY$ Spam Misses, $FP_DAILY$ False Positives, $INOC_DAILY$ Inoculations, $CORPUS_DAILY$ Corpusfeds, $WHITE_DAILY$ Whitelisted, $VIRUS_DAILY$ Virus, $BLACK_DAILY$ Blacklisted, $BLOCK_DAILY$ Blocklisted</h3> |
---|
132 | <img src="./admingraph.cgi?data=$DATA_DAILY$&x_label=hour&language=$LANG$" alt="24 hour activity graph"> |
---|
133 | </div> |
---|
134 | |
---|
135 | <div class="content"> |
---|
136 | <h3><strong>Daily Activity</strong> - $TS_WEEKLY$ SPAM, $TI_WEEKLY$ Good, $SM_WEEKLY$ Spam Misses, $FP_WEEKLY$ False Positives, $INOC_WEEKLY$ Inoculations, $CORPUS_WEEKLY$ Corpusfeds, $WHITE_WEEKLY$ Whitelisted, $VIRUS_WEEKLY$ Virus, $BLACK_WEEKLY$ Blacklisted, $BLOCK_WEEKLY$ Blocklisted</h3> |
---|
137 | <img src="./admingraph.cgi?data=$DATA_WEEKLY$&graph=period&x_label=date&language=$LANG$" alt="daily activity graph"> |
---|
138 | </div> |
---|
139 | |
---|
140 | </div> |
---|
141 | |
---|
142 | |
---|
143 | |
---|
144 | </body> |
---|
145 | </html> |
---|