We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Git repo [email protected]:{Meteo,Alphasense,Live} hochladen
Sorry, something went wrong.
No branches or pull requests
Many Scripts are still running as cronjob (commented out scripts are already ported)
The text was updated successfully, but these errors were encountered: