Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/155541

Change subject: elasticsearch: increase ganglia timeout
......................................................................

elasticsearch: increase ganglia timeout

timing out also means spotty graphs in ganglia, hence useless

Change-Id: I3d47ea187e2e59664d885405900392bebdce0368
---
M modules/elasticsearch/files/ganglia/elasticsearch_monitoring.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/41/155541/1

diff --git a/modules/elasticsearch/files/ganglia/elasticsearch_monitoring.py 
b/modules/elasticsearch/files/ganglia/elasticsearch_monitoring.py
index 3842625..c22cd8e 100644
--- a/modules/elasticsearch/files/ganglia/elasticsearch_monitoring.py
+++ b/modules/elasticsearch/files/ganglia/elasticsearch_monitoring.py
@@ -426,7 +426,7 @@
 
 
 def load(url):
-    return json.load(urllib2.urlopen(url, None, 2))
+    return json.load(urllib2.urlopen(url, None, 5))
 
 
 def update_result(data):

-- 
To view, visit https://gerrit.wikimedia.org/r/155541
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d47ea187e2e59664d885405900392bebdce0368
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to