+ munin_plugin "hddtemp_smartctl" do
+ conf "hddtemp.erb"
+ conf_variables :disks => disks
+ end
+end
+
+if File.exist?("/sbin/hpasmcli")
+ munin_plugin "hpasmcli2_temp" do
+ target "hpasmcli2_"
+ end
+
+ munin_plugin "hpasmcli2_fans" do
+ target "hpasmcli2_"
+ end
+else
+ munin_plugin "hpasmcli2_temp" do