-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (15 loc) · 860 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Live status monitors</title>
<link rel="stylesheet" type="text/css" href="monitors.css"/>
<meta http-equiv="refresh" content="7200"/>
</head>
<body>
<div class="help collapsed" onclick="this.toggleClassName('collapsed');"><span class="toggle">Legend: </span><span class="ok"> Service OK </span> <span class="warn"> Recent failure </span> <span class="fail"> Service down </span></div>
<script type="text/javascript" src="protovis-d3.1.js"></script>
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="poller.js"></script>
</body>
</html>