]> git.openstreetmap.org Git - chef.git/commitdiff
ridgeback: Only trigger munin smartctl_exit_status warning if a worthwhile error
authorGrant Slater <git@firefishy.com>
Tue, 4 Feb 2014 12:50:10 +0000 (12:50 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 4 Feb 2014 12:50:10 +0000 (12:50 +0000)
roles/ridgeback.rb

index 78d0be7ee8ba69e987dc790995643e5439638b9f..90f1c11bd107515788de9cc3ff2ae3d9fb8504ee 100644 (file)
@@ -37,6 +37,15 @@ default_attributes(
       "tabaluga.openstreetmap.org",
       "nepomuk.openstreetmap.org"
     ]
       "tabaluga.openstreetmap.org",
       "nepomuk.openstreetmap.org"
     ]
+  },
+  :munin => {
+    :plugins => {
+      :smart_sdb => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      }
+    }
   }
 )
 
   }
 )