-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 841 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Cops</title>
</head>
<body>
<h1>Cops</h1>
<ul>
<li><a href="http://localhost:8080/cops/">cops</a></li>
<li><a href="http://localhost:8080/cops/copsResourceStatus.html">Resource Status</a></li>
<li><a href="http://localhost:8080/cops/properties">properties</a></li>
<li><a href="http://localhost:8080/cops/prometheus/">Prometheus Exporter</a></li>
<li>
tomcat:
<a href="http://localhost:8080/manager/html">manager</a>,
<a href="http://localhost:8080/host-manager/html">host-manager</a>
</li>
<li><a href="api/index.html">API Documentation</a> (run <tt>ant api</tt> to build)</li>
</ul>
</body>
</html>