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 67be055 commit 483e94f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export glideinWMSMonitor_OUTPUT_DIR="/crabprod/CSstoragePath/Monitor"

# Discover the directory where the software sits:
export glideinWMSMonitor_RELEASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $glideinWMSMonitor_RELEASE_DIR

# source the functions to discover SiteDB, HTCondor and CMS Dashboard information
source $glideinWMSMonitor_RELEASE_DIR/sitedb_functions.sh
Expand Down
2 changes: 1 addition & 1 deletion condor_check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# put a time limit on a command
alarm() { perl -e 'alarm shift; exec @ARGV' "$@"; }
Expand Down
2 changes: 1 addition & 1 deletion condor_functions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

getClassAds() {
# Function to dump a set of ClassAds for queued, running and jobs
Expand Down
2 changes: 1 addition & 1 deletion condor_history_analyze.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# discover the exit code explantions?
# DAG jobs not included in held table.
# report CRAB3 vs CRAB2 jobs
Expand Down
3 changes: 2 additions & 1 deletion condor_history_dump.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!/bin/bash

POOLNAME="glidein-collector-2.t2.ucsd.edu"

OUTFILE=$glideinWMSMonitor_OUTPUT_DIR/monitor-anaops-history-`/bin/date +%F-Z%R -u`.txt
Expand Down
2 changes: 1 addition & 1 deletion dashboard_functions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

site_downtimes_from_ssb() {
# get the downtimes from SSB, remove any quotes so the output
Expand Down

0 comments on commit 483e94f

Please sign in to comment.