]> git.openstreetmap.org Git - chef.git/commitdiff
Increase smart warning threshold for SSDs on gorynych
authorTom Hughes <tom@compton.nu>
Sat, 14 Mar 2015 15:42:22 +0000 (15:42 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Mar 2015 15:42:22 +0000 (15:42 +0000)
The SSDs in gorynych are a bit mad and refuse to report any
threshold values for any attributes, so don't allow that error
to trigger a smart warning but do still allow a smart failure
report to trigger one.

roles/gorynych.rb

index 9cef6734027e1e4d7fd078e3dff80b8ed1661934..4bccc2a912ab395aa6b120257a7c15ea4aaf9f07 100644 (file)
@@ -2,6 +2,16 @@ name "gorynych"
 description "Master role applied to gorynych"
 
 default_attributes(
+  :munin => {
+    :plugins => {
+      :smart_sdc => {
+        :smartctl_exit_status => { :warning => ":8" }
+      },
+      :smart_sdd => {
+        :smartctl_exit_status => { :warning => ":8" }
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {