Skip to content

Commit

Permalink
rename last to harvester_last and update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 21, 2018
1 parent 5d06b5c commit f33a816
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion etl/harvester_influx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# ETL for reading last values from Smart Emission CityGIS Raw Sensor API
# ETL for harvesting raw data from InfluxDB Data Collector
#

./run.sh harvester_influx
6 changes: 6 additions & 0 deletions etl/harvester_last.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
#
# ETL to harvest and refine last values of sensor data from Data Collectors.
#

./run.sh last
2 changes: 1 addition & 1 deletion etl/harvester_rivm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# ETL for reading last values from from the RIVM LML SOS Rest API
# ETL for reading data from from the RIVM LML SOS Rest API for calibration
#

./run.sh harvester_rivm
4 changes: 2 additions & 2 deletions etl/harvester_whale.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/bash
#
# ETL for reading last values from Smart Emission CityGIS/Intemo (Whale) Raw Sensor API
# ETL for reading raw sensor data from Smart Emission CityGIS/Intemo (Whale) Data Collectors via Raw Sensor API
#

./run.sh harvester_whale
6 changes: 0 additions & 6 deletions etl/last.sh

This file was deleted.

2 changes: 1 addition & 1 deletion platform/cronfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SMARTEM=/opt/geonovum/smartem/git
# m h dom mon dow user command

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

# Run Whale Harvester Smartemission
12,25,37,49 * * * * cd $SMARTEM/etl; ./harvester_whale.sh > /var/smartem/log/etl/harvester_whale.log 2>&1
Expand Down

0 comments on commit f33a816

Please sign in to comment.