Changeset 12934 for trunk/DataCheck
- Timestamp:
- 02/23/12 16:53:22 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/crontab.fact01
r12664 r12934 1 MAILTO= shift@fact-project.org1 MAILTO=daniela.dorner@unige.ch 2 2 # cronjobs for fact01 alias gate 3 3 # check time offset of machine -
trunk/DataCheck/crontab.fact02
r12664 r12934 1 MAILTO= shift@fact-project.org1 MAILTO=daniela.dorner@unige.ch 2 2 # cronjobs for fact02 alias aux 3 3 # check time offset of machine 4 0 */6 * * * /home/fact/ DataCheck/CheckNTPDate.sh4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh -
trunk/DataCheck/crontab.fact04
r12664 r12934 1 MAILTO= shift@fact-project.org1 MAILTO=daniela.dorner@unige.ch 2 2 # cronjobs for fact04 alias gui 3 3 # check time offset of machine 4 0 */6 * * * /home/fact/ DataCheck/CheckNTPDate.sh4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh -
trunk/DataCheck/crontab.fact1
r12882 r12934 1 MAILTO= shift@fact-project.org1 MAILTO=daniela.dorner@unige.ch 2 2 # cronjobs for fact1 alias data 3 3 # check time offset of machine 4 0 */6 * * * /home/fact/ DataCheck/CheckNTPDate.sh4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh 5 5 # rsync data from fact2 to fact1 6 */30 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/ DataCheck/RsyncRaw.sh ; fi7 */15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/ DataCheck/RsyncAux.sh ; fi6 */30 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncRaw.sh ; fi 7 */15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncAux.sh ; fi 8 8 # compress data on fact1 9 42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/ DataCheck/ZipRawData.sh ; fi9 42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/ZipRawData.sh ; fi 10 10 # check raw data on fact1 11 42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/ DataCheck/CheckRawData.sh ; fi11 42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/CheckRawData.sh ; fi 12 12 # fill auxiliary data on fact1 13 21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /home/fact/ DataCheck/FillAuxData.sh ; fi13 21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/FillAuxData.sh ; fi 14 14 # check disk usage for /loc_data 15 0 * * * * /home/fact/DataCheck/CheckDU.sh 15 0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh 16 # check processlog for WARN and ERROR 17 10 0 * * * export AUTOMATIONSETUP="lp.fact"; /home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25/datacenter/scripts/checklogs -
trunk/DataCheck/crontab.fact2
r12664 r12934 1 MAILTO= shift@fact-project.org1 MAILTO=daniela.dorner@unige.ch 2 2 # cronjobs for fact2 alias daq 3 3 # check network status 4 */15 * * * * /home/fact/ DataCheck/CheckNetworkStatus.sh4 */15 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckNetworkStatus.sh 5 5 # check time offset of machine 6 0 */6 * * * /home/fact/ DataCheck/CheckNTPDate.sh6 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh 7 7 # check disk usage for /loc_data 8 0 * * * * /home/fact/ DataCheck/CheckDU.sh8 0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
Note:
See TracChangeset
for help on using the changeset viewer.