Changeset 18862 for trunk/DataCheck/Cron/crontab.fact2
- Timestamp:
- 05/14/17 21:04:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact2
r18772 r18862 8 8 # check disk usage for /loc_data 9 9 50 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh 10 # rsync auxfiles from newdaq via daq to data11 */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi12 # first step of the QLA: rsync newdaq->daq, callisto, star, starting also ganymed13 */5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi14 0 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi15 # third step of the QLA: creating lightcurves for the webpage16 2-59/5 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi17 0 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi18 # check for flares19 */5 19-23,0-7 * * * if ! ps aux | grep FlareAlerts | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/FlareAlerts.sh ; fi20 # create quality plots21 5 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh22 # fill ratescans to database and plot them for website23 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Processing/FillRatescans.sh24 15 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotRatescans.sh25 # backup of the QLA results to newdaq26 0 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh27 # get some images for later data check every 5 minutes during night28 # lidcam29 */5 18-23,0-8 * * * mkdir -p /loc_data/analysis/lidcam_images/`date -u +\%Y/\%m/\%d` && wget -q -O /loc_data/analysis/lidcam_images/`date -u +\%Y/\%m/\%d`/lidcamimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg https://www.fact-project.org/cam/lidcam.php30 # fact skycam31 */5 18-23,0-8 * * * mkdir -p /loc_data/analysis/skycam_images/`date -u +\%Y/\%m/\%d` && wget -q -O /loc_data/analysis/skycam_images/`date -u +\%Y/\%m/\%d`/skycamimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg https://www.fact-project.org/cam/skycam.php32 # concam33 */5 18-23,0-8 * * * mkdir -p /loc_data/analysis/concam_images/`date -u +\%Y/\%m/\%d` && wget -q -O /loc_data/analysis/concam_images/`date -u +\%Y/\%m/\%d`/concam_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg http://catserver.ing.iac.es/weather/archive/concam/concam_labels.png34 # gtc allsky image35 */5 18-23,0-8 * * * mkdir -p /loc_data/analysis/gtc_images/`date -u +\%Y/\%m/\%d` && wget -q -O /loc_data/analysis/gtc_images/`date -u +\%Y/\%m/\%d`/gtc_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg http://www.gtc.iac.es/multimedia/netcam/camaraAllSky.jpg36 # magic allsky image37 */5 18-23,0-8 * * * mkdir -p /loc_data/analysis/magic_images/`date -u +\%Y/\%m/\%d` && wget -q -O /loc_data/analysis/magic_images/`date -u +\%Y/\%m/\%d`/magic_allskyimage_`date -u +\%Y\%m\%d_\%H\%M\%S`.jpg http://www.magic.iac.es/site/weather/AllSkyCurrentImage.JPG
Note:
See TracChangeset
for help on using the changeset viewer.