]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
poldi: Add munin voltage critical override
[chef.git] / roles / poldi.rb
index 484ad9120b859a50e49efc763c25ecb09313c03f..4f202e6bd9178776692de896bdea2591c748dfb4 100644 (file)
@@ -72,6 +72,16 @@ default_attributes(
             :max_children => "10"
         }
     }
+  },
+  :munin => {
+    :plugins => {
+      :sensors_volt => {
+        :volt6 => {
+          :warning => "2.99:3.54",
+          :critical => "2.50:4.00"
+        }
+      }
+    }
   }
 )