]> git.openstreetmap.org Git - chef.git/commitdiff
poldi: stop reporting bogus munin voltage warning
authorGrant Slater <git@firefishy.com>
Sun, 9 Mar 2014 16:09:06 +0000 (16:09 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 9 Mar 2014 16:09:06 +0000 (16:09 +0000)
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"
+        }
+      }
+    }
   }
 )