Faidon Liambotis has submitted this change and it was merged.

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(-)

Approvals:
  Faidon Liambotis: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I366c67d0bd3b7baceb00f97795fb0ed6e8424a79
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>

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

Reply via email to