]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hp-g9.rb
Fix munin alert thresholds for G9 machines
[chef.git] / roles / hp-g9.rb
diff --git a/roles/hp-g9.rb b/roles/hp-g9.rb
new file mode 100644 (file)
index 0000000..01f2afc
--- /dev/null
@@ -0,0 +1,15 @@
+name "hp-g9"
+description "Role applied to all HP G9 machines"
+
+default_attributes(
+  :munin => {
+    :plugins => {
+      :hpasmcli2_temp => {
+        :temp11 => { :warning => 85, :critical => 100 },
+        :temp12 => { :warning => 85, :critical => 100 },
+        :temp19 => { :warning => 85, :critical => 100 },
+        :temp20 => { :warning => 85, :critical => 100 }
+      }
+    }
+  }
+)