]> git.openstreetmap.org Git - chef.git/blobdiff - roles/orm.rb
Fix munin limits for inverted temperature sensors
[chef.git] / roles / orm.rb
index 1b49d0cfecd47089af646294ec211a2105238b4b..51ff04b40af367a7da8d6aac98e2daaddb5852c5 100644 (file)
@@ -29,8 +29,18 @@ default_attributes(
   :munin => {
     :plugins => {
       :ipmi_fans => {
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
         :Sys6 => { :graph => "no" },
-        :Sys8 => { :graph => "no" }
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
+      },
+      :ipmi_temp => {
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
       },
       :sensors_fan => {
         :fan3 => { :graph => "no" },