EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/259778
Change subject: [elastic] Fix bad method call in diamond collection
......................................................................
[elastic] Fix bad method call in diamond collection
Change-Id: I6715d982491225265a4f8c114e8dff8a60b3e266
---
M modules/elasticsearch/files/monitor/wmfelastic.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/78/259778/1
diff --git a/modules/elasticsearch/files/monitor/wmfelastic.py
b/modules/elasticsearch/files/monitor/wmfelastic.py
index 31a20b6..1e39370 100644
--- a/modules/elasticsearch/files/monitor/wmfelastic.py
+++ b/modules/elasticsearch/files/monitor/wmfelastic.py
@@ -248,7 +248,7 @@
cluster_stats = self.cluster_stats()
for metric, value in cluster_stats.iteritems():
self.publish(metric, value)
- health_stats = self.health_stats()
+ health_stats = self.cluster_health()
for metric, value in health_stats.iteritems():
self.publish(metric, value)
--
To view, visit https://gerrit.wikimedia.org/r/259778
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6715d982491225265a4f8c114e8dff8a60b3e266
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits