]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore more disconnected fans
authorTom Hughes <tom@compton.nu>
Wed, 23 Jul 2014 12:51:30 +0000 (13:51 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 Jul 2014 12:51:30 +0000 (13:51 +0100)
roles/errol.rb
roles/yevaud.rb

index 17905f61de91e60957061daa32fe0a0d833ee8dd..61bf2e15b4c7a969e70e2c600646630d03185de6 100644 (file)
@@ -4,6 +4,16 @@ description "Master role applied to errol"
 default_attributes(
   :munin => {
     :plugins => {
+      :ipmi_fans => {
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
+        :Sys6 => { :graph => "no" },
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
+      },
       :ipmi_temp => {
         :CPU0belowTmax => { :critical => "10:" },
         :CPU1belowTmax => { :critical => "10:" }
index 7ff33d71061f92e4cc891166e3df994c740070c8..299005da214c0e81cd1082ffa34d1bd2dc82f6c2 100644 (file)
@@ -60,7 +60,14 @@ default_attributes(
         }
       },
       :ipmi_fans => {
-        :contacts => "null",
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
+        :Sys6 => { :graph => "no" },
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
       },
       :ipmi_temp => {
         :CPU0belowTmax => { :critical => "10:" },