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
1436beb0
Verified
Commit
1436beb0
authored
2 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add token to influxdb ingest script
parent
260b50f0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
scripts/start_tower_influxdb_ingest.sh
+1
-1
1 addition, 1 deletion
scripts/start_tower_influxdb_ingest.sh
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
1436beb0
...
...
@@ -29,7 +29,7 @@ the "root" user under `/opt/metobs/aoss_tower`.
```
bash
sudo
/opt/metobs/aoss_tower/bin/pip
install
-e
repos/git/MetObsCommon/
sudo
/opt/metobs/aoss_tower/bin/pip
install
-e
repos/git/
MetObsAPI
/
sudo
/opt/metobs/aoss_tower/bin/pip
install
-e
repos/git/
AossTower
/
```
4.
Copy
`etc`
files from MetObsCommon if necessary:
...
...
This diff is collapsed.
Click to expand it.
scripts/start_tower_influxdb_ingest.sh
+
1
−
1
View file @
1436beb0
...
...
@@ -15,6 +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
-vvv
--weather-underground
--ldmp
RIGTower
screen
-S
$NAME
-d
-m
$PYENV
/bin/python
-m
aosstower.level_00.influxdb
-vvv
--influxdb-token
$(
</home/metobs/influxdbv2_metobs_rw.txt
)
--weather-underground
--ldmp
RIGTower
echo
Started
in
screen
$(
screen
-list
|
grep
$NAME
|
awk
'{print $1}'
)
fi
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