Changeset 18862 for trunk


Ignore:
Timestamp:
05/14/17 21:04:52 (8 years ago)
Author:
Daniela Dorner
Message:
moved jobs from daq and data to newdata
Location:
trunk/DataCheck/Cron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact1

    r18703 r18862  
    44# check time offset of machine
    550 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
    6 # compress data
    7 */5 19-23,0-7 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
    8 42 8-18 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
    9 # fill moon information
    10 42 * * * * if ! ps aux | grep FillMoonInfo | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillMoonInfo.sh ; fi
    116# check disk usage for /loc_data
    12750 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
    13 # check global log
    14 #   once per day for ERROR and WARN
    15 10 0 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh day
    16 #   once per hour for CONNECTION and DISK
    17 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh hour
  • trunk/DataCheck/Cron/crontab.fact2

    r18772 r18862  
    88# check disk usage for /loc_data
    9950 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
    10 # rsync auxfiles from newdaq via daq to data
    11 */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    12 # first step of the QLA: rsync newdaq->daq, callisto, star, starting also ganymed
    13 */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 ; fi
    14 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 ; fi
    15 # third step of the QLA: creating lightcurves for the webpage
    16 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 ; fi
    17 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 ; fi
    18 # check for flares
    19 */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 ; fi
    20 # create quality plots
    21 5 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
    22 # fill ratescans to database and plot them for website
    23 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Processing/FillRatescans.sh
    24 15 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotRatescans.sh
    25 # backup of the QLA results to newdaq
    26 0 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
    27 # get some images for later data check every 5 minutes during night
    28 # lidcam
    29 */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.php
    30 # fact skycam
    31 */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.php
    32 # concam
    33 */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.png
    34 # gtc allsky image
    35 */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.jpg
    36 # magic allsky image
    37 */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.