]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
reduce fpm pool size on poldi a bit
[chef.git] / roles / poldi.rb
index 484ad9120b859a50e49efc763c25ecb09313c03f..8aefdaf8221669630c9841cef0e595ab6d0083d0 100644 (file)
@@ -65,13 +65,25 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "80"
+            :max_children => "70"
         },
         :bulk => {
             :pm => "static",
-            :max_children => "10"
+            :max_children => "9"
         }
     }
+  },
+  :munin => {
+    :plugins => {
+      :sensors_volt => {
+        :volt6 => {
+          :warning => "2.992:3.536"
+        },
+        :volt10 => {
+          :warning => "2.71:3.29"
+        }
+      }
+    }
   }
 )