Skip to content

Commit ac776a2

Browse files
author
artiedaj
committed
Merge pull request #44 from gkandemi/master
read from metric 45
2 parents 439ffb1 + d5768a6 commit ac776a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SR_View_SSB/WRControl/WaitingRoom_Sites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url2 = "https://cmsdoc.cern.ch/cms/LCG/SiteComm/T2WaitingList/WasCommissionedT2ForSiteMonitor.txt"
1414

1515
def extractJson():
16-
url = "http://dashb-ssb.cern.ch/dashboard/request.py/getplotdata?columnid=153&time=24&dateFrom=&dateTo=&site=T2_AT_Vienna&sites=all&clouds=undefined&batch=1"
16+
url = "http://dashb-ssb.cern.ch/dashboard/request.py/getplotdata?columnid=45&time=24&dateFrom=&dateTo=&site=T1_CH_CERN&sites=all&clouds=undefined&batch=1"
1717
print "Getting the url %s" % url
1818
request = urllib2.Request(url, headers = {"Accept":"application/json"})
1919
response = urllib2.urlopen(request)

0 commit comments

Comments
 (0)