]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hp-g5.rb
Increase warning threshol for IO zone on G5 machines
[chef.git] / roles / hp-g5.rb
diff --git a/roles/hp-g5.rb b/roles/hp-g5.rb
new file mode 100644 (file)
index 0000000..50986b1
--- /dev/null
@@ -0,0 +1,12 @@
+name "hp-g5"
+description "Role applied to all HP G5 machines"
+
+default_attributes(
+  :munin => {
+    :plugins => {
+      :hpasmcli2_temp => {
+        :temp1 => { :warning => 60 }
+      }
+    }
+  }
+)