Skip to content

Commit

Permalink
Various updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesletts committed Jan 12, 2015
1 parent d1fb616 commit 86195b5
Show file tree
Hide file tree
Showing 10 changed files with 681 additions and 702 deletions.
659 changes: 659 additions & 0 deletions JobExitCodes

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions condor_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,25 @@ OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/monitor-anaops-`/bin/date +%F-Z%R -u`.txt

cat >> $OUTFILE <<EOF
======================================================= ANAOPS POOL =======================================================
======================================================= GLOBAL POOL =======================================================
EOF
# run analysis of analysis ops pool, with a time limit of 300s.
COLLECTOR1=glidein-collector-2.t2.ucsd.edu
COLLECTOR2=glidein-collector.t2.ucsd.edu
# run analysis of global pool, with a time limit of 300s.
COLLECTOR1=vocms097.cern.ch
COLLECTOR2=vocms099.cern.ch
alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 >> $OUTFILE
rc=$?

cat >> $OUTFILE <<EOF
======================================================= GLOBAL POOL =======================================================
======================================================= GLOBAL POOL ITB ==================================================
EOF
# run analysis of global pool, with a time limit of 300s.
COLLECTOR1=vocms097.cern.ch
COLLECTOR2=vocms099.cern.ch
COLLECTOR1=vocms056.cern.ch
COLLECTOR2=unknown
alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 >> $OUTFILE

cat >> $OUTFILE <<EOF
Expand All @@ -44,8 +43,8 @@ cat >> $OUTFILE <<EOF
EOF
COLLECTOR1=vocms97.cern.ch
COLLECTOR2=unknown
alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 short >> $OUTFILE
#alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 >> $OUTFILE
#alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 short >> $OUTFILE
alarm 600 $glideinWMSMonitor_RELEASE_DIR/condor_check $COLLECTOR1 $COLLECTOR2 >> $OUTFILE

#if [ $rc -eq 0 ] ; then
LINKNAME=$glideinWMSMonitor_OUTPUT_DIR/latest.txt
Expand Down
8 changes: 4 additions & 4 deletions condor_history_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ $glideinWMSMonitor_RELEASE_DIR/condor_history_analyze.sh $POOLNAME > ${OUTFILE}.
mv ${OUTFILE}.tmp $OUTFILE


POOLNAME="glidein-collector-2.t2.ucsd.edu"
OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/latest-overflow.txt
$glideinWMSMonitor_RELEASE_DIR/condor_history_analyze_overflow.sh $POOLNAME > ${OUTFILE}.tmp
mv ${OUTFILE}.tmp $OUTFILE
#POOLNAME="glidein-collector-2.t2.ucsd.edu"
#OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/latest-overflow.txt
#$glideinWMSMonitor_RELEASE_DIR/condor_history_analyze_overflow.sh $POOLNAME > ${OUTFILE}.tmp
#mv ${OUTFILE}.tmp $OUTFILE

POOLNAME="vocms097.cern.ch"
OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/latest-global-history.txt
Expand Down
144 changes: 0 additions & 144 deletions dev/condor_functions.sh

This file was deleted.

Loading

0 comments on commit 86195b5

Please sign in to comment.