Alexandros Kosiaris has uploaded a new change for review.

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


Change subject: Also open ganglia TCP ports
......................................................................

Also open ganglia TCP ports

Forgotten in aa76364

Change-Id: I1a6ac915e739c3ea115462611feb2cf26b5d73d2
---
M modules/ganglia_new/manifests/monitor/aggregator/instance.pp
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/17/101217/1

diff --git a/modules/ganglia_new/manifests/monitor/aggregator/instance.pp 
b/modules/ganglia_new/manifests/monitor/aggregator/instance.pp
index 2e91e02..29c49b8 100644
--- a/modules/ganglia_new/manifests/monitor/aggregator/instance.pp
+++ b/modules/ganglia_new/manifests/monitor/aggregator/instance.pp
@@ -26,9 +26,13 @@
        }
 
        # This will only be realized if base::firewall (well ferm..) is included
-       ferm::rule { "aggregator-${id}":
+       ferm::rule { "aggregator-udp-${id}":
                rule => "proto udp dport ${gmond_port} { saddr \$ALL_NETWORKS 
ACCEPT; }",
        }
+       # This will only be realized if base::firewall (well ferm..) is included
+       ferm::rule { "aggregator-tcp-${id}":
+               rule => "proto tcp dport ${gmond_port} { saddr \$ALL_NETWORKS 
ACCEPT; }",
+       }
 
        file { "/etc/ganglia/aggregators/${id}.conf":
                require => File["/etc/ganglia/aggregators"],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a6ac915e739c3ea115462611feb2cf26b5d73d2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

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

Reply via email to