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 5ecc231 commit 546873e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions condor_history_analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fi
# get the latest dumped history file from the web server:
FILE=$glideinWMSMonitor_OUTPUT_DIR/`ls -1rt /crabprod/CSstoragePath/Monitor \
| grep ^monitor-anaops-history | grep \.txt$ | tail -1`
FILE=$glideinWMSMonitor_OUTPUT_DIR/monitor-anaops-history-2014-04-29-Z18:59.txt
NOW=`ls -l --time-style=+%s $FILE | awk '{print $6}'`

cat <<EOF
Expand Down
4 changes: 2 additions & 2 deletions crontab.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*/10 * * * * /home/letts/scripts/condor_check.sh
59 11,23 * * * /home/letts/scripts/condor_history_dump.sh
*/10 * * * * source /home/letts/Monitor/glideinWMSMonitor/bashrc && $glideinWMSMonitor_RELEASE_DIR/condor_check.sh
59 11,23 * * * source /home/letts/Monitor/glideinWMSMonitor/bashrc && $glideinWMSMonitor_RELEASE_DIR/condor_history_dump.sh

0 comments on commit 546873e

Please sign in to comment.