Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossTower
Commits
223c5580
Verified
Commit
223c5580
authored
6 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Update influxdb ingest to push to localhost (default)
parent
8aa99492
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/start_tower_influxdb_ingest.sh
+1
-2
1 addition, 2 deletions
scripts/start_tower_influxdb_ingest.sh
with
1 addition
and
2 deletions
scripts/start_tower_influxdb_ingest.sh
+
1
−
2
View file @
223c5580
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment