Last change
on this file since 18335 was 18095, checked in by Daniela Dorner, 10 years ago |
moved crons getting sky images from gate to daq
|
File size:
996 bytes
|
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 | # overlay celestial objects to skycam images every 5 min during night
|
---|
13 | # magic skycam
|
---|
14 | */5 18-23,0-8 * * * /home/fact/allskysources/allSkySources.sh
|
---|
15 | # fact skycam
|
---|
16 | */5 18-23,0-8 * * * /home/fact/allskysources_cp/allSkySources.sh
|
---|
17 | # check shift calendar
|
---|
18 | SHELL=/bin/bash
|
---|
19 | 5 8 * * * for ((i=0;i<8;i++)) do date=`date -u +\%Y\%m\%d --date='+'$i'day'` ; /usr/bin/php -f /home/factwww/dch/shiftinfo.php date=$date > /dev/null; done
|
---|
Note:
See
TracBrowser
for help on using the repository browser.