John F. Lewis has uploaded a new change for review.

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

Change subject: ganglia: add more ferm rules for services
......................................................................

ganglia: add more ferm rules for services

Change-Id: If28ff8abbed0fced91c8ac929c507565ab164193
---
M manifests/role/ganglia.pp
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/188603/1

diff --git a/manifests/role/ganglia.pp b/manifests/role/ganglia.pp
index f90ea48..2c98f24 100644
--- a/manifests/role/ganglia.pp
+++ b/manifests/role/ganglia.pp
@@ -101,6 +101,16 @@
         port  => '443',
     }
 
+    ferm::service { 'gmond':
+        proto => 'udp',
+        port  => '8649',
+    }
+
+    ferm::service { 'gmetad':
+        proto => 'udp',
+        port  => '8654',
+    }
+
     # Get better insight into how disks are faring
     ganglia::plugin::python { 'diskstat': }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If28ff8abbed0fced91c8ac929c507565ab164193
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: John F. Lewis <johnflewi...@gmail.com>

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

Reply via email to