aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html8
-rwxr-xr-xscripts/do-build-graphs2
2 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 959cee5..ec08a11 100644
--- a/index.html
+++ b/index.html
@@ -23,10 +23,10 @@
<p>These servers should be reliable sources of time for your systems; you may view the system's current status by choosing a graph below, or going to the <a href='http://time.mattrude.com/status/'>cluster status page</a>.
<p>These servers are running as <a href='http://en.wikipedia.org/wiki/Network_Time_Protocol#Clock_strata'>stratum 2</a> time servers, with a maximum offset of 10ms.</p>
<div class="graphs" id='graphs'>
- <a href="/status/kirby.mattrude.com/"><img src='/graphs/kirby-clients.png' alt='kirby status' height='184px' width='393px' /></a>
- <a href="/status/twyla.mattrude.com/"><img src='/graphs/twyla-clients.png' alt='twyla status' height='184px' width='393px' /></a>
- <a href="/status/samantha.mattrude.com/"><img src='/graphs/samantha-clients.png' alt='samantha status' height='184px' width='393px' /></a>
- <a href="/status/"><img src='/graphs/all-clients.png' alt='All Servers Status' height='184px' width='393px' /></a>
+ <a href="/status/kirby.mattrude.com/"><img src='/status/kirby-clients.png' alt='kirby status' height='184px' width='393px' /></a>
+ <a href="/status/twyla.mattrude.com/"><img src='/status/twyla-clients.png' alt='twyla status' height='184px' width='393px' /></a>
+ <a href="/status/samantha.mattrude.com/"><img src='/status/samantha-clients.png' alt='samantha status' height='184px' width='393px' /></a>
+ <a href="/status/"><img src='/status/all-clients.png' alt='All Servers Status' height='184px' width='393px' /></a>
</div>
<p>You may also view the current status of <a href='http://time.mattrude.com/logs/ntp-stats-kirby.log'>Kirby</a>, <a href='http://time.mattrude.com/logs/ntp-stats-twyla.log'>Twyla</a> &amp; <a href='http://time.mattrude.com/logs/ntp-stats-samantha.log'>Samantha</a>'s client files, or the pool's <a href='http://time.mattrude.com/status/'>running status</a>.<br /></p>
<h2>Acceptable use policy</h2>
diff --git a/scripts/do-build-graphs b/scripts/do-build-graphs
index 927aebc..f17e5f6 100755
--- a/scripts/do-build-graphs
+++ b/scripts/do-build-graphs
@@ -2,7 +2,7 @@
RRD_BIN=/usr/bin
RRDPAGE=/var/www/time.mattrude.com/rrd
-GRAPHS=/var/www/time.mattrude.com/graphs
+GRAPHS=/var/www/time.mattrude.com/status
SCRIPTS=/var/www/time.mattrude.com/scripts
if [ ! -e $GRAPHS ]; then