-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstatus.html
23 lines (23 loc) · 958 Bytes
/
status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head><title>NoCat Gateway Status: $GatewayName</title></head>
<body bgcolor="#FFFFFF" text="#000000">
<h1>$GatewayName</h1>
<hr noshade="1" />
<table border="0" cellpadding="5" cellspacing="0">
<tr><td>Current Time</td><td>$LocalTime</td></tr>
<tr><td>Gateway Up Since</td><td>$GatewayStartTime</td></tr>
<tr><td>TotalConnections</td><td>$TotalConnections</td></tr>
<tr><td>GatewayVersion</td><td>$Version</td></tr>
<tr><td>GatewayMode</td><td>$GatewayMode</td></tr>
<tr><td>LoginTimeout</td><td>$LoginTimeout</td></tr>
<tr><td>IdleTimeout</td><td>$IdleTimeout</td></tr>
<tr><td>HomePage</td><td>$HomePage</td></tr>
<tr><td>AllowedWebHosts</td><td>$AllowedWebHosts</td></tr>
<tr><td>LastConnectionTime</td><td>$LastConnectionTime</td></tr>
<tr><td>ConnectionCount</td><td>$ConnectionCount</td></tr>
<tr><td>Current Users</td><td>
<table border="1" cellpadding="5">$UserTable</table></td></tr>
</table>
<hr noshade="1" />
</body>
</html>