From: Grant Slater Date: Tue, 4 Feb 2014 12:50:10 +0000 (+0000) Subject: ridgeback: Only trigger munin smartctl_exit_status warning if a worthwhile error X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/83c20203efc3389acfdb856133a4be9cc10df9d0?hp=e6962135be2b7f1b43ace48e1c660f7f4ed8f50d ridgeback: Only trigger munin smartctl_exit_status warning if a worthwhile error --- diff --git a/roles/ridgeback.rb b/roles/ridgeback.rb index 78d0be7ee..90f1c11bd 100644 --- a/roles/ridgeback.rb +++ b/roles/ridgeback.rb @@ -37,6 +37,15 @@ default_attributes( "tabaluga.openstreetmap.org", "nepomuk.openstreetmap.org" ] + }, + :munin => { + :plugins => { + :smart_sdb => { + :smartctl_exit_status => { + :warning => 8 + } + } + } } )