default_attributes(
:hardware => {
- :modules => [
- "i2c_i801", "jc42", "w83793"
- ],
+ :modules => %w(i2c_i801 jc42 w83793),
:sensors => {
"jc42-*" => {
- :temps => {
+ :temps => {
"temp1" => { :max => 75 }
}
},
"temp6" => { :max => 78, :max_hyst => 73 }
}
}
- },
+ }
},
:munin => {
:plugins => {