source: trunk/DataCheck/Cron/crontab.fact01@ 18433

Last change on this file since 18433 was 18419, checked in by Daniela Dorner, 9 years ago
added cron for checking swift schedule
File size: 1.1 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.lp.gate"
3# cronjobs for fact01 alias gate
4# write files for David's MWL campaign webpage
50 8 * * * cd /home/factwww/mwlinfo ; /users/fact/SW.automatic.processing/DataCheck/DataCheck/InfoForMWL.sh
6# check swift schedule
75 12 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckSwiftSchedule.sh
8# check time offset of machine
90 */6 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
10# backup databases
110 8 * * * /users/fact/SW.automatic.processing/DataCheck/Transfer/BackupDatabase.sh
12# copy weather station data to mysql db (caused problems)
13#*/5 * * * * /usr/bin/wview-mysql-export
14# overlay celestial objects to skycam images every 5 min during night
15# magic skycam
16*/5 18-23,0-8 * * * /home/fact/allskysources/allSkySources.sh
17# fact skycam
18*/5 18-23,0-8 * * * /home/fact/allskysources_cp/allSkySources.sh
19# check shift calendar
20SHELL=/bin/bash
215 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.