Last change
on this file since 20072 was 19470, checked in by Daniela Dorner, 6 years ago |
get swift schedule more often
|
File size:
1.3 KB
|
Line | |
---|
1 | MAILTO="dorner@astro.uni-wuerzburg.de,neised@phys.ethz.ch"
|
---|
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,17,18,19,20 * * * /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 | 11 12 * * * $HOME/update_nightshift_guide.sh
|
---|
22 | # check shift calendar
|
---|
23 | SHELL=/bin/bash
|
---|
24 | 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.