Last change
on this file since 17689 was 17002, checked in by Daniela Dorner, 11 years ago |
added crons to get concam and magic allsky images
|
File size:
1.4 KB
|
Line | |
---|
1 | MAILTO=dorner@astro.uni-wuerzburg.de
|
---|
2 | AUTOMATIONSETUP="fact.lp.gate"
|
---|
3 | # cronjobs for fact01 alias gate
|
---|
4 | # write files for David's MWL campaign webpage
|
---|
5 | 0 8 * * * cd /home/factwww/mwlinfo ; /users/fact/SW.automatic.processing/DataCheck/DataCheck/InfoForMWL.sh
|
---|
6 | # check time offset of machine
|
---|
7 | 0 */6 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
|
---|
8 | # backup databases
|
---|
9 | 0 8 * * * /users/fact/SW.automatic.processing/DataCheck/Transfer/BackupDatabase.sh
|
---|
10 | # copy weather station data to mysql db (caused problems)
|
---|
11 | #*/5 * * * * /usr/bin/wview-mysql-export
|
---|
12 | # get gtc-image every 15 during night
|
---|
13 | */15 18-23,0-8 * * * mkdir -p /home/factwww/gtc_images/`date -u +\%Y/\%m/\%d` && wget -q -O /home/factwww/gtc_images/`date -u +\%Y/\%m/\%d`/gtc_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg http://www.gtc.iac.es/multimedia/netcam/camaraAllSky.jpg
|
---|
14 | # get concam every 15 during night
|
---|
15 | */15 18-23,0-8 * * * mkdir -p /home/factwww/concam_images/`date -u +\%Y/\%m/\%d` && wget -q -O /home/factwww/concam_images/`date -u +\%Y/\%m/\%d`/concam_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg http://catserver.ing.iac.es/weather/archive/concam/tmp/concam.jpg
|
---|
16 | # get magic allsky image every 15 during night
|
---|
17 | */15 18-23,0-8 * * * mkdir -p /home/factwww/magic_images/`date -u +\%Y/\%m/\%d` && wget -q -O /home/factwww/magic_images/`date -u +\%Y/\%m/\%d`/magic_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg https://www.mpp.mpg.de/~jhose/AllSkyCurrentImage.JPG
|
---|
Note:
See
TracBrowser
for help on using the repository browser.