Skip to content
Snippets Groups Projects
Verified Commit 223c5580 authored by David Hoese's avatar David Hoese
Browse files

Update influxdb ingest to push to localhost (default)

parent 8aa99492
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ SCRN=$(screen -list | grep $NAME | awk '{print $1}') ...@@ -15,7 +15,6 @@ SCRN=$(screen -list | grep $NAME | awk '{print $1}')
if [ -n "$SCRN" ]; then if [ -n "$SCRN" ]; then
echo Screen already running: $SCRN echo Screen already running: $SCRN
else 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.level_00.influxdb -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"
echo Started in screen $(screen -list | grep $NAME | awk '{print $1}') echo Started in screen $(screen -list | grep $NAME | awk '{print $1}')
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment