Ottomata has uploaded a new change for review.

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

Change subject: Fix eventlogging graphite consumer on hafnium
......................................................................

Fix eventlogging graphite consumer on hafnium

Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
---
M manifests/role/eventlogging.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/70/202070/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index 829f80f..b98f206 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -214,8 +214,10 @@
 class role::eventlogging::graphite {
     include ::eventlogging::monitoring
 
+    # Too bad this isn't in a hiera variable :(
+    $eventlogging_host = 'eventlog1001.eqiad.wmnet'
     eventlogging::service::consumer { 'graphite':
-        input  => "tcp://${::fqdn}:8600",
+        input  => "tcp://${eventlogging_host}:8600",
         output => 'statsd://statsd.eqiad.wmnet:8125',
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc76370d089548b4a2bfe6269f2125c69cda31a0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

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

Reply via email to