Changeset 15065 for trunk


Ignore:
Timestamp:
03/14/13 04:41:38 (12 years ago)
Author:
Daniela Dorner
Message:
added crons for new scripts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact-viewer

    r14878 r15065  
    1414# jobmanager to process data
    1515*/15 * * * * if ! ps aux | grep JobManager | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/JobManager.sh; fi
     16# fill ratescans to DB
     170 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillRatescans.sh ; fi
     18# fill thresholds to DB
     1930 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.