aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/do-build-site
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-18 19:04:18 -0500
committerMatt Rude <[email protected]>2011-06-18 19:04:18 -0500
commitfb8bc5d6dbf612a7c7962dcd61201038c8b6b3eb (patch)
treecfd164fd208957741a491a35267bc9081252c35c /scripts/do-build-site
parentf32dcebd70a3ccca3dee8924797da1aae502e450 (diff)
downloadtime.mattrude.com-fb8bc5d6dbf612a7c7962dcd61201038c8b6b3eb.tar.gz
time.mattrude.com-fb8bc5d6dbf612a7c7962dcd61201038c8b6b3eb.tar.bz2
time.mattrude.com-fb8bc5d6dbf612a7c7962dcd61201038c8b6b3eb.zip
Update to status screens, now show daily, weekly, monthly, & yearly
graphs on a per type & host page.
Diffstat (limited to 'scripts/do-build-site')
-rwxr-xr-xscripts/do-build-site9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/do-build-site b/scripts/do-build-site
index 0399467..c381cb0 100755
--- a/scripts/do-build-site
+++ b/scripts/do-build-site
@@ -32,5 +32,14 @@ do
sync
cat out.template $TEMPLATESDIR/index-tail > $X/index.html
rm -f out.template
+ for a in clients offset jitter frequency sysjit cjit wander disp
+ do
+ mkdir -p $POOLPAGE/$X/$a
+ cat /dev/null > out.template
+ sed -e s/POOL/$X/g $TEMPLATESDIR/template-by-type |sed -e s/TYPE/$a/g >> out.template
+ sync
+ cat out.template $TEMPLATESDIR/index-tail > $X/$a/index.html
+ rm -f out.template
+ done
done
chown -R apache:apache $POOLPAGE