Changeset 12560
- Timestamp:
- 11/19/11 02:27:07 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/crontab.fact1
r12553 r12560 4 4 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh 5 5 # rsync data from fact2 to fact1 6 0 8,11,14* * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi7 0 8,11,14* * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi6 0 * * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi 7 0,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi 8 8 # compress data on fact1 9 0 9,12,15* * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi9 0 * * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi 10 10 # check disk usage for /loc_data 11 0 18,20,22,0,2,4,6,8* * * /home/fact/DataCheck/CheckDU.sh11 0 * * * * /home/fact/DataCheck/CheckDU.sh -
trunk/DataCheck/crontab.fact2
r12553 r12560 6 6 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh 7 7 # check disk usage for /loc_data 8 0 18,20,22,0,2,4,6,8* * * /home/fact/DataCheck/CheckDU.sh8 0 * * * * /home/fact/DataCheck/CheckDU.sh
Note:
See TracChangeset
for help on using the changeset viewer.