Skip to content

Migrate old scripts #6

@PTremper

Description

@PTremper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions