Ori.livneh has uploaded a new change for review.

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


Change subject: statsd on tungsten: explicitly specify graphitePort
......................................................................

statsd on tungsten: explicitly specify graphitePort

The default value is not (as I had thought) 2003, but 0. Fun.

Change-Id: I366c67d0bd3b7baceb00f97795fb0ed6e8424a79
---
M manifests/role/statsd.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/38/87638/1

diff --git a/manifests/role/statsd.pp b/manifests/role/statsd.pp
index 707b55a..1d5634e 100644
--- a/manifests/role/statsd.pp
+++ b/manifests/role/statsd.pp
@@ -9,6 +9,7 @@
         settings => {
             backends     => [ 'graphite' ],
             graphiteHost => 'professor.pmtpa.wmnet',
+            graphitePort => 2003,
         },
     }
 }

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

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

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

Reply via email to