Changeset 16675 for trunk/DataCheck


Ignore:
Timestamp:
06/03/13 22:36:24 (11 years ago)
Author:
Daniela Dorner
Message:
removed time command
File:
1 edited

Legend:

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

    r15326 r16675  
    1010*/30 * * * * if ! ps aux | grep CheckRatesFileAvail | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/CheckRatesFileAvail.sh; fi
    1111# fill currents
    12 42 */2 * * * if ! ps aux | grep FillAuxCurrents | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxCurrents.sh ; fi
     1242 */2 * * * if ! ps aux | grep FillAuxCurrents | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillAuxCurrents.sh ; fi
    1313# build sequences and write sequence files at isdc
    14140 */4 * * * if ! ps aux | grep BuildSequences | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/BuildSequences.sh; fi
     
    1616*/15 * * * * if ! ps aux | grep JobManager | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/JobManager.sh; fi
    1717# fill ratescans to DB
    18 0 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillRatescans.sh ; fi
     180 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillRatescans.sh ; fi
    1919# fill thresholds to DB
    20 30 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
     2030 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
    2121# fill ontime to DB
    22 30 14,17 * * * if ! ps aux | grep FillEffectiveOn | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillEffectiveOn.sh ; fi
     2230 14,17 * * * if ! ps aux | grep FillEffectiveOn | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillEffectiveOn.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.