From: Tom Hughes Date: Wed, 23 Jul 2014 12:51:30 +0000 (+0100) Subject: Ignore more disconnected fans X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5fa8371c3f85518e08a49bb6719002f213fd41fb Ignore more disconnected fans --- diff --git a/roles/errol.rb b/roles/errol.rb index 17905f61d..61bf2e15b 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -4,6 +4,16 @@ description "Master role applied to errol" default_attributes( :munin => { :plugins => { + :ipmi_fans => { + :Sys3Front1 => { :graph => "no" }, + :Sys4Front2 => { :graph => "no" }, + :Sys5Rear1 => { :graph => "no" }, + :Sys6 => { :graph => "no" }, + :Sys7 => { :graph => "no" }, + :Sys8 => { :graph => "no" }, + :Sys9 => { :graph => "no" }, + :Sys10 => { :graph => "no" } + }, :ipmi_temp => { :CPU0belowTmax => { :critical => "10:" }, :CPU1belowTmax => { :critical => "10:" } diff --git a/roles/yevaud.rb b/roles/yevaud.rb index 7ff33d710..299005da2 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -60,7 +60,14 @@ default_attributes( } }, :ipmi_fans => { - :contacts => "null", + :Sys3Front1 => { :graph => "no" }, + :Sys4Front2 => { :graph => "no" }, + :Sys5Rear1 => { :graph => "no" }, + :Sys6 => { :graph => "no" }, + :Sys7 => { :graph => "no" }, + :Sys8 => { :graph => "no" }, + :Sys9 => { :graph => "no" }, + :Sys10 => { :graph => "no" } }, :ipmi_temp => { :CPU0belowTmax => { :critical => "10:" },