aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/do-xntp
blob: b264ae4a6327e37604dbf3c3be8fc5f086a2dc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

RRDPAGE=/var/www/time.mattrude.com/rrd
SCRIPTS=/var/www/time.mattrude.com/scripts

cd ${RRDPAGE}
if [ ! $? ]; then exit 1; fi

for X in `cat list-of-systems`
do
	sh ${SCRIPTS}/do-rrd-update ${X}
done