Last change
on this file since 19446 was 18658, checked in by Daniela Dorner, 8 years ago |
added inserting automatic schedule
|
File size:
1.2 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 swift schedule
|
---|
7 | 5 12,18 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckSwiftSchedule.sh
|
---|
8 | # insert schedule into DB
|
---|
9 | 5 1 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/InsertSchedule.sh
|
---|
10 | # check time offset of machine
|
---|
11 | 0 */6 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
|
---|
12 | # backup databases
|
---|
13 | 0 8 * * * /users/fact/SW.automatic.processing/DataCheck/Transfer/BackupDatabase.sh
|
---|
14 | # copy weather station data to mysql db (caused problems)
|
---|
15 | #*/5 * * * * /usr/bin/wview-mysql-export
|
---|
16 | # overlay celestial objects to skycam images every 5 min during night
|
---|
17 | # magic skycam
|
---|
18 | */5 18-23,0-8 * * * /home/fact/allskysources/allSkySources.sh
|
---|
19 | # fact skycam
|
---|
20 | */5 18-23,0-8 * * * /home/fact/allskysources_cp/allSkySources.sh
|
---|
21 | # check shift calendar
|
---|
22 | SHELL=/bin/bash
|
---|
23 | 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.