Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate old scripts #6

Open
PTremper opened this issue Dec 3, 2024 · 1 comment
Open

Migrate old scripts #6

PTremper opened this issue Dec 3, 2024 · 1 comment

Comments

@PTremper
Copy link
Member

PTremper commented Dec 3, 2024

Many Scripts are still running as cronjob (commented out scripts are already ported)

35 * * * * cd /home/ubuntu/rev1 && /usr/bin/python3 parse_luftdaten.info.py >> /home/ubuntu/rev1/log_luftdaten.log 2>&1
#*/30 * * * * cd /home/ubuntu/DeFroster && /usr/bin/python3 ParseAllObservationsInInterval.py
# 15 * * * * cd /home/ubuntu/UBA && /usr/bin/python3 UBA_liveparser.py
30 1 * * * cd /home/ubuntu/Alphasense && /usr/bin/python3 parse_alphasense_live.py
30 2 * * * cd /home/ubuntu/Alphasense && /usr/bin/python3 parse_alphasense_copter_live.py
#
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_ceilometer_bl_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_ceilometer_cltxt_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_kobelweg_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_koenigsplatz_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_rotestor_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_stephan_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_uni2_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_uni_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_meteo_zentralklinikum_live.py
15 * * * * cd /home/ubuntu/Meteo && /usr/bin/python3 parse_sodarrass_live.py
###########
#GRIMM
###########
10 * * * * cd /home/ubuntu/Live && /usr/bin/python3 ftp_sync.py
40 * * * * cd /home/ubuntu/Live && ./parse_all_edm164.sh http://api.smartaq.net/v1.0/ >> /home/ubuntu/Live/log_edm164.log 2>&1
#50 * * * * cd /home/ubuntu/Live && ./parse_all_edm80opc.sh http://api.smartaq.net/v1.0/ >> /home/ubuntu/Live/log_edm80opc.log 2>&1
#30 * * * * cd /home/ubuntu/Live && ./parse_all_edm180neph.sh http://api.smartaq.net/v1.0/  >> /home/ubuntu/Live/log_edm180neph.log 2>&1

@PTremper
Copy link
Member Author

PTremper commented Dec 3, 2024

Git repo [email protected]:{Meteo,Alphasense,Live} hochladen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant