]> git.openstreetmap.org Git - chef.git/commitdiff
Enable SNMP monitoring for iWay machines
authorTom Hughes <tom@compton.nu>
Fri, 4 Jan 2019 16:10:28 +0000 (16:10 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 4 Jan 2019 16:10:28 +0000 (16:10 +0000)
roles/iway.rb

index ae10831e40ea86c4bcf1284853db82ac809cb9e7..b734f2eea022aeed11b4576ea1b95471e6bec9b9 100644 (file)
@@ -10,6 +10,20 @@ default_attributes(
   :hosted_by => "iWay",
   :location => "Zurich, Switzerland",
   :networking => {
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:212.25.24.64/28",
+          :dest => "fw",
+          :proto => "udp",
+          :dest_ports => "snmp",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :nameservers => ["2001:8e0:ffff:ac1::1", "8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {