Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
get se etl working on vps
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 26, 2016
1 parent d66e132 commit 622adea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rivm-lml/cronfile.txt
Expand Up @@ -20,8 +20,6 @@ SMARTEM=/opt/geonovum/smartemission/git
# Run weather: PostgreSQL 2 SOS
*/6 * * * * cd $SOSPILOT/src/weather/pg2sos; ./pg2sos.sh >> /var/log/sospilot/weather_pg2sos.log 2>&1

# Run last measurements Smartemission
*/3 * * * * cd $SMARTEM/etl; ./last.vps.sh > /var/log/smartem/smartem_last.log 2>&1

# refresh smartem website
# */4 * * * * /opt/geonovum/smartemission/git/www/bin/refresh-site.sh
Expand Down
10 changes: 10 additions & 0 deletions src/smartem/cronfile.vps.txt
@@ -0,0 +1,10 @@
# Cronfile for ETL processes

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
SMARTEM=/opt/geonovum/smartemission/git

# m h dom mon dow user command

# Run last measurements Smartemission using Docker
*/3 * * * * cd $SMARTEM/etl; ./last.vps.sh > /var/log/smartem/smartem_last.log 2>&1

0 comments on commit 622adea

Please sign in to comment.