Ori.livneh has uploaded a new change for review.

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

Change subject: Configure statsd for citoid
......................................................................

Configure statsd for citoid

Change-Id: Ie93970a28c3584c4079f27d1ac7e3004c435beff
---
M manifests/role/citoid.pp
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/197961/1

diff --git a/manifests/role/citoid.pp b/manifests/role/citoid.pp
index 640fd48..3f68342 100644
--- a/manifests/role/citoid.pp
+++ b/manifests/role/citoid.pp
@@ -2,7 +2,10 @@
 class role::citoid {
     system::role { 'role::citoid': }
 
-    include ::citoid
+    class { '::citoid':
+        statsd_host => 'statsd.eqiad.wmnet',
+        statsd_port => 8125,
+    }
 
     monitoring::service { 'citoid':
         description   => 'citoid',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie93970a28c3584c4079f27d1ac7e3004c435beff
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to