From 86a0892bcf27888e4b28d1e3ce98dda42042c636 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Mar 2015 00:32:08 +0000 Subject: [PATCH] Increase smart warning threshold for SSDs on ramoth --- roles/ramoth.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 37a1074d2..21c75a339 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -30,6 +30,16 @@ default_attributes( :hardware => { :watchdog => "w83627hf_wdt" }, + :munin => { + :plugins => { + :smart_sg0_33 => { + :smartctl_exit_status => { :warning => ":8" } + }, + :smart_sg0_34 => { + :smartctl_exit_status => { :warning => ":8" } + } + } + }, :networking => { :interfaces => { :internal_ipv4 => { -- 2.43.2