]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
poldi: stop reporting bogus munin voltage warning
[chef.git] / roles / poldi.rb
index 484ad9120b859a50e49efc763c25ecb09313c03f..f340d82e081ae382579c396a4903a3a675048d80 100644 (file)
@@ -72,6 +72,15 @@ default_attributes(
             :max_children => "10"
         }
     }
+  },
+  :munin => {
+    :plugins => {
+      :sensors_volt => {
+        :volt6 => {
+          :warning => "2.992:3.536"
+        }
+      }
+    }
   }
 )