From c80b1148167f6de6daf1d8ed3b74e8729e59b2ab Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Wed, 29 Jun 2011 21:42:36 -0500 Subject: commit out the ntpclients.sqlite file --- scripts/do-rrd-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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` -- cgit v1.2.3-59-ga6da