We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126c171 + 713cf5e commit 8851b62Copy full SHA for 8851b62
1 file changed
stashcp/__init__.py
@@ -511,7 +511,7 @@ def _es_send(payload):
511
data = payload
512
data=json.dumps(data)
513
try:
514
- url = "http://uct2-collectd.mwt2.org:9951"
+ url = "http://collector.atlas-ml.org:9951"
515
req = Request(url, data=data.encode("utf-8"), headers={'Content-Type': 'application/json'})
516
f = urlopen(req)
517
f.read()
0 commit comments