aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-29 21:42:36 -0500
committerMatt Rude <[email protected]>2011-06-29 21:42:36 -0500
commitc80b1148167f6de6daf1d8ed3b74e8729e59b2ab (patch)
treeaf17f63c47be05c7f8edb9296011f4cdef01749d /scripts
parentebd67d480b137443b44c181f1cb38762d9c558f0 (diff)
downloadtime.mattrude.com-c80b1148167f6de6daf1d8ed3b74e8729e59b2ab.tar.gz
time.mattrude.com-c80b1148167f6de6daf1d8ed3b74e8729e59b2ab.tar.bz2
time.mattrude.com-c80b1148167f6de6daf1d8ed3b74e8729e59b2ab.zip
commit out the ntpclients.sqlite file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/do-rrd-update6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/do-rrd-update b/scripts/do-rrd-update
index e75b946..d90e2c7 100755
--- a/scripts/do-rrd-update
+++ b/scripts/do-rrd-update
@@ -10,9 +10,9 @@ if [ ! -f ntpstatus.sqlite ]; then
echo "CREATE TABLE status (date datetime NOT NULL, host varchar(255) NOT NULL, offset varchar(255), freq varchar(255), sjit varchar(255), cjit varchar(255), wander varchar(255), disp varchar(255));" |sqlite3 ntpstatus.sqlite
fi
-if [ ! -f ntpclients.sqlite ]; then
- echo "CREATE TABLE clientss (date datetime NOT NULL, host varchar(255) NOT NULL, value blob);" |sqlite3 ntpclients.sqlite
-fi
+#if [ ! -f ntpclients.sqlite ]; then
+# echo "CREATE TABLE clientss (date datetime NOT NULL, host varchar(255) NOT NULL, value blob);" |sqlite3 ntpclients.sqlite
+#fi
if [ $1 == `hostname` ]; then
CLIENTS=`${SCRIPTS}/do-ntp-client-update`