default_attributes(
:munin => {
:plugins => {
+ :ipmi_temp => {
+ :CPU0belowTmax => { :critical => "10:" },
+ :CPU1belowTmax => { :critical => "10:" }
+ },
:sensors_fan => {
:contacts => "null"
},
:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.103"
+ :address => "128.40.45.196"
}
}
}
);
run_list(
- "role[ucl-external]",
+ "role[ucl-wolfson]",
"role[dev]"
)