From fb8bc5d6dbf612a7c7962dcd61201038c8b6b3eb Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 18 Jun 2011 19:04:18 -0500 Subject: Update to status screens, now show daily, weekly, monthly, & yearly graphs on a per type & host page. --- scripts/do-build-site | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scripts/do-build-site') 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 -- cgit v1.2.3-59-ga6da