Changeset 17622 for trunk/DataCheck
- Timestamp:
- 03/17/14 13:35:05 (11 years ago)
- Location:
- trunk/DataCheck/Cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact2
r17523 r17622 7 7 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh 8 8 # check disk usage for /loc_data 9 0 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh9 50 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh 10 10 # rsync auxfiles from newdaq via daq to data 11 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 -
trunk/DataCheck/Cron/crontab.newdaq
r17524 r17622 11 11 21 8-18 * * * if ! ps aux | grep FillAuxDataNew | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxDataNew.sh ; fi 12 12 # check disk usage for /loc_data 13 0 * * * * /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh13 50 * * * * /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh 14 14 # check network status 15 15 */15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
Note:
See TracChangeset
for help on using the changeset viewer.