From 223c55801a495319e8d0b510e5d33c0d1ab7beb4 Mon Sep 17 00:00:00 2001
From: davidh-ssec <david.hoese@ssec.wisc.edu>
Date: Mon, 7 May 2018 13:32:35 -0500
Subject: [PATCH] Update influxdb ingest to push to localhost (default)

---
 scripts/start_tower_influxdb_ingest.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/start_tower_influxdb_ingest.sh b/scripts/start_tower_influxdb_ingest.sh
index 203ac3d..133bd91 100755
--- a/scripts/start_tower_influxdb_ingest.sh
+++ b/scripts/start_tower_influxdb_ingest.sh
@@ -15,7 +15,6 @@ SCRN=$(screen -list | grep $NAME | awk '{print $1}')
 if [ -n "$SCRN" ]; then
     echo Screen already running: $SCRN
 else
-    screen -S $NAME -d -m $PYENV/bin/python -m aosstower.level_00.influxdb --host metobs01.ssec.wisc.edu -vvv --ldmp RIGTower
-    #screen -S $NAME -d -m "$PYENV/bin/python -m aosstower.l00.influxdb --host metobs01.ssec.wisc.edu -vvv -t $SRC > /home/metobs/log/${NAME}.log"
+    screen -S $NAME -d -m $PYENV/bin/python -m aosstower.level_00.influxdb -vvv --ldmp RIGTower
     echo Started in screen $(screen -list | grep $NAME | awk '{print $1}')
 fi
\ No newline at end of file
-- 
GitLab