Skip to content

Commit a0f2eb6

Browse files
author
Gökhan Kandemir
committed
siteDB v2_
1 parent 6303e24 commit a0f2eb6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

SR_View_SSB/WRDays/run_WaitingRoom_Sites.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# usercert and userkey files must be in folder "data"
88
# this script read all of data from http://dashb-ssb.cern.ch/dashboard/ according to column, dateFrom, dateTo, sites and it calculates How many days Sites are in WaitingRoom as last 1 month, last 2 months, last 3 months.
99
clear
10-
echo "exporting KEY and CERT"
11-
1210
#fixing access
1311
source /afs/cern.ch/project/gd/LCG-share/new_3.2/etc/profile.d/grid_env.sh
1412
voms-proxy-init -voms cms

SR_View_SSB/WRDays/waitingRoom_SummedMetrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def fetch_all_sites(url,api):
6262
site_T2= []
6363
for siteName in jn['result']:
6464
if siteName[3][0:2] == 'T2':
65-
site_T2.append(siteName[3])
65+
site_T2.append(siteName[3])
6666

6767
for i in jn['result']:
6868
if i[jn['desc']['columns'].index('type')]=='cms':

0 commit comments

Comments
 (0)