aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/templates/template-host
blob: 68aa5139fd83bd16c7a6d7befbbc71a5a93d7d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<head>
        <title>time.mattrude.com :: POOL Time Server Status Page</title>
        <link rel="stylesheet" type="text/css" href="/style.css"/>
        <link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<html>
<body>
<div id="content">
        <div id="primary" class="main">
<div id="title">
	<h1>time.mattrude.com <i>&mdash; POOL Server Status</i></h1>
</div>
<p><a href="/">time.mattrude.com</a> / <a href="/status/">status</a> / <strong>POOL</strong></p>
<h2>Legend</h2>
<pre>
clients		number of active clients
abusive		number of active abusive clients
offset          combined time offset
freq            clock frequency offset (PPM)
sjit            combined system jitter
cjit            clock jitter
wander          clock frequency wander (PPM)
disp            total dispersion to the primary reference clock
</pre>

<h2>Host POOL, Daily Status</h2>
<div id="graphs" class="center">
	<p><a href="/status/POOL/clients/"><img src="/status/POOL/daily-ntp-clients.png"></a></p>
	<p><a href="/status/POOL/offset/"><img src="/status/POOL/daily-ntp-offset.png"></a></p>
	<p><a href="/status/POOL/freq/"><img src="/status/POOL/daily-ntp-freq.png"></a></p>
	<p><a href="/status/POOL/sjit/"><img src="/status/POOL/daily-ntp-sjit.png"></a></p>
	<p><a href="/status/POOL/cjit/"><img src="/status/POOL/daily-ntp-cjit.png"></a></p>
	<p><a href="/status/POOL/wander/"><img src="/status/POOL/daily-ntp-wander.png"></a></p>
	<p><a href="/status/POOL/disp/"><img src="/status/POOL/daily-ntp-disp.png"></a></p>
</div>