%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% OPTION EXPLICIT %> <% 'If they picked a servertype & checktype, set it as a cookie for next time If Request.Form("ServerType") <> "" then Response.Cookies("ServerType") = Request.Form("ServerType") Response.Cookies("ServerType").Expires = Date + 365 Response.Cookies("CheckType") = Request.Form("CheckType") Response.Cookies("CheckType").Expires = Date + 365 End If If Request.Cookies("ServerType") = "" then Response.Cookies("ServerType") = "%" Response.Cookies("ServerType").Expires = Date + 365 End If If Request.Cookies("CheckType") = "" then Response.Cookies("CheckType") = "%" Response.Cookies("CheckType").Expires = Date + 365 End If 'Set up variables Dim strLabel Dim intFullSize Dim intResponse Dim strResponse Dim intGreen Dim intRed Dim intStart Dim intEnd Dim intMin Dim intMax Dim intAvg Dim strThisServerType Dim strThisCheckType Dim strGraphType %>
![]()
|
As Of
| Status | Pretty Name | Check & Response | Roundtrip Specs | Uptime |
| Last: Avg: Max: Min: |
"> Up: Down: |
ServersAlive Version
For explanations of how I'm doing the filtering, check out my ServersAlive tips.