source: branches/trigger_burst_research/Cron/crontab.gate@ 19185

Last change on this file since 19185 was 18261, checked in by mknoetig, 9 years ago
crontab on gate added to svn, the latest version fills the sqm data into the runinfo db
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 time offset of machine
70 */6 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
8# backup databases
90 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
18# this script fills the sqm data from the last 3 nights into the runinfo db
190 12 * * * /home/fact/DataCheck/fill_sqm_data_into_db.py > /dev/null
20
21# check shift calendar
22SHELL=/bin/bash
235 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.