Skip to content

Commit 9f46144

Browse files
author
Stephan Lammel
committed
change data source and token
1 parent 5ba60f5 commit 9f46144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hammercloud/eval_hc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ def evhc_grafana_jobs(startTIS, limitTIS):
301301
# fill global HTCondor list with job records from ElasticSearch #
302302
# ############################################################# #
303303
global evhc_glbl_jobcondor
304-
URL_GRAFANA = "https://monit-grafana.cern.ch/api/datasources/proxy/8332/_msearch"
305-
HDR_GRAFANA = {'Authorization': "Bearer eyJrIjoiWGdESVczR28ySGVVNFJMMHpRQ0FiM25EM0dKQm5HNTEiLCJuIjoiZnRzX2NsaSIsImlkIjoyNX0=", 'Content-Type': "application/json; charset=UTF-8"}
304+
URL_GRAFANA = "https://monit-grafana.cern.ch/api/datasources/proxy/8787/_msearch"
305+
HDR_GRAFANA = {'Authorization': "Bearer eyJrIjoiZWRnWXc1bUZWS0kwbWExN011TGNTN2I2S1JpZFFtTWYiLCJuIjoiY21zLXNzYiIsImlkIjoxMX0=", 'Content-Type': "application/json; charset=UTF-8"}
306306
#
307307
logging.info("Fetching job records via Grafana, %d (%s) to %d (%s)" %
308308
(startTIS, time.strftime("%Y-%m-%d %H:%M",

0 commit comments

Comments
 (0)