From 83c20203efc3389acfdb856133a4be9cc10df9d0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 4 Feb 2014 12:50:10 +0000 Subject: [PATCH 1/1] ridgeback: Only trigger munin smartctl_exit_status warning if a worthwhile error --- roles/ridgeback.rb | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + } + } + } } ) -- 2.43.2