1 # DO NOT EDIT - This file is being maintained by Chef
2 <% node[:hardware][:sensors].sort.each do |chip,sensors| -%>
5 <%= Chef::Sensors.attributes sensors[:volts], [:min, :max] -%>
6 <%= Chef::Sensors.attributes sensors[:fans], [:min] -%>
7 <%= Chef::Sensors.attributes sensors[:temps], [:max, :max_hyst, :crit, :crit_hyst] -%>
8 <%= Chef::Sensors.attributes sensors[:power], [:interval] -%>