Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesletts committed Apr 30, 2014
1 parent 546873e commit 67be055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions condor_history_dump.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh
POOLNAME="glidein-collector-2.t2.ucsd.edu"

OUTFILE=/crabprod/CSstoragePath/Monitor/monitor-anaops-history-`/bin/date +%F-Z%R -u`.txt
OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/monitor-anaops-history-`/bin/date +%F-Z%R -u`.txt
condor_history_dump $POOLNAME > ${OUTFILE}.tmp
mv ${OUTFILE}.tmp $OUTFILE

OUTFILE=/crabprod/CSstoragePath/Monitor/latest-history.txt
/home/letts/scripts/condor_history_analyze.sh $POOLNAME > ${OUTFILE}.tmp
OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/latest-history.txt
$glideinWMSMonitor_RELEASE_DIR/condor_history_analyze.sh $POOLNAME > ${OUTFILE}.tmp
mv ${OUTFILE}.tmp $OUTFILE

exit

0 comments on commit 67be055

Please sign in to comment.