Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6053 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<!--#include file="common/conf.asp"-->
3
<!--#include file="common/globals.asp"-->
4
<!--#include file="common/qstr.asp"-->
5
<!--#include file="common/common_subs.asp"-->
6
<html>
7
<head>
8
<title>Release Manager</title>
9
<link rel="shortcut icon" href="<%=FavIcon%>"/>
10
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
11
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12
</head>
13
<body leftmargin=0 topmargin=0>
14
This page is provided to allow nagios to verify the operation of the Web site
15
<br>Nagios will examine the rendered page looking for an O K type string
16
<br>This page should fail to render correctly if the Oracle session is invalid
17
<hr>
18
<P>ReleaseManager:OK
19
<hr>
20
</body>
21
</html>
22
<!-- DESTRUCTOR ------->
23
<!--#include file="common/destructor.asp"-->